Is there a way using javascript to change the display of a form after it as been rendered?
I won’t to remove a checkbox on a form if a certain condition is true.
Since this case is not the norm, the default rendering displays the checkbox even though it’s not a valid selection.
And the check I guess would have to come when the link to display the form is clicked.
Any ideas??
Thanks