admin

Forum Replies Created

Viewing 25 posts - 801 through 825 (of 2,496 total)
  • Author
    Posts
  • in reply to: PDF Download Button? #18715
    admin
    Keymaster

    You do not need to “change the formidable form redirect“… you only need to add a parameter to the existing URL.

    Simply create a Formidable View as instructed here and put the tag PRO2PDF shortcode we provided above into the view, then put the view’s shortcode on the page exactly where you want the button. That’s it!

    We can do it for you for $5, complete this form if needed.

    There is no easier way, as Formidable’s entries are not available to WP pages or posts except through a Formidable View… and it is easy to implement!

    We remain at your service.

    in reply to: test the plugin #18712
    admin
    Keymaster

    The free version is available from the WP Plugins tab, and may be used for testing the plugin.

    A 30-day trial, fully unlocked version, is available here for $2 and you may request a refund if the plugin does not work for your needs.

    We remain at your service.

    in reply to: PDF Download #18710
    admin
    Keymaster

    Paste the PRO2PDF shortcode here so we can see what may have caused the link to provide a prior entry.

    We remaain at your service.

    in reply to: How to display filled in PDF, right after submit #18709
    admin
    Keymaster

    No. You can have the PDF open in the user’s default PDF program, but not in a browser window or tab, this is a coding limitation with regard to popups. The only way to have the PDF open in a new browser window or tab is for the user to click on a link and use the inline=1 shortcode parameter.

    The new E2Pdf version is, in the future, expected to include a PDF viewer for WP which will accommodate an instant PDF view after submit. Users of PRO2PDF may migrate to E2Pdf at no charge.

    We remain at your service.

    in reply to: Questions #18708
    admin
    Keymaster

    Yes, the plugin can send the signed PDF to the client. The speed depends on the size of the PDF, the smaller the faster.

    Our new plugin, E2Pdf is faster. If you purchase PRO2PDF you’ll also be eligible to receive E2Pdf at no additional charge.

    Let us know if you have any additional questions or if we did not fully answer the questions above as we remain at your service.

    in reply to: PDF Download Button? #18705
    admin
    Keymaster

    In that case you’ll need to follow this, How To: Use the Shortcode in a Page or Post, and use the code above in a Formidable View.

    We remain at your service.

    • This reply was modified 7 years, 2 months ago by admin.
    admin
    Keymaster

    Q: Webform questions (multi-select checkboxes):
    Which foods do you eat at home? pizza, burger, hotdog
    Which foods do you eat at restaurant? pizza, burger, hotdog

    A: Name the PDF fields something like, pizza1, burger1, hotdog1 for the first checkbox group of fields, then pizza2, burger2, hotdog2 for the second group of fields – just name them so you can find and map them in the field map layout…

    Q: On PDF I have the same questions with checkbox fields for the answers. So how do I name the PDF fields and export values?
    A: The export values for both groups should be; pizza, burger, hotdog

    Q: I need help to understand how to map from Formidable Drop Down to PDF checkbox.
    Specifically how to name the PDF fields, is it done the same way as Radio Buttons? Or if not, please explain how to map from Formidable Drop Down to PDF checkbox.

    A: Regular dropdown fields would map the same as Radio Buttons.
    A: Multi-Select dropdown fields would map the same as Checkbox fields.

    We remain at your service.

    admin
    Keymaster

    Checkbox fields are not setup the same as Radio Button fields, YES/NO fields should be setup as radio button fields, which means you need to name both the YES and the NO field the same, like this…

    “Do you like dogs? Yes / No” – Name both the Yes and No PDF fields “Do you like dogs?“, then the Export (Option) Value for the Yes field should be ‘Yes‘ and the No field should be ‘No‘.

    Separate values are not needed. Use this form to send us screenshots of the Formidable form in design view and upload the PDF if you would like specific instructions for your forms.

    We remain at your service.

    in reply to: PDF Download Button? #18698
    admin
    Keymaster

    Did you test the code in the Formidable Form’s On-Submit Message Box, or Email Action, or a Formidable View? Can you send a screenshot of where you placed the code?

    We remain at your service.

    in reply to: PDF Download Button? #18695
    admin
    Keymaster
    in reply to: RENEW #18694
    admin
    Keymaster

    Glad you got it working again!

    We have not heard of a license doing this in the past. Let us know if anything else occurs.

    We remain at your service.

    in reply to: RENEW #18692
    admin
    Keymaster

    We logged into your account here using the temporary credentials that were emailed to you and then clicked the “Renew” link on the left, we see both of the orders listed and able to be renewed…

    Clear your browser’s cache and let us know if the problem persists.

    We remain at your service.

    in reply to: Oh My God Help #18691
    admin
    Keymaster

    We have reset and sent the login credentials to the email address on the account.

    Also, we have reviewed your account and the license number is active, please provide additional information about “site disabled without any notice”, what exactly is happening with the plugin or merged documents?

    We remain at your service.

    in reply to: Professional that maps fields #18687
    admin
    Keymaster

    Yes, the fiverr contact is here. Complete this form to have an offer sent to you.

    We remain at your service.

    in reply to: translate plugin #18686
    admin
    Keymaster

    Yes, we are extending an equivalent E2Pdf activation key to all users of PRO2PDF and we have a PRO2PDF to E2Pdf template converter on our site, it’s also still in beta testing.

    We remain at your service.

    in reply to: translate plugin #18676
    admin
    Keymaster

    No, the plugin is not WPML compatible, and we will not be adding translation functionality. The replacement plugin, E2Pdf will be WPML in the future.

    We remain at your service.

    in reply to: PDF Download Button? #18675
    admin
    Keymaster

    If you have a button CSS class, such as…

    <style>
    .button1 {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
    }
    </style>

    Then use the class=”button1″ parameter.
    [formidable-download form=”xyz” dataset=[id] layout=”123″ class=”button1″]

    We remain at your service.

    in reply to: PDF Download #18674
    admin
    Keymaster

    NOTE: Be sure to select the “Enable secure links” option on the plugin’s SETTINGS tab so that PRO2PDF links may not be altered by users to view other user’s data entries.

    We remain at your service.

    in reply to: PDF Download #18672
    admin
    Keymaster

    Use the dataset=[id] shortcode parameter to link to the ‘current entry’ in the On Submit message box, body of the email action, or in a Formidable View to be used on a WP page, post, or custom post.

    Click here for the part of the demo video which demonstrates the dataset=[id] parameter.

    We remain at your service.

    in reply to: PDF Download Button? #18670
    admin
    Keymaster

    Use the “CLASS” parameter in the shortcode, like this…
    [formidable-download form=”xyz” dataset=[id] layout=”123″ class=”my_button”]

    There are also other parameter settings that may be useful here. Be sure to login to see them all.

    We remain at your service.

    in reply to: How do you get the form in the website with the signature #18666
    admin
    Keymaster

    If you made this purchase in error, or with the expectation of additional functionality, we can refund your account upon request.

    We remain at your service.

    in reply to: How do you get the form in the website with the signature #18665
    admin
    Keymaster

    Yes, please send any prior communications or emails to support AT formidablepro2pdf DOT com so we may research any communication issues. Again, we have not received any support requests from you prior to this support thread and we pride ourselves in both our response times and end results, as evidenced by the thousands of support threads and satisfied users in this forum.

    It appears you may not have Formidable Forms or Formidable’s Signature Plugin installed on your site, which is required to create forms and use our PRO2PDF add-on plugin to merge the web form data to a PDF form.

    Can you confirm you have installed Formidable Forms free or the PRO version, and also have purchase the Formidable Signature Plugin from Formidable Forms, which is not included with PRO2PDF or Formidable Forms Pro. If not, it’s required.

    We remain at your service.

    in reply to: How do you get the form in the website with the signature #18661
    admin
    Keymaster

    Here’s the Signature help page, let us know if you need further assistance.

    We remain at your service.

    in reply to: How do you get the form in the website with the signature #18660
    admin
    Keymaster

    This is the first support request from you, yet the review you left appears as though you’ve asked us for help prior to this request.

    Have you purchased Formidable’s signature plugin? If so, then map the signature field to a PDF text field (not a PDF signature field), and select SIGNATURE from the plugin’s format dropdown.

    We remain at your service.

    in reply to: Blank Options Page #18656
    admin
    Keymaster

    Try disabling all plugins except Formidable Forms and PRO2PDF, if the plugin works then add the plugins back one at a time to find the conflict.

    There is not a known or reported bug, if disabling plugins does not fix the issue we will need to take a look at the installation, please complete this form.

    We remain at your service.

Viewing 25 posts - 801 through 825 (of 2,496 total)