How do you hide the print button that is available when submitting forms?
Question
Question
Answer
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
Replies
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!
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.
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
Try unchecking the "Show submitted form" option and see if that removes it.
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.
Might need to be submitted as an enhancement request.
Thanks Blake
Perfect Alexander- this worked for me