Html's Action

Forminator Forms
29 April, 2021 00:20:58
Mohamed
Topics: 4
Messages: 16
Hello,
I have created a Forminator form with Html fields and checkbox fields. I have made a actions. For exemple: If checkbox=1 change value to {html-1}; if checkbox=2 change value to {html-1} <br>{html-2}. When I leave the value empety, nothing is printed, when I add {html-1} to value, the actions are not applided. Please help.
Best regards
Mohaùed
29 April, 2021 01:13:27
E2Pdf
Support
Topics: 7
Messages: 3188
Hi,

It looks like you are doing incorrect comparison with "1" as value. You can check to which value rendered {checkbox-1} by creating simple "textarea" and put value as "{checkbox-1}" (screenshot 1). The value which you will see must be added instead of "1". If you are using Forminator 1.10.x then usually it's used "label" as value (screenshot 2), so we expect that comparison must be as on (screenshot 3 )depending on our "label".

Also, if you need to "Merge" values, for example if {checkbox-1} and {checkbox-2} will be checked and you will need to print {html-1} and {html-2} you will need to use "Merge" action instead of "Change" action, as "change" action will replace whole value. (screenshot 4).

We remain at your service.
We would really appreciate your feedback at WordPress.org!
29 April, 2021 09:47:01
Mohamed
Topics: 4
Messages: 16
Thanks. It's OKAY.