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 | ✅supports multi-pages | ✅supports multi-pages | ✅supports multi-pages |
RTL | ❌doesn't support RTL | ✅supports RTL | ✅supports RTL |
Elementor Templates | ❌No support | supports Elementor Templates but it doesn't support background, font, and style | supports HTML Templates |
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>