You are viewing limited content. For full access, please sign in.

Question

Question

How do I hide Submit button in new Forms Layout Designer?

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

Answer

SELECTED ANSWER
replied on May 24, 2024

Found my answer here: https://answers.laserfiche.com/questions/197718/Forms-11-New-Designer-Hide-Submit-Button#207150

 

The added challenge with Cloud is that you have to:

  1. Add the field rule
  2. Save the Form
  3. Publish (republish) the business process
1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.