Affordable Email Lists and Domains since 2000
  Account Logins We accept Visa, Mastercard, Discover, American Express, PayPal, and Business Checks
Get Help
Check Mail
Home
Affordable Email Lists and Domains since 2000
Affordable Email Lists and Domains since 2000
IMail® Lists  |  Chatterbox IM, Lists & Chats  |  LISTSERV® Lists  |  Domains & Secure Certificates
Affordable Email Lists and Domains since 2000
Affordable Email Lists and Domains since 2000
HELPIMail® SIGNUP
Affordable Email Lists and Domains since 2000
Contact
Customer
Support

Extreme Support What makes
our Support
Extreme?
Customer Testimonials What our
customers
are saying
about us
Uptime Guarantee Your service stays
up or we pay
you for the
downtime!

 IMAIL®  SUBSCRIPTION  MANAGEMENT  FORMS

HTML Code to Create IMail® List Forms
Use this HTML code to create IMail® List subscription management forms for display on the Web. If you require additional forms, please submit a Help 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 teal 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 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 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 will not work.
Upload the form's custom SuccessPage and/or ErrorPage, if used, to your account's free web space using FTP. FTP instructions, including download links for several FTP programs, can be found at http://webhelps.com/ftp-instructions.shtml. Hidden form fields for both custom pages are included in all the forms below. If you do not want to use custom success/error pages, simply remove the applicable field(s) from the form, and default success/error page(s) will display.
Examples
  • SuccessPage
    Page on your site you want people to go to after hitting the [Submit] button, such as SubscriptionThanks.html
  • ErrorPage
    Page on your site you want people to go to if they did not enter a required field, or did not enter a correctly formatted email address, such as SubscriptionError.html. [See Optional Error Page Code below]
  • ListDomain
    The domain your list uses, such as webhelps.com, list.yourdomain.com, yourdomain.net
  • ListName
    The name of your list, such as CandyRecipes, ClientNewsletter
  • AccountName
    The name of your WebHelps account (a/k/a WebHelps UserName)
  • ListPassword
    Your list's password, if applicable, such as WeR4chocolate, PeanutClusters4U (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 may 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="E:\Hosting\LocalUser\AccountName\SuccessPage">
<input type="hidden" name="*on-error*" value="E:\Hosting\LocalUser\AccountName\ErrorPage">
<input type="hidden" value="ListDomain" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
Email Address: <input type="text" name="required-Email.email"><BR>Subject: <input type="text" name="required-Subject"><BR>Your message:<BR><textarea name="required-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-Password2.txt" name="IMailMailer">
<input type="hidden" name="success" value="E:\Hosting\LocalUser\AccountName\SuccessPage">
<input type="hidden" name="*on-error*" value="E:\Hosting\LocalUser\AccountName\ErrorPage">
<input type="hidden" value="ListDomain" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
List Password: <input type="text" name="required-Password"> [case-sensitive]<BR>Email Address: <input type="text" name="required-Email.email"><BR>Subject: <input type="text" name="required-Subject"><BR>Your message:<BR><textarea name="required-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="E:\Hosting\LocalUser\AccountName\SuccessPage">
<input type="hidden" name="*on-error*" value="E:\Hosting\LocalUser\AccountName\ErrorPage">
<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="required-Email.email"><BR>Subject: <input type="text" name="required-Subject><BR>Your message:<BR><textarea name="required-Message" cols="40" rows="4"></textarea><BR><BR><input type="submit" value="Submit"></form>
Email "Subscribe" Form
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailSubscribe.txt" name="IMailSubscribe">
<input type="hidden" name="success" value="E:\Hosting\LocalUser\AccountName\SuccessPage">
<input type="hidden" name="*on-error*" value="E:\Hosting\LocalUser\AccountName\ErrorPage">
<input type="hidden" value="ListDomain" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
Email Address: <input type="text" name="required-Email.email"><BR>First and Last Name: <input type="text" name="required-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="E:\Hosting\LocalUser\AccountName\SuccessPage">
<input type="hidden" name="*on-error*" value="E:\Hosting\LocalUser\AccountName\ErrorPage">
<input type="hidden" value="ListDomain" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
Email Address: <input type="text" name="required-Email.email"><BR><BR><input type="submit" value="Submit"></form>
Email "Combination Subscribe/Unsubscribe" Form
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailCombination.txt" name="IMailCombination">
<input type="hidden" name="success" value="E:\Hosting\LocalUser\AccountName\SuccessPage">
<input type="hidden" name="*on-error*" value="E:\Hosting\LocalUser\AccountName\ErrorPage">
<input type="hidden" value="ListDomain" name="ListDomain">
Email Address: <input type="text" name="required-Email.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. They will be listed as "anonymous user."
Email "Digest On" Form
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailDigest.txt" name="IMailDigest">
<input type="hidden" name="success" value="E:\Hosting\LocalUser\AccountName\SuccessPage">
<input type="hidden" name="*on-error*" value="E:\Hosting\LocalUser\AccountName\ErrorPage">
<input type="hidden" value="ListDomain" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
Email Address: <input type="text" name="required-Email.email"><BR><BR><input type="submit" value="Submit"></form>
Email "Digest Off" Form
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailNoDigest.txt" name="IMailDigest">
<input type="hidden" name="success" value="E:\Hosting\LocalUser\AccountName\SuccessPage">
<input type="hidden" name="*on-error*" value="E:\Hosting\LocalUser\AccountName\ErrorPage">
<input type="hidden" value="ListDomain>" name="ListDomain">
<input type="hidden" value="ListName" name="ListName">
Email Address: <input type="text" name="required-Email.email"><BR><BR><input type="submit" value="Submit"></form>
Email "Combination Digest On/Digest Off" Form
<form method="post" action="http://mailpost.whathelps.com/mailpost.exe/IMailComboDigest.txt" name="IMailComboDigest">
<input type="hidden" name="success" value="E:\Hosting\LocalUser\AccountName\SuccessPage">
<input type="hidden" name="*on-error*" value="E:\Hosting\LocalUser\AccountName\ErrorPage">
<input type="hidden" value="ListDomain" name="ListDomain">
Email Address: <input type="text" name="required-Email.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>
Optional Error Page Code
<HTML>
<BODY>
<HEAD>
<TITLE>Form Error Page</TITLE>
</HEAD>
<TABLE cellpadding=4 cellspacing=0 align=center width=600 style="border:1px solid red">
<tr><td bgcolor=red style="color:white;font-weight:bold">Sorry!</td></tr>
<tr><td>There was a problem with the information you submitted:</td></tr>
<tr><td align=center><b>[*error-msg*]</b></td></tr>
<tr><td>Please use the [Back] button to return to the Contact form, then correct and resubmit your request.</td></tr>
<tr><td style="padding-bottom:25px"><b>Thank You!</b></td></tr>
</table>
</BODY>
</HTML>
IMail® List Homepage Code --->
Help Center  |   About Us  |   Privacy Policy  |   Glossary  |   Extreme Support  |   Legal
Copyright © 2000-2010 WhatHelps?, Inc. All rights reserved.