Fluent Forms PDF Generator

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

E2Pdf Templates support native Form Editor Smart Codes syntax, so it's recommended to review Fluent Forms documentation: https://wpmanageninja.com/docs/fluent-form/miscellaneous/form-editor-smart-codes/. E2Pdf shortcodes can be used inside confirmation "Confirmation Message" / "Email Notification".

Inner Shortcodes #

Fields Data #

Get simple field value by field smart tag. Depending on the field tag used inside the form it can look as {inputs.key}, {inputs.key_index}, {inputs.key.subkey}, {inputs.key.subkey.index}, etc:

  • General Fields #

    • Name Fields:
    • Simple Text:
    • Email:
    • Mask Input:
    • Text Area:
    • Address Fields:
    • Country List:

      • Value:
      • Label:
    • Numeric Field:
    • Dropdown:
    • Radio Field:

      • Value:
      • Label:
    • Checkbox:

      • Value:
      • Label:
    • Multiple Choice:

      • Value:
      • Label:
    • Website URL:
    • Time & Date:
    • File Upload:

      File Upload (Multiple):

      • 1st image:
      • 2nd image:
    • Image Upload:

      Image Upload (Multiple):

      • 1st image:
      • 2nd image:
    • Phone:
  • Advanced Fields #

    • Hidden Field:
    • Terms & Conditions:
    • Ratings:
    • Checkable Grid:
    • GDPR Agreement:
    • Password:
    • Signature:
    • Range Slider:
    • Net Promoter Score:
    • Chained Select:
    • Color Picker:
    • Repeater Field:

      • Get field value from the Repeater (Single Value):
      • Iteration:
    • Post/CPT Selection:
    • Rich Text Input:
  • Payment Fields #

    • Payment Item, Subscription:
    • Custom Payment Amount:
    • Item Quantity:
    • Coupon:
    • Payment Receipt:
    • Payment Summary:
    • Payment Order Items:
    • Payment Status:
    • Payment Total:
    • Payment Method:

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