I would like to know how to switch a TextField between "User Entered - Optional" and "User Entered - Required" based on the value of another field on the form. I know that I would set it to the proper value based on the default form that is initially displayed to the user, and put some script in the Change Event of that other field. I just don't know what attribute and value of the TextField to change in my script. Thanks for the help.
Solved! Go to Solution.
Views
Replies
Total Likes
Hello,
Place the below script which ever event required to ur requirement.
this.validate.nullTest = "error";
this.validate.nullTest = "disabled";
check the attache pdf for sample.
Hope it will work with ur requirement.
Thanks,
Raghu.
Views
Replies
Total Likes
Hello,
Place the below script which ever event required to ur requirement.
this.validate.nullTest = "error";
this.validate.nullTest = "disabled";
check the attache pdf for sample.
Hope it will work with ur requirement.
Thanks,
Raghu.
Views
Replies
Total Likes
Perfect! Thanks much.
Views
Replies
Total Likes
Views
Likes
Replies