admin

Forum Replies Created

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

    Did you request assistance from Formidable, what did they say?

    At this time we are only able to offer continued support on the developed functionality of PRO2PDF as we are working overtime to release the replacement to PRO2PDF, named E2Pdf

    We remain at your service.

    in reply to: PDF location #17840
    admin
    Keymaster

    We just updated the Addon to include the ability to name files from any field in the Formidable Form, so you can now save as the ‘contract number’.

    We remain at your service.

    in reply to: PDF location #17839
    admin
    Keymaster

    Correction! Regarding the Save PDF Add-on, currently the filename can only be the dataset_id.

    We remain at your service.

    in reply to: PDF location #17838
    admin
    Keymaster

    Correct.

    We remain at your service.

    admin
    Keymaster

    Multi language is a function of Formidable Forms and WordPress, not PRO2PDF. This is a great question for the outstanding support staff at Formidable Forms.

    We remain at your service.

    admin
    Keymaster

    Use the shortcode twice to show the field label before the field value like this…
    [111 show=”field_label”] – [111]

    We remain at your service.

    admin
    Keymaster

    [111 show=”field_label”]

    We remain at your service.

    in reply to: PDF location #17830
    admin
    Keymaster

    Yes, using Formidable Views you may control (filter) user access. See more on Formidable’s site here.

    We remain at your service.

    admin
    Keymaster

    With flatten set to YES, PRO2PDF will output the merged PDF file as a “non-editable” PDF file rather than a PDF file with form fields.

    With flatten set to “Yes, and transform text into images”, PRO2PDF will output the merged PDF file the same as above, except the text will be converted into an image, rendering the text non-selectable for copying and non-editable.

    With flatten set to NO, PRO2PDF will output the merged PDF file with all form fields. This option may be used in conjunction with the “READ-ONLY” PDF form field option to allow some fields to be edited and others non-editable.

    We remain at your service.

    in reply to: plugin not working #17823
    admin
    Keymaster

    Thanks for the update, let us know if we can help in any way as we remain at your service.

    in reply to: PDF location #17818
    admin
    Keymaster

    No, PDFs are not stored, they are only generated on demand by a link or when attaching to an email the original files is deleted when the email is sent.

    We do offer a $10 add-on plugin that will allow you to save PDFs to a folder on your server. Complete this form if you need the add-on.

    We remain at your service.

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

    The apostrophe issue has been resolved with the latest plugin update.

    We remain at your service.

    in reply to: PDF in email is BLANK #17814
    admin
    Keymaster

    Be sure there are no other test, abandoned or failing field map layouts for the same form that are set to send PDF attachments. If there are none and the issue remains, let us know if the export button on the EXPORT tab is exporting PDFs correctly.

    After checking the above, complete this form is you want us to take a look at your installation.

    We remain at your service.

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

    Here are some screenshots of E2Pdf

    E2Pdf Screenshot1

    E2Pdf Screenshot 2

    E2Pdf Screenshot 3

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

    Again, our apologies for the delay. We are working on the finishing touches to release the beta version of the replacement of PRO2PDF, called E2Pdf. It would be great if you would consider beta testing testing the plugin with us. You can sign up for emails and to be a beta tester on the site.

    E2Pdf is the only full-featured PDF Editor for WordPress with “Extensions” to merge data to the PDFs. Gone are field map layouts as the new version intuitively maps directly to the PDF from a graphical representation of the web form or WordPress page/post.

    At the time of release, the extensions will include WordPress (page, post, & meta data), Formidable Forms, and Divi’s Contact Form Module. We will be adding WooCommerce, Contact 7, Gravity Forms, Ninja Forms, and every other forms plugin. Then we’ll move on to Wix, Weebly, Squarespace, Joomla and Drupal as well!

    We remain at your service.

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

    Found a bug being caused by the apostrophe in the name of the field map layout. Remove the apostrophe and all will work as expected. We’ll investigate fix for the bug and let you know when an update is ready.

    We remain at your service.

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

    Sure, we’ll login and take a look, use this form to provide credentials.

    We remain at your service.

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

    We apologize for the delay, however, we have not been able to reproduce the issue. Are you able to provide an example of a template that is failing?

    We remain at your service.

    in reply to: Output formats #17798
    admin
    Keymaster

    We are now accepting request for beta testers at e2pdf.com.

    We remain at your service.

    in reply to: Custom help #17797
    admin
    Keymaster

    E2Pdf is expected to be released early March, we are now accepting requests for beta testing. Sign up now to receive a notification with demo video(s).

    e2pdf.com

    We remain at your service.

    in reply to: Output formats #17793
    admin
    Keymaster

    PDF is the only output of PRO2PDF at this time, we may add other output formats with the upcoming replacement version, E2Pdf, which is due to be released sometime in March.

    We remain at your service.

    admin
    Keymaster

    Adobe Reader is only a PDF reader, not a PDF editor. The option is available in all PDF Form editors such as Acrobat, PDFEscape, and our new (replacement) version of PRO2PDF called E2Pdf which is in Alpha testing now with a Beta expected sometime in March 2018.

    We remain at your service.

    admin
    Keymaster

    Set the PDF field to Multi-line as shown below.

    Multi-line PDF field

    We remain at your service.

    admin
    Keymaster

    “Formidable:Dynamic” is the last option in the “Webform Data Field ID” dropdown as selected in the image below which demonstrates how to use a COMB field with only the month & year of a date field.

    Formidable: Dynamic setting

    We remain at your service.

    admin
    Keymaster

    There are two ways to accomplish the above;
    1) Use Formidable’s “Calculated Text Field” to combine “input A, B and C” in a hidden field, then map the hidden field to the PDF “field 4” using PRO2PDF.

    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 Input A = [111], Input B = [222], Input C = [333]

    [111][222][333]
    or
    [111], [222], [333]
    or
    [111]
    [222]
    [333]

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

    We remain at your service.

Viewing 25 posts - 976 through 1,000 (of 2,496 total)