Hi everyone, is there a way to use radio buttons with a toggle function only displaying one button? For example, if I have a form with a selection of 1-4 (currently 4 separate buttons with images), can the form only display one at a time, such as 1, click the button then it goes to 2, then 3, then 4, then after 4 back to 1? Thanks in advance!
Here's a tip, the Formidable Pro toggle field is a radio button field formatted as a toggle switch. You can setup up multiple toggle switches and use conditionals to display them one after the other.
Hi Victor and thank you for the tip. I am still not sure how I would do this with images. What I would like to do is have a field with four options (1-4). Each option has an image. Currently, all I have accomplished is 4 radio buttons with images (all displayed). I only want one radio button/image displayed at a time that sequences with each click. Do you have any additional direction that may help me on this? Thanks!
Don't use a single radio button. Use 4 with conditionals otherwise you'll have no choice but to write custom jQuery code to simulate the cascading effect you want.
Please login or Register to submit your answer