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’

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

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 the front end

If ...

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

Continue Reading →
0