Show / Hide elements conditionally

Posted by:

If you want to include an element to the pdf (Just like an image or QRCode) only when a condition is met you can use ‘Conditions’ for that. To use conditions do the following:

1.- Select the element that you want to show/hide and go to the ‘Conditions’ tab

2.- Click on ‘Add ...

Continue Reading →
0

Troubleshooting Errors

Posted by:

The plugin comes with a log that can help you detect problems, to activate and use it do the following:

1.-In the settings page, go to the “Log” tab

2.- Click in enable debug log

3.- Save the settings.

4.- Do the action that is having issues, for example, if you are having issues viewing a pdf try to view it again.

5.- After executing the action that is having issues click in ...

Continue Reading →
0

Integrating with google drive

Posted by:

To send the generated pdf to google drive follow these steps

1.- Getting your google drive configuration file

The first step is getting your google drive configuration file, this is the most complex step but if you follow the step-by-step guide below you can get it without issues:

1.- Go to https://console.cloud.google.com/ (you will need a google account)

2.- Click on ‘Select a project and then on ‘New Project’

3.- Define a project name, it can be whatever you want. Then ...

Continue Reading →
0

Emailing

Posted by:

By default the pdfs designed for each form are automatically attached to all the emails that the form send but in the full version you can configure which emails should have which pdfs.

To configure which emails will have a pdf do the following:

1.-Create an email in the form builder that you are using

WPFormGravity FormsNinja Forms

Go to settings and click in confirmations

2.- Go to you pdf template and click ...

Continue Reading →
0

Attach the pdf to an specific email

Posted by:

If you have many emails configured in your form you can select to which email each pdf template is going to be attached. To do so follow these steps:

1.- Open the template settings

2.- In the field, “Attach pdf to the following emails”, select the emails where the pdf should be attached. If you leave this field empty the pdf will be attached to all emails.

And that’s it!

Continue Reading →
0

Adding a pdf download link

Posted by:

Important: The download link shortcode is only available in the full version

To display a download link in a page you can use this shortcode

[bpdfbuilder_download_link]

Is support these parameters:

Parameter NameDescriptionDefault Value
messageThe link textClick here to download
templateidThe id of the pdf templateThe latest template that was submitted by the user
entryidThe id of the entryThe latest entry that was submitted by the user

Example:

[bpdfbuilder_download_link message="Download" templateid="1" entryid="2"]



Using Page Builder for WPForms to show the pdfs in ...

Continue Reading →
0