Form to PDF

This plugin is designed to quickly and easily create forms in WordPress from which a PDF document can be generated once completed.

Author:Dovi42 (profile at wordpress.org)
WordPress version required:4.6
WordPress version tested:5.8
Plugin version:2.46
Added to WordPress repository:27-02-2020
Last updated:10-07-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:http://dovi42.hu/form-to-pdf
Total downloads:2 175
Active installs:100+
plugin download
Click to start download

This plugin is designed to quickly and easily create forms in WordPress from which a PDF document can be generated once completed. The completed data can be downloaded in Excel format. For PDF generation, the plugin uses the mPDF package. For Excel generation, the plugin uses the PhpSpreadsheet package.

WARNING! This is not a WYSIWYG plugin! For adjusting the forms, at least HTML knowledge and HTML editing is required! The changed setting files are to be placed in the server.

GDPR – Data Protection

It’s the administrator’s responsibility to insure the right to use the data from the form, even through the form itself.

Main functions

  • Form generation
    You can easily create custom forms with built-in types and templates.

  • Email notifications (optional)
    You can receive an e-mail notification about the completed forms, which may also contain the form data, depending on the settings.

  • Generate a PDF document (optional)
    Using the data provided in the form, you can generate a PDF document that can be saved to the server and / or displayed in the user’s browser.

  • Support save to Custom Post Type or other
    The plugin allows you to override the way data is saved. If save form data is turned on, it saves the data to its own database by default. However, the save procedure can be overwritten.
    More details and example

  • Excel support
    You can download the answers provided in the form in Excel format.

  • Include CAPTCHA
    You can choose between the built-in robot filter and Google reCAPTCHA v2. (In the latter case, you will need an API key.)

Usage in 4 simple steps

  • Defining the form
  • Defining the content of the notifier email
  • Defining the PDF document
  • Attach to the content

Defining the form

The form itself is stored by a simple HTML file in the folder specified through the settings, where the ‹form_name›.html file is to be the displayed form. (It can include every HTML forming and javascript codes.) The input fields can be defined in the data types page as shown and can be formed in the data parameters page.

Defining the content of the notifier email

The plugin sends a notification to every administrator of the site of the filled out form, if the plugin is set that way. (This is the default.) This email’s content can be individually set and can include the data shown on the form. This definition file must be created under the name ‹form_name›.email.html.

Defining the PDF document

The plugin uses an HTML sample to convert the given data in the form into a PDF and displays it to the user filling the form out in a browser window. (Optional, this is the default.) The PDF document’s content can be varying from here. This PDF definition file, with the HTML format must be created under the name ‹form_name›.pdf.html.

Attach to the content

Attach the reference of the form into the content to the correct location with the help of the code below:
[form-to-pdf form=”‹form_name›”]

You can choose three types of built-in code for the display during the generation of the form: HTML5, Bootstrap 3, Bootstrap 4. Besides this, you can create your own display style to the form-to-pdf/templates folder in the site theme’s folder, where the plugin searches in different folders. (You can create multiple samples.)

You can choose between the samples in the global options, or during the attachment to the form content. In the latter case, attach the form this way: [form-to-pdf form=”‹form_name›” template=”‹template_folder_name›”]

The robot is the filter part of the plugin and automatically gets to the end of the form.

You can find a working sample in the Plugin test page.

Facebook

Facebook support group

Detailed description and examples

Plugin support page