Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...