1 HTML field

Help Desk ›› How to ›› 1 HTML field
Formidable Forms
8 September, 2019 00:55:00
Tomson
Topics: 23
Messages: 70
Hi,

I changed and added all fields to 1 HTML field.
And how to hide repetitive fields that are not filled and move fields below?
8 September, 2019 01:33:41
E2Pdf
Support
Topics: 7
Messages: 3163
Hi,

You must follow syntax of Formidable Forms "Conditions". Example for repeater fields you can find here: https://formidableforms.com/knowledgebase/repeatable-section/#kb-displaying-repeater-fields

I attached some screenshots with examples also, so you can see hot to implement it.

We remain at your service.


We would really appreciate your feedback at WordPress.org!
8 September, 2019 02:03:39
E2Pdf
Support
Topics: 7
Messages: 3163
There is [foreach] condition which will iterate over all repeatable fields as it's mentioned on screenshots above and on Formidable Forms documentation.
We would really appreciate your feedback at WordPress.org!
8 September, 2019 02:57:48
E2Pdf
Support
Topics: 7
Messages: 3163
Unfortunately [foreach] tag can handle only one repeater block by default, so the solution can be to move all in 1 repeater block to use it in one line.
We would really appreciate your feedback at WordPress.org!