A question about radio buttons?

How do you create Radio Button sets?

I am making an HTML form in Freeway Pro, but I can’t figure out the thing with radio buttons!! How do you make it work this way:

The user clicks in a radio button, but then he decides that he wants the other option so he clicks in the other radio button. That radio button gets selected while the other one gets deselected.

This doesn’t work that way in my site, can’t figure it out!

I’ve got to create many radio button sets so just one button is selected in each set.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It all comes down to how you name the buttons. Each group of buttons share the same name, and each member of that group has a unique value. When the form is submitted, only the chosen member of that group will be sent in the form submission.

Insert your first radio button. Click on it so it is selected, and the Inspector title reads “Radio Button”. Then click on the third tab from the left (Output Settings) and you will see two fields. The name by default will be Cluster 1. Change that to something meaningful to your group. Change the value to reflect the choice this button represents. Now repeat the process, making sure that each member of this group has a unique value.

When it comes time to make another group, you simply change the group name and repeat.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options