IMPORTANT UPDATE: Please DOWNLOAD and update the Formidable PRO2PDF to the Latest Version!

Merged data does not calculate on PDF form

Home Forums Bugs and Troubleshooting Merged data does not calculate on PDF form

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17663 Reply
    canadiandesigner
    Participant

    Hi,

    I have a data field exporting and mapped correctly on the PDf form.

    Let’s say Formidalble ‘data_field’ maps in the PDF.

    The issue is, even a simple calculation in the PDF does not produce an answer.

    Using the simplified field notation in the Calculate tab, data_field*2 , doesnt produce an answer.

    Is there particular settings in Pro2PDF plugin or the PDF form field that need to be configured for this to work?

    Thanks,
    Yani

    #17664 Reply
    admin
    Keymaster

    PDF field calculations will not work without using PDF javascript. As a work-around, you may add hidden fields with field calculation functionality to the Formidable form and then merge the hidden fields to the PDF.

    Let us know if you need further assistance, or suggestions specific to your forms.

    We remain at your service.

    #17725 Reply
    Yani Roumeliotis
    Guest

    Hi,

    So I have set all the fields I need to merge on the PDF to ‘Hidden’ field type.

    And created a calculation like: $([159]*2)+100

    Where 159 is the saved value from the drop down.(http://2018.mississaugalawchambers.com/member-packages)

    And on the PDF side, the fields are set to ‘None’ formatting.

    The hidden filed calculations are not merging in the final exported file, even with all the form and pdf fields correctly mapped in the Map Designer.

    Any ideas?

    Thanks,
    Y.

    #17726 Reply
    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.

    #17728 Reply
    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.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Reply #17728 in Merged data does not calculate on PDF form
Your information: