Forum Discussion
JoshJosh
11 years agoQrew Member
So I found myself an answer. Once you've loaded your exact form edit it within quickbase. After the </html> tag put the following code:
<script type="text/javascript"> <!-- window.print(); //--> </script>
When your page finishes loading the print prompt will appear. From there you can make it a pdf. Not the complete answer I was hoping for but it does save a keystroke.
<script type="text/javascript"> <!-- window.print(); //--> </script>
When your page finishes loading the print prompt will appear. From there you can make it a pdf. Not the complete answer I was hoping for but it does save a keystroke.
- JoshuaTate8 years agoQrew CadetThanks Josh, this is perfect.
- MeredithMoore5 years agoQrew CadetIf you add this to your body section of your Exact Form it will open up in print / save as pdf mode:
<body onLoad=qdbEF();window.print() class=exactforms lang=EN-US><!-- Body class and onload attributes modified -->
------------------------------
Meredith Moore
------------------------------