![]() |
romaldus 8/26/2016 |
I am looking for a way to hide the "state" and "zip" fields if US was not selected in the "country" field I also need to show 2 fields if a specific country was selected from the drop down. I have tried the example given and have tried a few different things form the web, but no go... The example given in the manual the form shows the field as soon as the page loads, then makes it disappear after selecting a different country other than "US" but if you re-select "US" the field doesn't come back? if "var ctrlCountry = Runner.getControl(pageid, 'country');
pageObj.hideField("state"); |
M
|
mhollibush author 8/26/2016 |
pageObj.hideField("state");
|