admin

Forum Replies Created

Viewing 25 posts - 1,451 through 1,475 (of 2,488 total)
  • Author
    Posts
  • in reply to: Date on Printed Form Different to Input #13829
    admin
    Keymaster

    There are two date format options on the field map layout, “DATE” and “CURRENT DATE”. It sounds like the PDF field is mapped using the “CURRENT DATE” format, or the PDF field is mapped to “Created_At” or “Updated_At”.

    Double check the format and the Formidable field map, if you are not able to fix the issue, then send a screenshot of the field map layout showing the PDF field mapped to the Formidable Field for further assistance.

    We remain at your service.

    admin
    Keymaster

    A temporary email has been emailed to you, please check your email (and junk), and let us know if you have any further issues.

    We remain at your service.

    in reply to: eight boxes to fill with a date #13754
    admin
    Keymaster

    To merge the PDF example you provided custom PHP or javascript could be used to to populate three hidden fields, then map the hidden fields to three PDF text fields. Or, if data separator’s “/” can be included, then use the PDF field’s “Comb of” setting…

    …here’s an example merge of the “Comb of” setting.

    In the example you’ll see a screenshot of the “Comb of” setting in Acrobat. The three fields above not populating, they would require custom PHP or the purchase of our “Format Add-on Plugin” which will allow you to add a date format to the list of field map formats.

    We remain at your service.

    in reply to: Tables in Repeating Sections. #13694
    admin
    Keymaster

    The second dataset would merge to the PDF just like the first dataset, by setting up another field map layout and PRO2PDF will merge both layouts to one PDF form. If you need to include data from a second form (dataset) in a Repeatable Section, this option may not be a solution to your requirement. We have worked around this limitation by creating a third form that uses Formidable’s “Get a value from an entry” shortcode to populate hidden fields which then are used to merge to the PDF form using a single dataset.

    We would need to see your PDF and where the data needs to insert to be more specific about how to merge the required data.

    If possible, email a sample PDF indicating where data should be inserted for further review to support AT formidablepro2pdf DOT com.

    We remain at your service.

    in reply to: Tables in Repeating Sections. #13686
    admin
    Keymaster

    All formatting such as [2223 decimal=2 dec_point=”.” thousands_sep=”,”] must be done in the Formidable form, not PRO2PDF.

    [1111 show 4332] works in Formidable Views only, not PRO2PDF merges. You can merge a 2nd dataset into the same PDF using these instructions: http://www.formidablepro2pdf.com/embed-form-second-dataset/

    We will explore adding [1111 show 4332] to the current plugin, however, if the code will be time-consuming we will spend the time on the new version.

    We’ll update this thread soon regarding adding the feature. We remain at your service.

    in reply to: Tables in Repeating Sections. #13682
    admin
    Keymaster
    in reply to: Tables in Repeating Sections. #13680
    admin
    Keymaster

    Our plugin only fills PDF forms, it does not span data across pages or create pages, so there is no “simple way of doing this to get something that is neat and legible and ordered” without a ready to fill PDF form.

    The work-around to an unknown number of rows is to create a maximum limit, and add additional pages to the PDF. You can have multiple PDFs with 1, 2, 3, 4,… number of pages, then dynamically change the shortcode’s layout=ID based on the number of rows…

    Or, use the PrintFriendly plugin with a Formidable view.

    We are working on a new version that will span data and create new pages, however, it’s a couple of months from a Alpha version.

    We remain at your service.

    in reply to: Tables in Repeating Sections. #13679
    admin
    Keymaster

    Our plugin only fills PDF forms, it does not span data across pages or create pages, so there is no “simple way of doing this to get something that is neat and legible and ordered” without a ready to fill PDF form.

    The work-around to an unknown number of rows is to create a maximum limit, and add additional pages to the PDF. You can have multiple PDFs with 1, 2, 3, 4,… number of pages, then dynamically change the shortcode’s layout=ID based on the number of rows…

    Or, use the PrintFriendly plugin with a Formidable view.

    We are working on a new version that will span data and create new pages, however, it’s a couple of months from a Alpha version.

    We remain at your service.

    in reply to: Tables in Repeating Sections. #13658
    admin
    Keymaster

    Repeating data in a grid (or anywhere on a PDF), YES! However, render a table, no… HTML is not an option within PDF files by Adobe design…

    If you have FieldA, FieldB, and FieldC in a repeating section, then in your PDF Form;
    . Name the 1st row FieldA1, FieldB1, FieldC1
    . Name the 2nd row FieldA2, FieldB2, FieldC2
    . Name the 3rd row FieldA3, FieldB3, FieldC3
    . Name the 4th row FieldA4, FieldB4, FieldC4
    . and so on… add as many as you need.

    Then, in the Field Map Layout;
    . Use the “Repeatable (separate fields)” format to map each of the fields in the first row of PDF fields FieldA1, FieldB1 & FieldC1 (DO NOT MAP TO FIELDS 2,3,4, etc….)
    . In the “Repeatable (separate fields)” text box, enter the Formidable field ID [xxx] that corresponds with the PDF Field like the instructions explain in the Repeatable Section instructions.

    EXAMPLE
    Here’s a link to a merge using “Repeatable (separate fields)”: http://tinyurl.com/hjsu4jx
    (Save this PDF Form to your computer to view the PDF field names)

    Here’s the image of the field map layout screen from above: http://wp.me/a67GUo-1Gm

    in reply to: Auto generation from form #13650
    admin
    Keymaster

    Existing form yes, but not without creating a Field Map Layout. However, Field Map Layouts may be automatically generated by selecting “Enable automated layout creation for new field maps” from the plugin’s SETTINGS tab and naming the PDF form fields the same as the Formidable Form fields (or the Formidable ‘key’).

    We also offer our services here on Fiverr.com to create the field map for you.

    We remain at your service.

    in reply to: Set dynamic password per file from PDF fields #13649
    admin
    Keymaster

    Done. Update your plugin to the latest version to use formidable field shortcodes in the Field Map Layout Default Password text box.

    We remain at your service.

    in reply to: eight boxes to fill with a date #13616
    admin
    Keymaster

    Sounds like you may need to use the “Comb” field format in the PDF, or hidden fields in the Formidable Form, or possibly some custom javascript code.

    Are you able to send an example PDF form to support AT formidablepro2pdf DOT com for evaluation?

    We remain at your service.

    in reply to: eight boxes to fill with a date #13608
    admin
    Keymaster

    The date format is set with the Field Map Layout’s “FORMAT” dropdown… Select “DATE” then select “dd/mm/yyyy”.

    Let us know if more assistance is required as we remain at your service.

    The “FORMAT” dropdown is not enabled in the free version, in this case use a regular single line text field and place “dd/mm/yyyy” in the fields description to prompt uses to enter text in the correct format.

    in reply to: Field Maps #13503
    admin
    Keymaster

    Sounds like you need to select the “Use as Dataset Name?” radio button on the left side of the Field Map Layout before saving the field map as shown in the demo video here: https://www.youtube.com/watch?v=zOA-rGyv-js&feature=youtu.be&t=133

    Let us know in detail if this was not the cause if the issue you are having with the field map layout.

    Regarding spending time creating the field map… Time is better spent naming the PDF field names the same as the Formidable field name (or field keys) and using the “Enable automated layout creation for new field maps” found on the Settings tab to automatically generate the field map layout.

    We remain at your service.

    admin
    Keymaster

    If you are sure the entry has data in the field, then we may need to take a look at your installation as yours would be the first issue we’ve had with the new feature. If possible, please complete this form to provide access.

    If not possible, try testing the function with a new form and new field map layout and let us know the results.

    We remain at your service.

    admin
    Keymaster

    Is [xxx] a Single Line Text, Paragraph, Radio Button, Dropdown, Signature, Section, HTML, or one of the others?

    admin
    Keymaster

    What type of field is [xxx]?

    We remain at your service.

    in reply to: There was an error generating the PDF file. #13467
    admin
    Keymaster

    Sounds like the merge is failing, but the error message may not be accurate.

    Did the Demo ever work on your server, if so, what was changed from then to now? If the plugin has never worked, we may need to take a look at your installation to be sure there is not a server-side issue. If possible, please complete this form to allow us to check your installation.

    If not possible, try testing by removing all merge fields from the Field Map Layout except one name field. If the merge still fails, email support AT formidablepro2pdf DOT com the screenshots of the Export Tab (with the first three dropdowns selected to export a pdf), Activated Forms tab, and the Under the Hood tab.

    We remain at your service.

    in reply to: Problem generating PDF #13455
    admin
    Keymaster

    Sounds like you need to correct the dataset parameter to dataset=[id] to generate a PDF with the current entry.

    Please paste your shortcode here for further assistance or provide additional information for evaluation.

    We remain at your service.

    admin
    Keymaster

    No new settings, it just works when “do not store entry” is selected. Add the download=”auto” parameter to the shortcode.

    admin
    Keymaster

    We apologize for the delayed reply, however, we added this feature in our last update a couple of days ago. Update the PRO2PDF plugin to begin using the new feature.

    Let us know if you experience any issue or if all is not as expected. We remain at your service.

    in reply to: Calculated Fields #13329
    admin
    Keymaster

    PRO2PDF does not, however, Formidable Forms does and PRO2PDF can merge those to PDF forms.

    Let us know if there is something specific we need to add to our plugin. We remain at your service.

    in reply to: Custom E-Mail Attachment Name #13314
    admin
    Keymaster

    FYI – We have added dynamic filename functionality to the Field Map Layout. You may now enter Formidable field shortcodes as well as static text into the “PDF file name in e-mails:” text box located just below the “Attach file to Email notifications” option on each field map layout.

    Update your plugin to acquire the functionality. We remain at your service.

    in reply to: Generate PDF filename from field #13313
    admin
    Keymaster

    FYI – We have added dynamic filename functionality to the Field Map Layout. You may now enter Formidable field shortcodes as well as static text into the “PDF file name in e-mails:” text box located just below the “Attach file to Email notifications” option on each field map layout.

    Update your plugin to acquire the functionality. We remain at your service.

    in reply to: Using filename shortcode #13312
    admin
    Keymaster

    FYI – We have added dynamic filename functionality to the Field Map Layout. You may now enter Formidable field shortcodes as well as static text into the “PDF file name in e-mails:” text box located just below the “Attach file to Email notifications” option on each field map layout.

    Update your plugin to acquire the functionality. We remain at your service.

Viewing 25 posts - 1,451 through 1,475 (of 2,488 total)