Hide/Unhide textfields using CustomHTML but validation gives error
Confluence User - 26 Dec, 2017
Description: I have a form which consists of textfields and sub forms. So, i am hiding, un-hiding them using customHTML. Some fields are mandatory as well.
Problem: When i submit the form, it gives validation error, even when that field is hiding. Please, tell me what property to set using Jquery or Javascript for that variable to make it non-mandatory when i am hiding it to solve this.
Note: It's a complex form so don't tell me to dont use customHtml for hiding it.
forms;form;validation