Pick-and Choose
what you need.

or phone us at
(403) 714-6749
 
It's AMAZING what YOU CAN DO with SaberCom
 
    Web-Auto-Responder

      Add an Auto-Responder to ANY web-page

      It will produce a form as shown below.
    • an email is automaitcally sent to you

     Option ONE

      Copy/Paste the script below
    1. Replace YOUREMAIL with your actual email
      for example: rick@kuzik.com
    2. Replace YOURCAMPAIGN with your actual campaign info
      for example: MyGojiCampaign

    Copy/Paste THIS script

    <script type="text/javascript" src="http://www.web-daemon.com/info/autoResponder.php?
    owner=YOUREMAIL&subject=YOURCAMPAIGN"></script>

     


     Option TWO

      Create ANY form you need - with any fields
    1. Add the 2 REQUIRED hidden fields:owner, subject
    2. Add the 2 OPTIONAL hidden fields:next, unsubscribe
    3. Replace YOUREMAIL with your actual email
      for example: rick@kuzik.com
    4. Replace YOURCAMPAIGN with your actual campaign info
      for example: MyFirstCampaign
    <form method="post" action="http://www.web-daemon.com/info/autoAnswer.php">
    <input type="hidden" name="owner" value="YOUREMAIL">
    <input type="hidden" name="subject" value="YOURCAMPAIGN">
    <input type="hidden" name="next" value="YOURNEXTPAGE">
    <input type="hidden" name="unsubscribe" value="unsubscribe">
    Name: <input type="input" name="name">
    Email: <input type="input" name="email">
    <input type="submit" value="Submit">
    </form>