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