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

Question

Question

Remove print/email/download options from thank you page

asked on April 16, 2015

Hi Guys,

 

Just wanted to find out if there is a way to remove the print/email options from the thank you page in forms?

I am pretty sure it can be done with javascript but wouldn't know where to start.

 

I have seen a previous post discussing expanding the thank you page which had the following code:

1 $(document).ready(function() {
2     if(window.submissionPageCheck) {
3         $('.collapsible').click()
4     }
5 });

 

But wouldn't know how to write something like

$('.print').disable()

 

Any help would be much appreciated :)

 

Many Thanks

Tina

0 0

Answer

APPROVED ANSWER SELECTED ANSWER
replied on April 16, 2015

It's an option built into Forms. Open the process modeler for the process in question. Double-click the start task, select the Thank You Message tab. Unselect the options you don't want to show.

1 0

Replies

replied on July 8, 2015

Hello, 

I like the Download form option, but I'd really like to disable the Print option. Is that possible? I couldn't find it on the page you mention above....

Thanks for your help!

0 0
replied on July 8, 2015

You can get to that menu by going into the "Process Modeler" ad selecting the start event of your process. It will be in those options towards the bottom of the menu.

0 0
replied on July 8, 2015

that's what I understand, but these are the only options that I see...

...am I completely blind??

0 0
replied on July 9, 2015

No you are not blind. I simply did not remember that the print option is not a labelled option. If you were to disable "Show submitted form" then it will not allow a print to happen. Otherwise, the Print button is just a convenience and removing it but showing the form would not disable anyone from being able to actually print the form if they hit Ctrl+P or "File>Print"

0 0
replied on July 9, 2015

See this thread for information on hiding the Print button on the submission page.

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

Sign in to reply to this post.