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® List Service  |  LISTSERV® List Service  |  Domains & Secure Certificates
Affordable Email Lists and Domains since 2000
Affordable Email Lists and Domains since 2000
HELPLISTSERV® 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!


Uptime Guarantee

 LISTSERV® SUBSCRIPTION MANAGEMENT FORMS

Use this HTML code to add LISTSERV® subscription management forms to your web site.
Use this HTML code to create LISTSERV® 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. Optional Error Page Code is provided 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 you want people to go to after hitting the [Submit] button, such as SubscriptionThanks.html
  • ErrorPage
    Page 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]
  • ListName
    The name of your list, such as CandyRecipes, ClientNewsletter
  • AccountName
    The name of your WebHelps account (a/k/a WebHelps UserName)
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.
Link to Online Subscription Manager

<a href="http://listserv.nethelps.com/wa.exe?SUBED1=ListName&A=1" target="_blank"></a>
Subscribe or Change Subscription [first and last name required]

<form method='POST'
action='https://mailpost.whathelps.com/mailpost.exe/GeneralSubscribe.txt'>
<input type='hidden' name='success'
value='..\..\hosting\localuser\AccountName\SuccessPage'>
<input type='hidden' name='*on-error*'
value='..\..\hosting\localuser\AccountName\ErrorPage'>
<input type='hidden' name='list' value='ListName'>
<table cellspacing=0 cellpadding=0 border=0>
<tr><td>Email Address: <input type='text' name='required-email.email'></td></tr>
<tr><td>First Name: <input type='text' name='required-first'></td></tr>
<tr><td>Last Name: <input type='text' name='required-last'></td></tr>
<tr><td>Subscription Type
[<a href='http://webhelps.com/info/LISTSERV-Subscription-Types.html'
target='_blank' title='Description of Subscription Types'>info</a>]:<br>
<input type='radio' name='type' value='NODIGEST' checked>Regular<br>
<input type='radio' name='type' value='NOMIME DIGEST'>Digest (traditional)<br>
<input type='radio' name='type' value='NOHTML MIME DIGEST'>Digest (MIME)<br>
<input type='radio' name='type' value='HTML DIGEST'>Digest (HTML)<br>
<input type='radio' name='type' value='NOHTML INDEX'>Index (traditional)<br>
<input type='radio' name='type' value='HTML INDEX'>Index (HTML)<br>
<input type='radio' name='type' value='NOMAIL'>No Mail</td></tr>
<tr><td>Receipt Type
[<a href='http://webhelps.com/info/LISTSERV-Subscription-Types.html'
target='_blank' title='Description of Receipt Types'>info</a>]:<br>
<input type='radio' name='type2' value='NOACK REPRO' checked>Receive Copy of
Own Post<br>
<input type='radio' name='type2' value='ACK NOREPRO'>Receive Email Confirming
Receipt<br>
<input type='radio' name='type2' value='NOACK NOREPRO'>No Copy or
Receipt</td></tr>
<tr><td><span style='color:red'>ALL FIELDS ARE REQUIRED</span></td></tr>
<tr><td><input type='submit' value='Subscribe/Change Subscription'></td></tr>
</table></form>
Subscribe or Change Subscription [no name]

<form method='POST' action='https://mailpost.whathelps.com/mailpost.exe/AlternateSubscribe.txt'>
<input type='hidden' name='success'
value='..\..\hosting\localuser\AccountName\SuccessPage'>
<input type='hidden' name='*on-error*'
value='..\..\hosting\localuser\AccountName\ErrorPage'>
<input type='hidden' name='list' value='ListName'>
<table cellspacing=0 cellpadding=0 border=0>
<tr><td>Email Address: <input type='text' name='required-email.email'></td></tr>
<tr><td>Subscription Type
[<a href='http://webhelps.com/info/LISTSERV-Subscription-Types.html'
target='_blank' title='Description of Subscription Types'>info</a>]:<br>
<input type='radio' name='type' value='NODIGEST' checked>Regular<br>
<input type='radio' name='type' value='NOMIME DIGEST'>Digest (traditional)<br>
<input type='radio' name='type' value='NOHTML MIME DIGEST'>Digest (MIME)<br>
<input type='radio' name='type' value='HTML DIGEST'>Digest (HTML)<br>
<input type='radio' name='type' value='NOHTML INDEX'>Index (traditional)<br>
<input type='radio' name='type' value='HTML INDEX'>Index (HTML)<br>
<input type='radio' name='type' value='NOMAIL'>No Mail</td></tr>
<tr><td>Receipt Type
[<a href='http://webhelps.com/info/LISTSERV-Subscription-Types.html'
target='_blank' title='Description of Receipt Types'>info</a>]:<br>
<input type='radio' name='type2' value='NOACK REPRO' checked>Receive Copy of
Own Post<br>
<input type='radio' name='type2' value='ACK NOREPRO'>Receive Email Confirming
Receipt<br>
<input type='radio' name='type2' value='NOACK NOREPRO'>No Copy or
Receipt</td></tr>
<tr><td><span style='color:red'>ALL FIELDS ARE REQUIRED</span></td></tr>
<tr><td><input type='submit' value='Subscribe/Change Subscription'></td></tr>
</table></form>
Unsubscribe Form

<form method='POST' action='https://mailpost.whathelps.com/mailpost.exe/GeneralUnsubscribe.txt'>
<input type='hidden' name='success'
value='..\..\hosting\localuser\AccountName\SuccessPage'>
<input type='hidden' name='*on-error*'
value='..\..\hosting\localuser\AccountName\ErrorPage'>
<input type='hidden' name='list' value='ListName'>
<table cellspacing=0 cellpadding=0 border=0>
<tr><td>Email Address: <input type='text' name='required-email'></td></tr>
<tr><td><input type='submit' value='Unsubscribe'></td></tr>
</table></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 Subscribe form, then correct and resubmit your request.</td></tr>
<tr><td style="padding-bottom:25px"><b>Thank You!</b></td></tr>
</table>
</BODY>
</HTML>

NOTE: In your error page, you will want to instruct the subscriber to use the browser's [Back] button to return to the subscription form to make corrections.
Help Center  |   About Us  |   Privacy Policy  |   Glossary  |   Extreme Support  |   Legal
Copyright © 2000-2011 WhatHelps?, Inc. All rights reserved.