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.
JoshuaTate
8 years agoQrew Cadet
Thanks Josh, this is perfect.