Hi Team!
I'm looking for a way to use the dreamhost announcement list sans pluggins. Here's the Form...
<form method="get" action="http://scripts.dreamhost.com/add_list.cgi">
<input type="hidden" name="list" value="info@bitesizelife.com" />
<input type="hidden" name="domain" value="bitesizelife.com" />
<input type="hidden" name="url" value="bitesizelife.com/?page_id=1180" />
<input type="hidden" name="unsuburl" value="bitesizelife.com/?page_id=1182" />
<input type="hidden" name="alreadyonurl" value="bitesizelife.com/?page_id=1184" />
<input type="hidden" name="notonurl" value="bitesizelife.com/?page_id=1186" />
<input type="hidden" name="invalidurl" value="bitesizelife.com/?page_id=1188" />
<input type="hidden" name="emailconfirmurl" value="bitesizelife.com/?page_id=1190" />
<input type="hidden" name="emailit" value="1" />
Name: <input name="name" />
E-mail: <input name="email" /><br />
<input type="submit" name="submit" value="Join Our Announcement List" />
<input type="submit" name="unsub" value="Unsubscribe" />
</form>
How do I pass the info to Dreamhost without getting the extra info @ the end of the URL>
I'd like to get this:
http://bitesizelife.com/?page_id=1190
But instead I get this
http://bitesizelife.com/?page_id=1190&address=stu%40bitesizelife.com&name=Stu&code=3
Thank you so much ahead of time!