ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: jesse920 on May 19, 2010, 01:23:55 pm

Title: Radio Buttons on Signup Form?
Post by: jesse920 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