Home › Forums › Quform WordPress › Hiding Submit button and other elements after submit.
I have removed $form.resetForm(); from iphorm-form-builder/js/query.iphorm.js so that I can retain the form values and am wondering if this:
<script> jQuery(‘.iphorm-elements’).fadeOut(); </script>
can be altered to hide only the submit button and other particular elements.
Thanks.
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Perfect. Thank you very much.