Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Register + Signup for News Letter

Quote Reply
Register + Signup for News Letter
How can I setup a form where, while registering user also have an option to select to subscribe for newsletter?

Thanks for the help in advance.

Vishal
-------------------------------------------------------
Quote Reply
Re: [TRPN] Register + Signup for News Letter In reply to
Hi!

Try to add something like this into signup_form.html template.



<select name="Newsletter" value="<%Newsletter%>">
<option value="Yes" selected>Yes</option>
<option value="No">No</option>
</select>