Hello,
Is there a way to change the attributes of a field on a V9 form using a client side Jscript function?
A common functionality we need is to change if field is enabled or disabled based on a selection of a radio button.
Prior to v9, we could use "document.getElementById(elementName)" to get a handle on the form field and change it properties easily
But in V9 it returns an object. The object has "disabled" property but changing the property in a client side script function does not make field disabled on the form.
Please help and advise
Thanks & regards
Sandeep