Formidable Radio Buttons "other" value

16 April, 2020 07:18:23
Flash99
Topics: 6
Messages: 11
How can I map the value of the "other" option of Formidable Radio Buttons ?
In Formidable form when a user selects other a new field is opens up and the user enter his input for this "other" option. How can I map this to my PDF ?
16 April, 2020 07:33:30
E2Pdf
Support
Topics: 7
Messages: 3188
Hi,

You must be able to use "Actions" and "Conditions" to change value that match your radio button by excluding exist values. Example attached on screenshot.

We remain at your service.
We would really appreciate your feedback at WordPress.org!
16 April, 2020 07:45:50
Flash99
Topics: 6
Messages: 11
Thank you for your quick reply
I'm not sure I understand
Let me try to explain again what I'm trying to do
In 1.png file you can see how my form looks like.
Then 2.png you can see that if I select "other" I get a field where I can fill some text (monkey in my example)
Now in 3.png you can see my PDF so I need to select V on the "other option and somehow fill "monkey" in the appropriate place
16 April, 2020 08:16:33
E2Pdf
Support
Topics: 7
Messages: 3188
Formidable Forms saves value that entered in "Other" field but PDF requires to match "Option" and "Value" to have radio button checked so it's need to setup dynamic change to make it static + you need to show value inside field only when "Other" option checked which can be detected by excluding existing options.

Setting up field values with "Actions" and "Conditions":
https://www.youtube.com/watch?v=QfbDAOdWXDQ.

Result:
https://www.youtube.com/watch?v=fTRHeMwGYYk.

We remain at your service.
We would really appreciate your feedback at WordPress.org!
16 April, 2020 13:11:20
Flash99
Topics: 6
Messages: 11
Thanks I got the idea