Hi, I have a check box, with an option of either 'Yes' or 'No'. What we want to achieve is, if you check the box 'Yes', the text field below it will automatically then state, 'Mandatory'. But if you select 'No', nothing will appear as it won't be mandatory then.
Does anyone know if I can do this and if so, how do I go about doing this please?
event.value = getField("CheckBox1").value=="Yes" ? "Mandatory" : "";
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com