Oleksandr
Forum Replies Created
-
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] still use php edit templateHello,
The PDF_EXTENDED_TEMPLATES directory is not related to E2Pdf.
By default, E2Pdf uses the “Visual Builder” rather than PHP Templates.
- If the image was created using an image object, you can replace it by right-clicking on the object, selecting “Choose Image”, and then choosing the desired image.
- If the image was created in the HTML object, you will need to replace the URL in the HTML value by Right-Clicking, selecting “Properties”, and updating it in the “Value” field.
Thank you for your great review! We’re so glad our plugin met your needs. ??
Best Regards,
E2Pdf TeamForum: Reviews
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Amazing Customer Service and ProductThank you for your amazing review and feedback. We truly appreciate it! ??
Best Regards,
E2Pdf TeamForum: Reviews
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Great Plugin & ServiceThanks a lot for the great review! ??
Best regards,
E2Pdf TeamForum: Reviews
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Great SupportThank you so much for your fantastic review! ?? We’re glad to hear our support was helpful! We have many new features coming soon and hope our plugin becomes even more valuable to you.
Best regards,
OleksandrForum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Custom text based on answerYes, both options are available in the free version.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Quform IntegrationHello,
We have it in our plans, but unfortunately there is no estimated release date yet.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Custom text based on answerHello,
Yes, there are 2 possible ways:
- Use the Element actions – it can change the complete field value based on user input/value: https://e2pdf.com/docs/actions/element
Example: https://prnt.sc/GKJr-Wz-aJsJ - Use the Inline conditional logic via [e2pdf-if] shortcode, which can be useful when the content is inline and should be dynamic, for example in HTML” object and not separate fields: https://e2pdf.com/docs/shortcodes/logic/e2pdf-if
Example: https://prnt.sc/EljXT3pxQVho
* in the case of an “HTML” object it’s also recommended to check the “Disable WYSIWYG Editor” option, as on the screenshot.
This is an example for the Forminator Forms. If {radio-1} equals to “b” – then it will change the field text to “Lorem Ipsum” (1st example) or output the value “Lorem Ipsum” (2nd example). For other forms/integrations, instead of using {radio-1} – it needs to use form’s/integration syntax. To be sure that you are comparing correctly values, it can be used temporary “textarea” mapped with {radio-1} to be sure that you are using the correct value to compare with.
Forum: Reviews
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Powerful plugin, Outstanding SupportThank you for your great review! ??
Best regards,
OleksandrIn the PDF Name and PDF Local Name,?the usage is the same. You should be able to use any values available in the E2Pdf Template context, for example [field_id], [e2pdf-arg1], etc.
PDF Name and PDF Local Name (responsible for the save name), can be modified in the E2Pdf Templates settings: https://e2pdf.com/docs/templates/builder/settings#pdf
Hello,
You can try to:
1. Create a “repeater” field in the Formidable Forms.
2. On the “Success Message” / “Mail Body” use the repeater iteration as:
[foreach 100]
[e2pdf-download id="1" arg1="[101]"]
[/foreach]* where “100” is your Repeater Field ID, and “101” is the sub-field of the repeater that contains the word, and “1” is your E2Pdf Template ID.
3. Inside the E2Pdf Template use [e2pdf-arg1] shortcode to output “word”
P.S. It would generate multiple PDF download URLs where it will be just a single word from the repeater. E2Pdf can’t yet create the “single” archive with generated PDFs.Forum: Reviews
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Fantastic Support and PluginThank you for the kind words and the excellent rating!
Best regards,
E2Pdf TeamForum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Essential Blocks – pdf generateAll currently supported plugins can be found here: https://e2pdf.com/docs
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Essential Blocks – pdf generateHello,
Unfortunately, E2Pdf has not been integrated with the Essential Blocks plugin yet and can’t be used in the described context.
We will include the plugin integration in our TODO list for review.