Borders

Help Desk ›› How to ›› Borders
Formidable Forms Resolved
30 October, 2019 07:46:17
bobinfrance
Topics: 5
Messages: 13
Can I remove the borders around the form fields?
30 October, 2019 07:49:41
E2Pdf
Support
Topics: 7
Messages: 3163
Hi,

Yes, "Right Mouse Click" on field -> "Properties". There will be settings for "Border".

We remain at your service.
We would really appreciate your feedback at WordPress.org!
30 October, 2019 07:54:30
bobinfrance
Topics: 5
Messages: 13
Thanks - is this in the documentation? Can you point me towards it, I don't want to keep asking questions you have covered.
30 October, 2019 08:11:58
E2Pdf
Support
Topics: 7
Messages: 3163
Some documentation are located here: https://e2pdf.com/support/docs but it mostly connected to using shortcodes inside and outside E2Pdf Template.

We have also some examples on our YouTube channel here: https://www.youtube.com/e2pdf

P.S. In nearest time we expect to update our "Documentation" page to cover more common questions and features from new updates.

We remain at your service.
We would really appreciate your feedback at WordPress.org!
30 October, 2019 08:13:04
bobinfrance
Topics: 5
Messages: 13
Thanks - it's a great plugin. Does it support repeated fields with Formidable Forms?
30 October, 2019 08:18:04
E2Pdf
Support
Topics: 7
Messages: 3163
Thanks. Yes, repeated fields supported.

The usage is:
[434:1] - 434 is the Field ID inside Repeater section and 1 is the number of repeated entry.
[434:2] - 434 is the Field ID inside Repeater section and 2 is the number of repeated entry.
[434:3] - ...

E2Pdf also supports default Formidable Forms "foreach" construction:
[foreach 432] [434] - [435] - [436]
[/foreach]

We remain at your service.
We would really appreciate your feedback at WordPress.org!
30 October, 2019 08:25:13
bobinfrance
Topics: 5
Messages: 13
Sorry I've checked the docs and found it but how can I display the repeatable fields only when they are there?
I'm using [123:1] [123:2] [123:3] [123:4] but sometimes there is only one sometimes five etc.
30 October, 2019 08:25:44
bobinfrance
Topics: 5
Messages: 13
And that answered by question before I asked it
30 October, 2019 08:37:53
E2Pdf
Support
Topics: 7
Messages: 3163
It's also possible to hide empty fields if you need to output it separately via "Actions" and "Conditions". They can be applied to elements or pages.

Example is shown in attached screenshot. Element will be hidden if [123:1] is empty.

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