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:
<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