Hello ,
Here is what I have done :
1. we have a from that contains 5 dropdown lists and five Signature sections associated with these dropdowns.
2. I want to hide each signature section when its associated dropdown is empty.
3. I could accomplish this task using JQURY in front end. When a drop down is empty associated signature section will be hidden
Here is what I want to do :
I want to eliminate the hidden signature section from repository as well. I tried this way : on my form submit click event, I found empty dropdowns and their associated signature sections. Using $(element).Remove() I removed associated signature section from DOM (Document Object Model). But removed sections are still saved in repository.
Please let me know if there is any way to complete this task.
Best Regards,