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

Question

Question

Hiding Print Button when Submitting a Form

asked on June 12, 2015

How do you hide the print button that is available when submitting forms?

0 0

Answer

SELECTED ANSWER
replied on June 12, 2015 Show version history

To hide the print button on the submission page, you can add

#sub-print-btn{display:none;}

to the end of C:\Program Files\Laserfiche\Laserfiche Forms\Forms\Styles\style.css

3 0

Replies

replied on July 22, 2019

Hello!

We were able to hide the print button on the "On Event Completion" message for a specific form (as opposed to ALL forms) by prepending the following to the HTML portion of the message:

<style>#sub-print-btn {display: none;}</style>

Regards!

 

2 0
replied on June 12, 2015
By default there isn't a print button. It may have added. If it is after the forms is submitted and showing on the Thank You Message page, try the following:
 

Go to the Process Modeler for the process in question. Double click the Start icon that is on the canvas. Select the "Thank You Message" tab. See if there is a print button there.

0 0
replied on June 12, 2015 Show version history

Thanks Blake,

 

I had found the options to turn off the download and email options but there isn't one to add print or remove it.

 

 

 

 

I'm using Version 9.2.0.908

0 0
replied on June 12, 2015

Try unchecking the "Show submitted form" option and see if that removes it.

0 0
replied on June 12, 2015

Thanks- That removes all three buttons but I do want the option to download the form which I cannot check without the Show submitted form enabled.

0 0
replied on June 12, 2015

Might need to be submitted as an enhancement request.

0 0
replied on June 12, 2015

Thanks Blake

0 0
replied on June 12, 2015

Perfect Alexander- this worked for me

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

Sign in to reply to this post.