...
- Add a message control to your form
- Add the following HTML to your message control
- Escape the '&' in the URL before the format=pdf with & followed by amp;
Code Block |
---|
<center> <a title="Print this form" href="?print=true&format=pdf" class="f-tb-print"><span id="f-form-tb-print-span">Print PDF</span></a> </center> |
...