asked on May 24, 2024
I'm using the new Forms Layout Designer in Laserfiche Cloud and I'm trying to hide the submit button on a form. I've tried using the JavaScript code I've historically used in Forms Classic, but have not been successful.
How can I hide the Submit button with JavaScript (or by other means) in the new Forms designer?
Code used in Classic Forms
$(document).ready(function() { $('.Submit').hide(); });
0
0