Forminator Forms PDF Generator

Create and fill PDF documents with data from the Forminator Forms plugin.

E2Pdf Templates support Forminator Merge Tags syntax which can be used inside "Submission Message" / "Mail Body" so it's recommended to review Forminator Forms documentation: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#form-data.

Inner Shortcodes #

Entry Data #

Fields Data #

  • Get simple field value by field slug:
    • Text:
    • Email:
    • Number:
    • Select:
    • Radio:
    • Checkbox:
    • Upload:

      Upload (Multiple):

      • 1st image:
      • 2nd image:
    • Hidden:

Name Field #

  • Get field value from the Name field:
    • Prefix:
    • First Name:
    • Middle Name:
    • Last Name:

Address Field #

  • Get field value from the Address field:
    • Street Address:
    • Address Line:
    • City:
    • State:
    • Zip:
    • Country:

Time Field #

  • Get field value from the Time field:
    • Hours:
    • Minutes:
    • AMPM:

Post Data Field #

  • Get field value from the Post Data field:
    • Post Title:
    • Post Content:
    • Post Excerpt:
    • Post Image:
    • Post Categories:
    • Post Tags:
    • Post Custom Fields:

Group Field #

  • Get field value from the Group field (Repeater):
    • {text-1} is is the inner field slug and 1 is a repeater entry index:
    • Iterate over group field values. {group-1} - is the group field slug and {text-1} is the inner field slug:

Additional #

    • Dataset:
      • Can be used as shortcode attribute: [shortcode id="[e2pdf-dataset]"]

    • PDF URL:

Inner Helper Shortcodes #

[e2pdf-user] #

Shortcode is used to get User Data/User Meta Data. The shortcode can be used inside E2Pdf Templates. Read More ››

    • Get User Data:

[e2pdf-format-number] #

Shortcode is applied to modify the number output of the shortcode or field slug. Read More ››

    • Format the Number Output:

[e2pdf-format-date] #

Shortcode is applied to is applied to modify the date output of the shortcode or field slug. Read More ››

    • Format the Date Output:

[e2pdf-format-output] #

Shortcode is applied to modify the output of the shortcode or field slug. Read More ››

    • Format the Output:

Global Shortcodes #

[e2pdf-download] #

Shortcode is applied to generate and output the PDF download link button. Read More ››

[e2pdf-attachment] #

shortcode is applied to generate PDF and attach it to the email as an attachment. Read More ››

[e2pdf-view] #

Shortcode is applied to insert PDF to the page via pdf.js viewer. Read More ››

[e2pdf-save] #

Shortcode is applied to save PDF file on the server. Read More ››

[e2pdf-zapier] #

Shortcode is applied to generate and send Zapier request via WebHook. Read More ››