Siamese-Dream.Com
04-04-06, 12:00 AM
Hey everyone,
I have an HTML form question that is driving me up the wall.
I am using Subscribe2 Pro with multiple mailing lists.
By default, it uses form inputs with CHECKBOXES so that people can sign up for multiple mailing lists.
I would like to change it to RADIO BUTTONS so that they can only subscribe to one list at a time.
But I am having problems figuring out what to name the RADIO BUTTONS so that they will send the right value.
Here is the form using CHECKBOXES. If someone could take a look and let me know how to change it to RADIO buttons, that would be greatly appreciated:
<FORM ACTION="http://www.siamese-dream.com/subscribe2/index.mvc?" METHOD="POST">
<INPUT TYPE="hidden" NAME="subscribe_task" VALUE="subscribe">
<INPUT TYPE="hidden" NAME="subscribe_action" VALUE="process_action">
<INPUT TYPE="hidden" NAME="subscribe_method" VALUE="Manual">
<INPUT TYPE="hidden" NAME="multiplelists" VALUE=1>
<b>Newsletter - Get Discounts and Updates<br>
</b>Enter Your Email Address:
<INPUT TYPE="TEXT" NAME="subscribe_email" SIZE=20>
<BR>
<INPUT TYPE="checkbox" NAME="L[1]" CHECKED> All Items
<INPUT TYPE="checkbox" NAME="L[2]" > Just Clothing & Fashion
<INPUT TYPE="checkbox" NAME="L[3]" > Just Spiritual & Religious Items<BR>
<INPUT TYPE="submit" VALUE=" Subscribe ">
</FORM>
Thanks in advance,
I have an HTML form question that is driving me up the wall.
I am using Subscribe2 Pro with multiple mailing lists.
By default, it uses form inputs with CHECKBOXES so that people can sign up for multiple mailing lists.
I would like to change it to RADIO BUTTONS so that they can only subscribe to one list at a time.
But I am having problems figuring out what to name the RADIO BUTTONS so that they will send the right value.
Here is the form using CHECKBOXES. If someone could take a look and let me know how to change it to RADIO buttons, that would be greatly appreciated:
<FORM ACTION="http://www.siamese-dream.com/subscribe2/index.mvc?" METHOD="POST">
<INPUT TYPE="hidden" NAME="subscribe_task" VALUE="subscribe">
<INPUT TYPE="hidden" NAME="subscribe_action" VALUE="process_action">
<INPUT TYPE="hidden" NAME="subscribe_method" VALUE="Manual">
<INPUT TYPE="hidden" NAME="multiplelists" VALUE=1>
<b>Newsletter - Get Discounts and Updates<br>
</b>Enter Your Email Address:
<INPUT TYPE="TEXT" NAME="subscribe_email" SIZE=20>
<BR>
<INPUT TYPE="checkbox" NAME="L[1]" CHECKED> All Items
<INPUT TYPE="checkbox" NAME="L[2]" > Just Clothing & Fashion
<INPUT TYPE="checkbox" NAME="L[3]" > Just Spiritual & Religious Items<BR>
<INPUT TYPE="submit" VALUE=" Subscribe ">
</FORM>
Thanks in advance,