admin

Forum Replies Created

Viewing 25 posts - 1,001 through 1,025 (of 2,496 total)
  • Author
    Posts
  • admin
    Keymaster

    We are not clear regarding your question.

    PRO2PDF fills pre-made PDF forms with data from Formidable Forms. The pre-made PDF can be in any language and the Formidable Form can store data in most languages… The data submitted to the web form will fill the PDF form using the Field Map Layout.

    How is the plugin not working for your need?

    We remain at your service.

    in reply to: Letter Spacing and Outdated PDF API #17778
    admin
    Keymaster

    “Letter Spacing” is not a functionality of PDF form fields, other than using the COMB field option, which may work for your needs.

    Yes, the plugin is safe. And yes, we are in Alpha testing of a total replacement of the plugin using a newer, more flexible, API. (And it’s totally AWESOME!!!)

    We remain at your service.

    in reply to: best way to create PDF file from form? #17774
    admin
    Keymaster

    Create the PDF form and name the fields the same as the Formidable Form field_name (or field_key if the field_name is used more than once), except checkbox fields. For checkboxes, name each field in a group the same as the Formidable checkbox “option” and set it’s “export value” to the same.

    Then, select the “Enable automated layout creation for new field maps” option on the plugin’s SETTINGS tab.

    Then, upload the PDF and create a new field map layout, all fields will map automatically – except checkbox fields, map each PDF checkbox field in a group to the one Formidable checkbox field.

    Use this form if you would like a quote from us to create the field map layout and merge.

    We remain at your service.

    in reply to: Form Design #17772
    admin
    Keymaster

    Yes, that’s a great video, thanks for sharing!

    We remain at your service.

    in reply to: Form Design #17770
    admin
    Keymaster

    The plugin works with Comb PDF fields. Set the PDF form fields to the “COMB” setting. Here’s more information about the COMB field.

    Enter a 10-digit “phone number” on this demo form to see the comb field work with the plugin.

    We remain at your service.

    in reply to: Pay Form #17769
    admin
    Keymaster

    Your activation key must be renewed through the online account. Check your email for further instructions.

    Let us know if you have any further issues, as we remain at your service.

    in reply to: Map several fields to the same field of the pdf #17767
    admin
    Keymaster

    There are two ways to accomplish the above;
    1) Add two more fields to the PDF form on top of the existing field with all three fields set to transparent background, then map A to one, B to another, and C to the third. Resulting in only one of the PDF fields containing data, the other two will be blank.

    2) From the field map layout, map the one PDF field to the “Formidable:Dynamic” choice listed in the “Webform Data Field ID” dropdown. Then add something like this to the text box if field ID’s for Province A = [111], Province B = [222], Province C = [333]

    [111][222][333]

    *NOTE: “Formidable:Dynamic” also accepts Formidable View Shortcodes and Formidable conditional logic like: [if x equals=”something”] [/if x]

    We remain at your service.

    in reply to: Map several fields to the same field of the pdf #17764
    admin
    Keymaster

    There is a way to correctly map the fields, however, we would need to see the web form and PDF form to be clear on our instructions to you.

    Complete this form with login credentials if possible, or upload a PRO2PDF template export, or upload the PDF form and provide a link to the web form for further review.

    We remain at your service.

    admin
    Keymaster

    Yes, the merging of signatures (images) will cause a slowdown. You can try lowering the multiplier for signature fields and reducing the size of the PDF, but it will still be slower than using the shortcode links.

    Also, you have two email notification actions setup for the form that are sending the PDF attachment, if you reduce the email notifications to one with multiple email addresses in the TO: field, it will cause less of a delay.

    Regarding the DevTools plugin, we created the plugin but have only released it here. We will add it to our site as a free download soon.

    We remain at your service.

    admin
    Keymaster

    Yes. Create two field map layouts for the same form with the Attach To Email options to YES. The plugin will send ALL field map PDFs to ALL email notification actions for the form.

    Refer to Formidable’s Email Notification support docs to send the email to the address of the person who submitted the form.

    We remain at your service.

    in reply to: one form to complete multiple pdfs using conditional logic #17752
    admin
    Keymaster

    We apologize, however, after re-reading this post, the conditional logic in the email actions will not limit which PDF’s are sent as attachments. You’ll need to use the [if] conditional statements in the email body to limit which PRO2PDF shortcode link is made visible in the email.

    We remain at your service.

    in reply to: Get started #17747
    admin
    Keymaster

    Complete this form if you need us to take a look at your site’s installation.

    We remain at your service.

    admin
    Keymaster

    Also, we have installed a plugin called DevTools which allows admin to disable page breaks, fill forms with test data instantly, and cycle through all form styles. Here’s a video about the plugin, you may delete it if you do not find it useful.

    We remain at your service.

    admin
    Keymaster

    We have tested the web form and did not experience any errors. However, there is a long delay when submit is clicked, we recommend using the shortcode in the email message and NOT attaching the PDF to the emails.

    We have added the shortcode to the body of both email actions and disabled the attachment function. All is working quick and as expected.

    We remain at your service.

    admin
    Keymaster

    Sure, we are happy to help… If possible, upload a copy of the PDF using this form, complete the login info if we are able to login to take a look, otherwise the login fields are not required.

    We remain at your service.

    in reply to: Get started #17733
    admin
    Keymaster

    Delete all unused, test, and failed field map layouts and try saving the working field map layout again after selecting the “Name” field as the dataset name. If that does not work, remove the plugin and reinstall and try again.

    Complete this form if you need us to take a look at your site’s installation.

    We remain at your service.

    in reply to: Get started #17731
    admin
    Keymaster

    Yes, a pre-made PDF form is required. You may use any Adobe Acrobat Form creator. PDFEscape.com is online and free. The plugin requirements are listed on the website here.

    We remain at your service.

    in reply to: Merged data does not calculate on PDF form #17728
    admin
    Keymaster

    This is an issue within the Formidable calculated fields, not PRO2PDF. You must remove the dollar sign “$” from the calculated field for the calculations to work.

    Change: $([159]*2)+100
    To: ([159]*2)+100

    And all will work as expected. We remain at your service.

    Optionally, you can add the dollar signs to the PDF as static text, or add a calculated text hidden field to the Formidable form to combine the dollar sign with the other hidden field, you may also use the Formidable:Dynamic option under the “Webform Data Field ID” dropdown on the field map layout to combine the dollar sign and the field, and perform some field calculations.

    NOTE: We strongly suggest minimizing the PDF file size as the current size of 7.5mb is too large and my cause timeout errors and slow down the site. PDFs should be no larger than 4mb, the less – the faster. Looking at your file, you’ll need to reduce the image sizes to make an impact on the size.

    We remain at your service.

    in reply to: Merged data does not calculate on PDF form #17726
    admin
    Keymaster

    It would be easiest for us to find the issue if we login to your site. Complete this form if that is possible or if not, let us know and we’ll send you a list of questions to troubleshoot the issue.

    We remain at your service.

    in reply to: Checkboxes bug #17724
    admin
    Keymaster

    If possible, email the PDF form and a link or screenshot of the Formidable form and the field map layout showing the checkbox field mapping(s) to support AT formidablepro2pdf.com for assistance specific to your forms. Or, provide us with the details of your issue here.

    We remain at your service.

    in reply to: Map only the day on a date #17713
    admin
    Keymaster

    Review this support thread and let us know if you have any further questions.

    We remain at your service.

    in reply to: Unable to duplicate a field map I imported…. #17708
    admin
    Keymaster

    Thanks for letting us know, we are working on this support request and will update you on this forum post as soon as we have more information.

    We remain at your service.

    in reply to: Unable to duplicate a field map I imported…. #17707
    admin
    Keymaster

    Thanks for letting us know, we are working on this support request and will update you as soon as we have more information.

    We remain at your service.

    in reply to: Need a support to generate the PDF #17703
    admin
    Keymaster

    Be sure to watch this demo video. And take a look at the demo form and PDF merge that installs with the plugin. Let us know at which step you are having issues or questions.

    Again, we remain at your service.

    in reply to: Need a support to generate the PDF #17702
    admin
    Keymaster

    Sure, we can help here on the forum if you detail your questions, or you can complete the quote request form if you’d like us to consider working on your form(s).

    We remain at your service.

Viewing 25 posts - 1,001 through 1,025 (of 2,496 total)