Administrators can allow Users to print forms directly from the portal by adding a custom button. To enable this print feature, administrators must paste a short snippet of code into a Content field on the form.
đĄTip: The print function captures and prints the first page of the form only.
Click Forms > Lists.
Click the More Actions menu on the form you wish to add a print button to.
Click Update. The form appears:
Click the Extras dropdown in Available Fields:
Click the arrow next to the Content field to insert the field onto the form. The Content Field window appears:
Enter a name for the field.
Click the Code View icon.
Copy the following code and enter it into the Content field:
<p><a class="btn btn-primary hide-from-print print-form-btn" href="#">Print Form</a></p>
Click the Code View button. The Print Form button appears:
Click the Update button.
Click the Save button.






