Skip to main content

Print a Form

Enable form printing by adding a custom code snippet

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.

  1. Click Forms > Lists.

  2. Click the More Actions menu on the form you wish to add a print button to.

  3. Click Update. The form appears:

  4. Click the Extras dropdown in Available Fields:

  5. Click the arrow next to the Content field to insert the field onto the form. The Content Field window appears:

  6. Enter a name for the field.

  7. Click the Code View icon.

  8. 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>

  9. Click the Code View button. The Print Form button appears:

  10. Click the Update button.

  11. Click the Save button.

Did this answer your question?