possible to install plugin to my local site before

28 February, 2021 07:10:01
xgty5
Topics: 1
Messages: 5
hi,

is it possible to install the plugin to my local site and next time change the url site ?

thanks
28 February, 2021 07:15:41
xgty5
Topics: 1
Messages: 5
how to change the font weight by css for e2pdf-html? i try this font-weight: bold; , it does not work

is it possible to change the background of all the pdf (autopdf)

thanks


28 February, 2021 10:33:25
E2Pdf
Support
Topics: 7
Messages: 3156
Hi,

1. Yes, it's possible to use plugin on local site and after this change the URL of WordPress, however it's recommended to "Deactivate" all templates and unlink paid License Key before the migration.

2. You can wrap text with <b></b> / <strong></strong> tags or add to CSS section:

body {
font-weight: bold;
}

3. There is no such possibility at this moment, however you can use "Rectangle" object (screenshot 1), set its index to "-1" (screenshot 2) and resize it to page size. Currently you can face some problems with interaction with page after this, however you can just hide/show rectangle by "Right Mouse Click" -> "Hide" / "Right Mouse Click" -> "Show". Toggle "Hidden" elements button located on left top. (screenshot 3).

Unfortunately "Negative" index is supported from 1.14.00 RC which is not yet on main WordPress directory, however you can update now by turning on "E2Pdf" -> "Settings" -> "Release Candidate Builds" (Update from E2Pdf.com). After option turned on: check for plugin updates, and update plugin to 1.14.01 (screenshot 4).

It's recommended to turn off this option after update.

We remain at your service.


We would really appreciate your feedback at WordPress.org!
28 February, 2021 16:13:03
xgty5
Topics: 1
Messages: 5
thanks for all
28 February, 2021 16:19:35
xgty5
Topics: 1
Messages: 5
is it possible to automatically copy all the conditionalities from my formidable forms ?
28 February, 2021 16:52:16
xgty5
Topics: 1
Messages: 5
is it possible to save and restore my template to another website ?
28 February, 2021 22:03:56
E2Pdf
Support
Topics: 7
Messages: 3156
Hi,

Unfortunately no, E2Pdf currently doesn't support building conditionals from the Formidable Forms, however we have this point in our TODO list. One of the reason: currently all elements inside PDF is static and it will not work currently correctly with hiding elements. It's requiring setting conditions with moving fields in case if some fields hidden.

Yes, you can save and restore template (screenshot 1), however keep in mind please that if you are using Field IDs and will import E2Pdf Template without "Item" (Form) then E2Pdf Template must be remapped as Field IDs dynamic under Formidable Forms. It will try to set automatically new Field IDs only in case if "Import Item" will be choosed while "Import" action. It will create new form/overwrite existing (depending on check) and will import template.

If you do not want to recreate form each time on new website, you will need to set "Use Field Keys instead Field IDs", it can be done at "E2Pdf" -> "Settings" -> "Formidable Forms" (screenshot 2). Which will use Field Keys instead IDs and it will remain the same if you will import form and E2Pdf separately without "Import Item". It will be need just to reconnect template to needed form via "Options" after import operation while E2Pdf Template editing (screenshot 3).

We remain at your service.
We would really appreciate your feedback at WordPress.org!