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

admin

Forum Replies Created

Viewing 25 posts - 2,276 through 2,300 (of 2,484 total)
  • Author
    Posts
  • in reply to: Limitations of automation? #4193
    admin
    Keymaster

    One (1) file can be uploaded per File Upload Field, other than that it should just work. Please email login credentials to support at formidablepro2pdf dot com and we’ll take a look. It’s a new feature so there could be an issue we have not discovered.

    We remain at your service.

    in reply to: Download PDF automatically #4181
    admin
    Keymaster

    Can you verify that you are using the inline parameter without including the download parameter automatically prompts to open or save, and paste the shortcut here?

    Changing the [id] to lower case, I tested [if 436 not_equal=””][formidable-download form=”s7kje” dataset=[id] layout=”13″][/if 436] and it works as expected.

    After changing, if you still experience any issues, paste your shortcode and we’ll check it for you. Replace ID’s with x’s and y’s if you’d prefer.

    We remain at your service.

    in reply to: HTML #4172
    admin
    Keymaster

    Yes, you could have results in 5 minutes or less. If you already have the Formidable Form and a PDF output, it would simply be a matter of placing PDF Fields over the current dynamic data in your pdf – thereby creating a PDF Form – then deleting the static data from the PDF Form then finally ‘map & merge’ the current Formidable Form to the PDF.

    We are at your service, let us know if you need assistance making it happen.

    Take a look at our newsletter for tips on how to create Field Map Layouts faster.

    in reply to: Change Shortcode Settings Dynamically #4162
    admin
    Keymaster

    download=”[285]” was added to the shortcode.

    Where [285] is the download radio button with values of “YES” and “NO”.

    Enter two shortcodes in the form’s OnSubmit Message to have two buttons at the bottom of the form after submit. The print button should have the inline parameter, and the download button should have the download parameter.

    We remain at your service.

    in reply to: Multiple Images & Batch Exporting #4155
    admin
    Keymaster

    *Face Palm*

    Oh— got it! Yeah, Formidable can figure that one out… Let me know if they can’t.

    Look for the newsletter, it has some other info you may find useful.

    Trial & Free version users should click here to sign up for the newsletter. *shameless plug*

    in reply to: Multiple Images & Batch Exporting #4143
    admin
    Keymaster

    *And Keymaster said; Let’s have some coffee and discuss this.*

    Not sure I understand your question, did the additional file upload fields merge three images to the PDF form?

    Are you able to elaborate on the workflow or requirements regarding the need to “export the data, parse out the file links into separate columns and then reimport“.

    in reply to: Multiple Images & Batch Exporting #4141
    admin
    Keymaster

    2. Many of your forms will have common fields such as Name, Address, Phone, ect… With that in mind, create a Field Map Layout to use as a template with common PDF fields that you will duplicate for mapping other PDF forms, using the helpful tips listed below. Once created, you can click the “Duplicate this field map” button at the bottom of the field map to make a copy to map another PDF form.

    Here’s a Tips & Tricks spoiler from our first newsletter, due out tomorrow…

    Create large Map Layouts a lot faster

    • Use common field names on all your PDF forms. Helps when duplicating field maps.
    • Use recognizable, easy to type, field names for the PDF fields.
    • Type the first few letters of the PDF field name into the PDF Form Field Name dropdown list to quickly find the correct field – rather than slowly scrolling through the long list.
    • Click the “Add another Field Map” button 17 times, then map those fields and save the field map layout – then reopen the field map layout and repeat – until all the required fields have been added. Try it! – you will be able to find and select the next Formidable Form field much faster – because you won’t need to scroll the entire list to find the next field.
    in reply to: Multiple Images & Batch Exporting #4139
    admin
    Keymaster

    STOP!We love you Josh – DON’T JUMP! – We’re here to help…

    1. Use three (3) File Upload fields in your form, do not use the “Multiple files” option, then map each of them to your PDF form.

    I’m still working on your answer to question #2 – I’ll post it soon…

    in reply to: Download PDF automatically #4132
    admin
    Keymaster

    Use the inline Shortcode Parameter to open the PDF in the browser window for instant viewing.

    Use the download=”auto” Shortcode Parameter to prompt for a Save As (or open in the default application) depending on user’s default action.

    • This reply was modified 9 years ago by admin.
    admin
    Keymaster

    You’ll need to make the shortcode’s LayoutID dynamic here’s an example where the values of Formidable radio button field [125] are equal to a corresponding LayoutID using the field’s “Use separate values” option…

    [formidable-download form=”contact2″ dataset=[id] layout=[125]]

    Where the above field [125] is a YES/NO radio button using the “Use separate values” and the YES value is x and the NO value is y; x is the ID of PDF A and y is the ID of PDF B

    Or you can make it even more dynamic using a Formidable Conditional Statement like this…

    [formidable-download form=”contact2″ dataset=”2128″ layout=[if 125 equals=”YES”]”xx”[/if 125][if 200 equals=”YES”]”yy”[/if 200]]

    Where the field [125]=YES then layout=xx OR if field [200]=YES then layout=yy

    • This reply was modified 9 years ago by admin.
    in reply to: Attaching PDFs #4126
    admin
    Keymaster

    The file is not saved on the server. It only exists as a temp file on the server long enough to send the email then automatically deleted.

    in reply to: Cannot attach PDF to notification #4121
    admin
    Keymaster

    Once activate.php is copied to the webserver open the file from your web browser to run the code which activates the intranet version of the plugin.

    in reply to: General Questions #4120
    admin
    Keymaster

    Correct, and you’re very welcome – it’s always our pleasure to be of service.

    admin
    Keymaster

    Update your plugin as we have changed the time to local. Please verify the change is working with new datasets as expected…

    We remain at your service.

    in reply to: Limitations of automation? #4106
    admin
    Keymaster

    Hi Barb,

    Were working on the documentation for it now, which is short… because it’s really simple to do. And, it works with the free version of the plugin too!

    You have two options and they do not require a “Format” in the field map layout screen. (Leave the default “no formatting” option in the field map layout screen)

    1. Use the Formidable File Upload field in your Formidable Form to upload a single image, then map that File Upload field to any PDF text field and then POOF! it just works!

    2. Use the Formidable Image Field in your Formidable Form to enter a URL to an image on the web, then map that field to any PDF text field and POOF! it just works!

    NOTE: The size of your image will be adjusted proportionally to the height of your PDF text field.

    We remain at your service, let us know if you run into ANY issues mapping images to your PDF forms.

    in reply to: PDF #4104
    admin
    Keymaster

    This plugin will take data that is entered into a Formidable Form and merge it into a PDF form. You will need to create a fillable PDF form, and a Formidable Form, then using the plugin’s Field Map Layout screen, build the merge which provides a shortcut to the merged PDF form.

    Here’s a video of how the plugin works… https://www.youtube.com/watch?v=zOA-rGyv-js

    If you would like us to help make the plugin work on your WordPress installation, email temporary login credentials to support AT formidablepro2pdf DOT com and we will create an example on your server.

    in reply to: Signature issue after upgrade #4098
    admin
    Keymaster

    Today’s plugin update corrects the signature issue and adds a new “secure link” checkbox to the plugin’s “options” page. If checked, the shortcode will return a link with a key which only works for the selected form, dataset and layout.

    NOTE: The new option is not backward compatible, if the option is checked, previously created links will not work.

    We remain at your service.

    in reply to: Cannot attach PDF to notification #4097
    admin
    Keymaster

    It sounds like the full version of the plugin was not activated. Have you run the Activate.php file from your WP install directory?

    in reply to: General Questions #4095
    admin
    Keymaster

    Really good questions, thank you for asking!

    Q: Is the completed PDF form saved somewhere or is the merge regenerated each time the form is downloaded?
    A: Completed PDFs are NOT saved anywhere. You do have the option to automatically attach them to emails, which would ‘save’ them in an email account…

    Q: If the merge is performed each time, are the merge setting files deleted after a period of time? Are they saved to MySQL?
    A: The merge is performed each time by the shortcode, therefore ‘merge setting files’ do not exist. Rather, merges are managed by the Field Map Layout found in the plugin admin screen. The shortcode tells WordPress which Formidable Form, Dataset and Field Map Layout to use.

    Q: Under the Settings tab, what is the Embedded Forms option?
    A: Required to define a uniqueID to be used by the Plugin to merge a Formidable Embedded Form section to it’s main form.

    Q: How long are backups stored?
    A: Field Map Layout Backups can only be deleted manually by Admin users, not automatically by the plugin.

    Q: The “select dataset to export” is either grayed out or reads: “This form does not contain datasets” – but the merge to PDF does work. ??
    A: The PDF form will open, but not merged with any data. This functionality may be revised in the near future as the results are not expected, needed or desired… (we really didn’t notice it – thanks!)

    Q: If we need to put “dataset=[ID]” in the shortcode – why not make that automatic?
    A: The [id] is used by the Shortcode to merge the ‘current dataset’ while in a specific form or view, but doesn’t work in a email or static web page. There are many uses a site would want the Shortcode to have static or other dynamic data populating the “dataset=x” parameter. [id] is just another way to populate the parameter.

    We remain at your service, and look forward to any further questions.

    in reply to: Signature issue after upgrade #4085
    admin
    Keymaster

    We are currently working on an update to secure the link, the update should be complete in a day or two.

    in reply to: Signature issue after upgrade #4075
    admin
    Keymaster

    We created an update to our plugin – and – Formidable updated Forms and as well as the Signature Add-On, did you update all three?

    We experienced issues with our signature mappings too after the Formidable updates, we had to completely remove and reinstall the Signature Add-on Plugin, then all was fine.

    If all three plugins are updated (and working), we may need to take a look at your installation. If possible, email temporary login credentials to support at formidablepro2pdf dot com. If not possible, let us know if old datasets are merging at the correct size, or if they too have a size issue.

    By “signature field” that is a PDF text field that you have mapped to a Formidable Signature field, correct? Or are you trying to map to a PDF Signature Field? To be clear, the Formidable Signature Add-On only maps to PDF Text fields, not PDF Signature fields.

    We’re still working on the admin-ajax question…

    in reply to: Center Text in a form field #4063
    admin
    Keymaster

    We’re unable to reproduce the issue you’ve described, if possible please send temporary login credentials to support at formidablepro2pdf dot com so that we may find and fix the issue. If it’s not possible to provide login credentials, please email the PDF form (or another form that has the same issue), and we’ll try recreating the issue with your PDF form.

    in reply to: Center Text in a form field #4061
    admin
    Keymaster

    Text alignment in PDF form fields is a function of the PDF form. Which program or app are you using to create the PDF form, as most of them default to centering from top to bottom?

    in reply to: Centering output text in pdf form #4060
    admin
    Keymaster

    The topic has been moved to the How To forum here… http://www.formidablepro2pdf.com/support/subject/center-text-in-a-form-field/

    in reply to: Centering output text in pdf form #4059
    admin
    Keymaster

    Text alignment in PDF form fields is a function of the PDF form. Which program or app are you using to create the PDF form, as most of them default to centering from top to bottom?

Viewing 25 posts - 2,276 through 2,300 (of 2,484 total)