Results 1 to 1 of 1

Thread: [Scripts] Formmail clone demo form (code) for you to cut and paste

  1. #1
    Matt's Avatar
    Matt is offline GlowHost Administrator
    Join Date
    Jan 2005
    Location
    Behind your monitor
    Posts
    5,960

    Default [Scripts] Formmail clone demo form (code) for you to cut and paste

    We have made a handy form for you to use in conjunction with your preinstalled formail bonus pack. Just visit the URL below and copy the code you see and paste it to your own webpages.

    Make sure you inspect the code and replace any variables you may see.



    Code:
     
     
    <!--BEGIN FORM-->
    <!--Please change the action below to represent your actual domain name-->
    <form name="form1" method="post" action="http://YOURDOMAINHERE.com/cgi-sys/FormMail.cgi">
     
    <p>Name<br>
    <!--this is where your client enters their name -->
    <input type="text" name="name">
    </p>
     
    <p>Email<br>
    <!--this is where your client enters their email address, this also becomes the "reply to" address -->
    <input type="text" name="email">
    </p>
     
    <p>Comments<br>
    <!--this is where your client enters their comments and questions in your online form-->
    <textarea name="comments/questions" rows="5"></textarea>
    </p>
    <p>
     
    <!--recipient is the email address that you want the results of this form sent to. This address can only be an address that matches the name of this website. The address has to be created in your control panel-->
    <input type="hidden" name="recipient" value="you@yourdomain.com">
     
    <!--This is the subject line that you would like to appear on your incoming emails-->
    <input type="hidden" name="subject" value="Formmailer Demo@Glowhost.com">
     
    <!--This is the redirect. This field can be deleted but does not look as professional as a redirect to a thank you page-->
    <input type="hidden" name="redirect" value="http://YOURDOMAINHERE.com/thanks.htm">
     
    <!--This is the submit button-->
    <input type="submit" name="Submit" value="Submit">
     
    </p>
    </form>
    <!--END FORM-->
    You can learn more about the many options that can be included in this script HERE
    ===========================
    formmail formail clone example
    Last edited by Matt; 11-23-2006 at 10:55 AM.
    Send your friends and site visitors to GlowHost and get $125 plus bonus!
    GlowHost Affiliate Program | Read our Blog | Follow us on X |

Similar Threads

  1. Code hosting
    By JeffDarcy in forum General Support
    Replies: 0
    Last Post: 01-15-2009, 08:41 AM
  2. Streaming Support Now Available for You Tube Clone Scripts
    By Matt in forum General Announcements
    Replies: 0
    Last Post: 05-02-2007, 03:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12