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,477 total)
  • Author
    Posts
  • 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 8 years, 5 months 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 8 years, 5 months 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?

    in reply to: Upgrade #4048
    admin
    Keymaster

    You can just pay the $74 difference by using this form http://www.formidablepro2pdf.com/upgrade/ to upgrade.

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

    Support for merging images to fillable PDFs is now available by updating the plugin to the newest version released today.

    The function maps Formidable’s Image URL and File Upload (single) fields to PDF text fields.
    . If the image height is more than the text field, the image height and width will be reduced proportionately to the max height of the PDF text field.

    . If the attached file not an image, the file path will be merged to the PDF text field.

    We remain at your service.

    in reply to: Change Administrator Email #4034
    admin
    Keymaster

    Forms → Form Settings → Email Notifications
    Better to link you to Formidable Forms site, they do a great job of explaining the email feature here… https://formidablepro.com/knowledgebase/email-notifications/

    in reply to: Encoding problem #4039
    admin
    Keymaster

    Issue resolved. It was a conflict with a plugin or the theme, we made a change to our plugin and created an update to resolve the issue.

    Thank you for using Formidable PRO2PDF, we remain at your service.

    in reply to: Encoding problem #4009
    admin
    Keymaster

    If possible, please send temporary login credentials to support at formidablepro2pdf dot com and we’ll take a look.

    admin
    Keymaster

    The functionality appears to be by design by Formidable Forms where the UTC time is saved, not the local time. We are examining options to show the local time when merged into a PDF.

    We will update you again soon.

    More info here: https://formidablepro.com/help-desk/created_at-and-updated_at-field-in-db-formidable-tables-use-utc-not-local-timezone/

    admin
    Keymaster

    To be clear, the Formidabe: Created At and the Formidable: Update At are the date/time the Formidable Form data was created/updated, not the PDF file. And, the Formidable: Update At will always be the same as the Formidabe: Created At until the dataset is actually updated.

    We are not able to recreate an issue where both are the same after a dataset update, or where they are different from the WordPress Time Zone setting. If possible please send temporary login credentials to support at formidablepro2pdf dot com and we’ll take a look.

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