Home › Forums › Bugs and Troubleshooting › Issues with Formidable and This Plugin
- This topic has 6 replies, 1 voice, and was last updated 3 years, 2 months ago by Cece.
-
AuthorPosts
-
CeceGuest
I have downloaded Formidable Pro2Pdf in hopes of transferring our formidable forms into prefilled pdfs that are emailed specifically to us and not shown to the users submitting the form. When I enter the formidable form information, it does not show what I need it to when I click submit. Something must be wrong with my code or placement on formidable.
This is what I have
Formidable > Settings > General > Messages > On Submit ><p style=“text-align: center;”>
“alt=“FormidablePRO2PDF form merge” width=“225” height=“225” /></a[formidable-download form="example" dataset="125" layout="13"]</p>
<p style=“text-align: center;”>Download Now<p>After submitting the form, a new page is loaded saying, ““alt=“FormidablePRO2PDF form merge” width=“225” height=“225” />” with no links to anything.
Thanks for any help in advance.
adminKeymaster– Do not use the PRO2PDF shortcode inside a link attribute.
– Confirm the Field Map Layout’s ID is “13”.
– Change the dataset parameter to dataset=[id]
– Based on your example, the shortcode should look like this;
[formidable-download form="example" dataset=[id] layout="13"]
If the above does not correct the issue you are experiencing, upload a screenshot of the following;
– On Submit message box showing the PRO2PDF shortcode.
– Top of the PRO2PDF Field Map Layout showing all settings after selecting the Formidable Form and Field Map Layout.We remain at your service.
CeceGuestOk I tried it but it continued the same errors.
This is the updated code I put based off your suggestion:
<p style=“text-align: center;”>
“alt=“FormidablePRO2PDF form merge” width=“225” height=“225” /></a[formidable-download form=“covid-19vaccinescreening” dataset=[id] layout=”13″]</p>
<p style=“text-align: center;”>Download Now<p>CeceGuestCeceGuestIs there an email I can forward the screenshots too? This forum won’t upload mine.
adminKeymasterSend them to support@formidablepro2pdf.com
We remain at your service.
CeceGuestThanks, I just sent the email.
-
AuthorPosts