asked on April 28, 2015
I am looking to hide a section of a form after the user clicking the submit button. This is to prevent Forms from saving repetitive information to Laserfiche as TIFF pages.
This is what I currently have, but it doesn't seems to be working. Do I need to specify ".submit" somewhere else? Thanks.
$('#q27 .collapsible'
).trigger(
'click'
);
0
0