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

Question

Question

Print button in forms approval process

asked on June 7, 2017

I have created a print button in a Laserfiche Form. If this button is pressed during the approval process and then printing is cancelled it will cause an error in the frame where the form is being displayed. Is there any way to prevent this from happening?

0 0

Answer

SELECTED ANSWER
replied on June 7, 2017

It could be a number of things such as browser compatibility, version of Forms, etc.

 

However, I use this custom html button in my forms quite often without any issues:

 

<input onclick="window.print()" type="button" value="Print this page">  

0 0
replied on June 4, 2019

This works, but I am having an issue where a user who is approving wants print and when they click print, it closes their approval window and discards any changes made to the form. Any suggestions?

0 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.