Gossamer Forum
Home : Gossamer Threads Inc. : Discussion :

Re: Add a link & also include newsletter subscription

Quote Reply
Re: Add a link & also include newsletter subscription In reply to
Try to add the following codes in your add_success.html template:
Code:
<form action="<%db_cgi_url%>/subscribe.cgi" method="POST">
<div class="margin">
<%if message%>
<p><strong class="error"><%message%></strong></p>
<%endif%>
<p><select name="action">
<option value="subscribe">Subscribe
<option value="unsubscribe">Unsubscribe</select>
to the list

Name: <input name="name" value="<%Contact Name%>">
Email: <input name="email" <input name="email" value="<%Contact Email%>">
<input type="submit" value="Subscribe">
</p>
</div>
</form>
If that's not good enough, check out the following thread:
http://www.gossamer-threads.com/...ew=&sb=&vc=1

Btw, this question should be better posted in the Links Customization Forum.

Subject Author Views Date
Thread Add a link & also include newsletter subscription techutopia 7873 Feb 22, 2001, 8:15 AM
Thread Re: Add a link & also include newsletter subscription
Paul 7716 Feb 22, 2001, 8:22 AM
Thread Re: Add a link & also include newsletter subscription
techutopia 7710 Feb 22, 2001, 8:29 AM
Post Re: Add a link & also include newsletter subscription
Paul 7650 Feb 22, 2001, 8:31 AM
Thread Re: Add a link & also include newsletter subscription
Thomas. 7679 Feb 22, 2001, 9:12 AM
Thread Re: Add a link & also include newsletter subscription
Paul 7687 Feb 22, 2001, 9:39 AM
Thread Re: Add a link & also include newsletter subscription
techutopia 7655 Feb 23, 2001, 2:15 AM
Thread Re: Add a link & also include newsletter subscription
Paul 7663 Feb 23, 2001, 4:54 AM
Thread Re: Add a link & also include newsletter subscription
techutopia 7657 Feb 28, 2001, 4:27 AM
Post Re: Add a link & also include newsletter subscription
Paul 7576 Feb 28, 2001, 4:39 AM