Gravity Forms PDF Generator

CCreate and fill PDF documents with data from the Gravity Forms.

E2Pdf Templates support Gravity Forms Merge Tags syntax which can be used inside "Success Message" / "Mail Body" so it's recommended to review Gravity Forms documentation: https://docs.gravityforms.com/field-merge-tags/.

Inner Shortcodes #

Entry Data #

Fields Data #

  • {[descriptor]:[field_id]}, {:[field_id]}, {[descriptor]:[field_id]:[modifier]}
    • Get field value for the Field ID 4. Additional modifiers can be applied depending on the field type:

    • Get a separate Image URL for the "Image" object from the "File Upload Field" with the "Enable Multi-File Upload" option:
      • 1st image:
      • 2nd image:

Inline Conditional Logic #

    • Conditional shortcode allows you to perform conditional logic.:

GravityWiz Nested Forms #

  • Requirements:
    Get separate value from nested entry.
    • Get value from 1st nested entry:
      • Nested Form:1 - Nested Form descriptor and Form Field ID
      • filter[2] - Field ID inside Nested Form
      • index[0] - Nested entry index

    • Get value from 2nd nested entry:
      • Nested Form:1 - Nested Form descriptor and Form Field ID
      • filter[2] - Field ID inside Nested Form
      • index[1] - Nested entry index

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 ››