PDF Generator for Elementor Pro Form
Updated over a week ago

This action is available only for the form included on Elementor Pro, which is not included in our plugin.

Enabling this Elementor Pro Form Extension you can find a new "Actions After Submit" called PDF. Add it to "Add Action" multi-select and it will appear.

Converters

You can choose between different converters:

SVG

DomPDF

HTML

MultiPages

RTL

Elementor Templates

✅but it doesn't support background, font, and style

PDF Generator URL Field for Elementor Pro Form

By using this form field, you can use the URL of the PDF generator's PDF on other actions and save it on the Elementor Submissions.

Send PDF through Dynamic Email

If you enable also Dynamic Email as Form Action, then you can use the form Tokens in the email body:

  • [form:pdf], put it everywhere in the email body to send the PDF file as an attachment

  • [form:pdf:url], render the complete URL of the PDF file;

  • [form:pdf:url|basename], render the name of the PDF file;

  • [form:pdf:path], render the complete path to the PDF file on the server;

  • [form:pdf:id], render the Media ID of saved PDF in Library;

  • [form:pdf:title], render the Media Title of saved PDF in Library;

  • [form:pdf:description], render the Media Description of the saved PDF in the Library.

You can combine Tokens with HTML:

<a href="[form:pdf:url]">[form:pdf:title]</a>
Did this answer your question?