Page 1 of 1
Question with three answers.
Posted: Thu Jul 29, 2021 3:28 pm
by Joan Ferrer
Hello
I want to ask a question with three possible answers (icons), and send this answer by form, how can I guide it?
Thanks
Re: Question with three answers.
Posted: Thu Jul 29, 2021 4:35 pm
by MGD4me
Just create a simple form with your question, and provide 3 "radio buttons' for the 3 possible answers.
Radio buttons can have only one final choice. Choosing a different answer (button) will de-select the previous choice (just like the radio in your car).
Re: Question with three answers.
Posted: Thu Jul 29, 2021 4:53 pm
by Joan Ferrer
Many thanks MDG4me
With radio Button it is possible, but with images or icons? How do you give it the value? by the target?
Tnk's
Re: Question with three answers.
Posted: Thu Jul 29, 2021 5:14 pm
by Pablo
The "Themeable button" can be configured as radio button. This button supports icons (not images).
Re: Question with three answers.
Posted: Fri Jul 30, 2021 7:24 am
by Joan Ferrer
Hi
Is there a component that can support images?
Tnk's
Re: Question with three answers.
Posted: Fri Jul 30, 2021 7:31 am
by Pablo
I'm sorry, radio buttons do not support images.
Re: Question with three answers.
Posted: Fri Jul 30, 2021 12:48 pm
by BaconFries
Maybe one of the following urls will be useful. Note these are custom solutions to use you will need some knowledge of coding.
http://frontendsupport.blogspot.com/201 ... s.html?m=1
https://gist.github.com/rcotrina94/7828886
http://jsfiddle.net/La8wQ/2471/
Re: Question with three answers.
Posted: Fri Jul 30, 2021 1:56 pm
by Pablo
Alternatively, you can use a 'Label' object with a background image.
The Label can be associated with the radio button. And then hide the radio button itself.
Re: Question with three answers.
Posted: Mon Aug 02, 2021 10:18 am
by Joan Ferrer
Hi
Al perfect !!
Tnk's