I’m creating a form using the Freeway Action phpFeedbackForm. The form is within a table.
The form works fine but I would like to know if it is possible to have about 4 radio buttons but only one of which can be selected when filling in the form. (e.g. to allow the person to choose only one option)
If so, how do I do this?
Also, the emails are arriving with <> in the from field how do I correct that? (I do have ‘name’ as one of my options/text fields)
You need to give all the radio buttons for that cluster (group) the
same * Name * then give each one a different* Value * so when the form
is sent you know which one was selected. Personally I think it is good
to select one as the default selection ‘checked’ when using radio
buttons but then that is probably a personal preference.
HTH
On Jul 29, 2009, at 6:13 PM, Granny wrote:
Hello
I’m creating a form using the Freeway Action phpFeedbackForm. The
form is within a table.
The form works fine but I would like to know if it is possible to
have about 4 radio buttons but only one of which can be selected
when filling in the form. (e.g. to allow the person to choose only
one option)