| Use this HTML code to add IMail® List subscription management forms/links to your web site. If you require additional forms, please submit a Support Ticket with your request. We will do our best to accommodate your needs. |
| Instructions |
| Copy/paste the code for the form you want to use onto your web page. Be sure to change the code in blue italic to the correct information for your list (see examples below) before you save/upload your web page. If you are using a page-building program such as GoLive® or FrontPage®, you must first switch to Source or HTML view, then paste the code onto the page. When using FrontPage®, be careful not to accidentally add extraneous code to the form(s) when switching to Preview mode. FrontPage® often does this automatically. If this happens, you will need to remove the code FrontPage® added before saving/uploading or the form(s) will not work. |
| Examples |
- YourConfirmationPage
Page on your site you want people to go to after hitting the Submit button such as http://candyhelps.com/SubscriptionThanks.html
- ListDomain
The domain your list uses
such as whathelps.com, tipshelps.com, candyhelps.com
- ListName
The name of your list
such as CandyRecipes, ClientNewsletter
- ListPassword
Your list's password, if applicable
such as chocolate, PeanutCluster (case-sensitive) |
| Make changes to the following code at your own risk. If you make any changes to a form's code, we do not guarantee the form will work. Should you need us to troubleshoot a non-working form to which you have made code changes, you will be charged a service fee. |
| Send Mail to List |
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailMailer.txt" name="IMailMailer">
<input type="hidden" name="success" value="http://YourConfirmationPage">
<input type="hidden" value="ListDomain" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
Email Address: <input type="text" name="Email"><BR>Subject: <input type="text" name="Subject"><BR>Your message:<BR><textarea name="Message" cols="40" rows="4"></textarea><BR><BR><input type="submit" value="Submit"></form> |
| Send Mail to List (password-required) |
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailMailer-Password.txt" name="IMailMailer">
<input type="hidden" name="success" value="http://YourConfirmationPage">
<input type="hidden" value="ListDomain" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
List Password: <input type="text" name="Password"> [case-sensitive]<BR>Email Address: <input type="text" name="Email"><BR>Subject: <input type="text" name="Subject"><BR>Your message:<BR><textarea name="Message" cols="40" rows="4"></textarea><BR><BR><input type="submit" value="Submit"></form> |
| Send Mail to List (password-provided) |
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailMailer-Password.txt" name="IMailMailer">
<input type="hidden" name="success" value="http://YourConfirmationPage">
<input type="hidden" value="ListDomain" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
<input type="hidden" value="[:ListPassword:]" name="Password">
Email Address: <input type="text" name="Email"><BR>Subject: <input type="text" name="Subject><BR>Your message:<BR><textarea name="Message" cols="40" rows="4"></textarea><BR><BR><input type="submit" value="Submit"></form> |
| Link to Online Subscription Manager |
| <font face="verdana" size="2"><a href="http://lists.whathelps.net/Imail/imailsubmgr.aspx" target="_blank">Subscription Manager</a></font> |
| Email Subscribe Form |
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailSubscribe.txt" name="IMailSubscribe"> <input type="hidden" name="success" value="http://YourConfirmationPage">
<input type="hidden" value="ListDomain" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
Email Address: <input type="text" name="Email"><BR>First and Last Name: <input type="text" name="Name"><BR><BR><input type="submit" value="Submit"></form> |
| Email Unsubscribe Form |
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailUnsubscribe.txt" name="IMailUnsubscribe">
<input type="hidden" name="success" value="http://YourConfirmationPage">
<input type="hidden" value="ListDomain" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
Email Address: <input type="text" name="Email"><BR><BR><input type="submit" value="Submit"></form> |
| Email Subscribe/Unsubscribe Form |
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailCombination.txt" name="IMailCombination">
<input type="hidden" name="success" value="http://YourConfirmationPage">
<input type="hidden" value="ListDomain" name="ListDomain">
Email Address: <input type="text" name="Email"><BR><input type="radio" name="Request" value="Subscribe ListName anonymous user"> Subscribe<BR><input type="radio" name="Request" value="Unsubscribe ListName"> Unsubscribe<BR><BR><input type="submit" value="Submit"></form> |
| Please Note: When the above combination Subscribe/Unsubscribe Form is used, the subscriber's name will *not* be included with their subscription information. |
| Email Digest Form |
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailDigest.txt" name="IMailDigest">
<input type="hidden" name="success" value="http://YourConfirmationPage">
<input type="hidden" value="ListDomain" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
Email Address: <input type="text" name="Email"><BR><BR><input type="submit" value="Submit"></form> |
| Email No Digest Form |
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailNoDigest.txt" name="IMailDigest">
<input type="hidden" name="success" value="http://YourConfirmationPage">
<input type="hidden" value="ListDomain>" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
Email Address: <input type="text" name="Email"><BR><BR><input type="submit" value="Submit"></form> |
| Email Combination Digest/No Digest Form |
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailComboDigest.txt" name="IMailComboDigest">
<input type="hidden" name="success" value="http://YourConfirmationPage">
<input type="hidden" value="ListDomain" name="ListDomain">
Email Address: <input type="text" name="Email"><BR><input type="radio" name="Request" value="Set Digest ListName"> Digest<BR><input type="radio" name="Request" value="Set Standard ListName"> No Digest<BR><BR><input type="submit" value="Submit"></form> |