Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Our apologies for the issues you are having with the login and upgrade process. We just tested the upgrade form and found no issues, from the “Select Your Current Plan” dropdown be sure to select the “1-Site – 2 Forms – Trial” option, then check to select your desired upgrade.
If you are still having issues, use the link in the email we sent to the to email address on the account to request a manual upgrade.
We remain at your service.
adminKeymasterFrom the plugin’s TEMPLATES tab, select the field map layout from the EXPORT dropdown field and click the EXPORT FIELD MAP button, then use this form to send us the resulting file.
We remain at your service.
adminKeymasterChinese characters are supported by changing the “Language support:” option on the field map layout to “Unicode”.
We remain at your service.
adminKeymasterTo renew the account, click the “Renewal” link on the left after logging into your account.
This is not an issue caused by PRO2PDF, it appears to be from an update to the your server or the WP installation’s SALT key.
We remain at your service.
adminKeymasterOur apologies for the issues you are having with the renewal process. As a courtesy we have reactivated and extended the license through tomorrow to allow you time to renew the key.
Your password has been manually reset and sent to the email address on the account.
We remain at your service.
adminKeymasterWe submitted an update on WordPress.org with new Filters: ‘fpro2pdf_signature’ and ‘fpro2pdf_sig_output_options’,
The usage of sending prepared image:
add_filter( 'fpro2pdf_signature', 'fpro2pdf_signature_func', 10, 3); function fpro2pdf_signature_func( $v, $field, $dataset ) { if ($field == 'nrtzvr') { $uploads = wp_upload_dir(); $target_path = $uploads['basedir'] . '/'; $target_path .= apply_filters( 'frm_sig_upload_folder', 'formidable/signatures' ); $target_path = untrailingslashit( $target_path ); $file = $target_path . '/' . 'signature-1000-10.png'; if (file_exists($file)) { $v = base64_encode(file_get_contents($file)); } } return $v; }
The second shortcode which allow to replace just color and background of signatures:
add_filter( 'fpro2pdf_sig_output_options', 'fpro2pdf_sig_output_options_func', 10, 2); function fpro2pdf_sig_output_options_func( $options, $field ) { if ($field == 'nrtzvr') { $options['bgColour'] = array(0, 0, 0); $options['penColour'] = array(255, 255, 255); } return $options; }
The filters will work on latest plugin version 2.88
We remain at your service.
adminKeymasterThere is really no way to “duplicate” the 1st field map to work with Formidable Form B and PDF Form B.
To accomplish the task quickly, we would name the PDF Form B fields exactly the same as the Formidable Form B fields and use the “Enable automated layout creation for new field maps” option found on the plugin’s SETTING page to automatically create the 2nd field map layout.
We remain at your service.
adminKeymasterSo far it does not sound like the “2nd dataset” functionality is used for what you are trying to accomplish.
Can you clarify your described use by adding the words “Formidable” or “PDF” before the words “form” and “forms” so we can understand which ‘form’ you are referring to… Formidable form or PDF form…
Like this…. (Formidable Form-A works with PDF Form-A, we need Formidable Form-B to also work with PDF Form-A)
We remain at your service.
adminKeymasterWhat is the reason you are trying to use the duplicated field map layout as a “2nd Dataset”? It sounds like you may be using the “2nd Dataset” feature incorrectly.
Let us know exactly what you are try to accomplish as we are not clear on your end goal.
We remain at your service.
adminKeymasterChange the export values to match the Formidable Form Checkbox OPTION VALUE not the field names. We strongly suggest using copy/paste because the values must match 100% (case sensitive, space sensitive and special character sensitive).
Regarding duplicate Formidable field name and/or values, simply add a number to make the PDF field name unique.
For OTHER, you’ll need to disable the Formidable field’s “Other” option and add the text “Other” as an option, then add a Single Line Text field and show/hide using conditional logic.
We remain at your service.
adminKeymasterYou’ll need to install php module mbstring or iconv to resolve the issue.
Let us know if you still experience issues after installing the php module.
We remain at your service.
adminKeymasterBased on this line: [website here] – not active. Activate this website It appears you need to login to your account on formiablepro2pdf.com to deactivate the key and reactivate for your site.
Your password has been manually reset and the temporary credentials were sent to the email address on the account. Let us know if you require further assistance.
We remain at your service.
adminKeymasterFrom the plugin’s EXPORT tab, select the Field Map Layout that you want to duplicate – scroll to the bottom of the field map layout – click the DUPLICATE button.
Let us know if you require further assistance as we remain at your service.
adminKeymasterAt your request your password has been manually reset and the temporary credentials were sent to the email address on the account.
We remain at your service.
June 28, 2018 at 9:40 pm in reply to: Split: Data mapping not reliable, sometimes field data gets mapped, but not always. #19182adminKeymaster1. Use PDF Checkbox fields for Formidable Checkbox fields and use PDF Radio Button fields for Formidable Radio Buttons.
2. Use copy/paste to insert Formidable checkbox field values into the PDF checkbox field “Export Value” and Formidable radio button options into the PDF radio button “Option Value”.
3. See this example for Acrobat and this example for PDFEscape.If you need further assistance, use this form to upload your PDF form, provide a link to the Formidable form, and let us know which PDF forms editor you are using so we may be specific with our assistance.
We remain at your service.
adminKeymasterWe sent an email to the address on the account requesting the following…
1. Are you able to export PDFs from the plugin’s EXPORT tab? If yes, there may be an issue with the shortcode or see #2 below…
2. Do you have more than one Field Map Layout created for the same form? If yes, delete any test, abandoned, or failed field map layouts.
3. If no to the above, we will likely need to login to troubleshoot the issue, if possible complete this form to provide credentials for WP & FTP.Your activation key has again been extended through July 1st.
We remain at your service.
adminKeymasterIn Acrobat, right click the checkbox click the OPTIONS tab and change the “EXPORT VALUE” to match the Formidable Form Checkbox option. Currently all yours are set to “Yes” or “On”…
We remain at your service.
adminKeymasterYou must change the PDF Checkbox Export Values from “On” and “Yes” to the Formidable Form Checkbox option.
See this example, and if you need further let us know the PDF Form Editor you are using so we may be specific with our directions.
We remain at your service.
adminKeymaster1. Yes using Formidable’s Email Notifications.
2. Yes, using PRO2PDF’s export tab or you can create a Formidable View and include the PRO2PDF shortcode.
3. Yes, 4MB is the approx. maximum, however, up to 5MB may be possible depending on your server’s settings and network latency.We remain at your service.
adminKeymasterNo, PRO2PDF is not intergrated with Adobe E-Signature. We will likely add Adobe E-Signature to our new plugin E2Pdf sometime before the end of the year.
We remain at your service.
adminKeymasterOnly map the first row of PDF fields, DO NOT map rows 2,3,4,5… remove them from the field map layout. See this post for more details.
We remain at your service.
adminKeymasterIs this doable with your plugin?
– Yes, this is exactly what the plugin is designed to do.Also it will be 1-5 Forms 1 site but the forms will be at different locations (url) of the website. Which plan is appropriate for this?
– 1 SITE | 10 FORMSHow many pdfs can be generated? Unlimited?
– Yes, unlimited PDFs may be generated.We remain at your service.
adminKeymasterWe are not able to recreate the issue you’ve described with the PDF you provided. We believe it’s possible the specific form data that is being merged is causing the issue. Are you able to upload the PRO2PDF template file to this form for further evaluation?
adminKeymasterWe have extended the expiration date again through tomorrow, and have tested the activation key and it’s working correctly as expected.
Please use this form to provide a screenshot of the PRO2PDF “Activated Forms” tab.
We remain at your service.
adminKeymasterOne Formidable Form is one “dataset”. The sentence “Map 2nd Dataset” refers to mapping a 2nd dataset to the same PDF form at the same time as the 1st dataset.
For example, if you have one PDF form called “OrderForm.pdf” and you have two Formdiable Forms that are collecting the data that needs to merge into the one PDF form you would select “Map 2nd Dataset”.
If you simply need three different Formidable Forms to map to one or more PDFs, but not at the same time, then you would need the 1-Site | 10-Forms version of PRO2PDF.
We remain at your service.
-
AuthorPosts