Form passing info
-
Hi Team!
I’m looking for a way to use the dreamhost announcement list sans pluggins. Here’s the Form…
<form method="get" action="https://scripts.dreamhost.com/add_list.cgi"> <input type="hidden" name="list" value="[email protected]" /> <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:
https://bitesizelife.com/?page_id=1190
But instead I get this
https://bitesizelife.com/?page_id=1190&address=stu%40bitesizelife.com&name=Stu&code=3Thank you so much ahead of time!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Form passing info’ is closed to new replies.