This page is for DBMailer lists. CCtoMany list owners, see instructions on your web admin Help page.

Add a Subscribe/Unsubscribe Form

Follow the instructions below to add a form to your web site which will support subscribing/unsubscribing to your DBMailer mailing list. Insert the HTML below in the appropriate place on your web page(s):

 <form method="POST" action="http://mh.databack.com/scripts/dbsignup.php"><p>
 <input type="text"  name="Email" size="20"><br>
 <input type="radio" name="Action" value="join-1111" checked>Subscribe 
 <input type="radio" name="Action" value="leave-1111">Unsubscribe</p>
 <input type="hidden" name="ThanksURL" value="2222">
 <input type="submit" value="Do It">
 </form>
  1. On lines 3 and 4, replace "1111" with the ID of your list.
  2. On line 5, replace "2222" with the full URL of your thank-you landing page. This is the page subscribers will see after submitting your form. This must be a full URL, beginning with 'http:// '

Add a Subscribe-Only Form

You may prefer this shortened, subscribe-only form:

 <form method="POST" action="http://mh.databack.com/scripts/dbsignup.php"><p>
 <input type="text"  name="Email" size="20"><br>
 <input type="hidden" name="Action" value="join-1111">
 <input type="hidden" name="ThanksURL" value="2222">
 <input type="submit" value="Subscribe Me">
 </form>
  1. Be sure to make the same changes as described above.
  2. In either case, on your Thank You page, you should say something like "You will now receive an email to confirm your address. You must reply to that message to complete your subscription."