Author Topic: Radio Buttons on Signup Form?  (Read 2173 times)

jesse920

  • Posts: 15
    • View Profile
Radio Buttons on Signup Form?
« on: May 19, 2010, 01:23:55 pm »
Hi,

Sorry if this is a "basic" question but is it possible to place on signup form itself a radio button so user must "choose" between two options?

Example:

What is your favorite color? (a) Blue or (b) Green

I included it (eg:
Code: [Select]
<input type="radio" name="user1" value="blue" /> Blue<br />
<input type="radio" name="user2" value="green" /> Green
)

 but when I test the results, I get "both" (a) and (b). {Note: user1/user2 would correspond to the custom fields names>

Please provide example code IF possible.

Thanks in advance! :)

P.S. Using version 1.88