Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Dreamweaver & CGI Form Mailer HELP :)
Old 06-28-2007, 12:31 PM Dreamweaver & CGI Form Mailer HELP :)
Junior Talker

Posts: 2
Name: Kara
Trades: 0
Hello,

I am new to this....so pleas be patient with my question
I am using Dreamweaver and want to create a form or guestbook for my website. I got as far as creating the form and making it pretty....now all I have to do is figure out how to make it do something (send results to my email). I saw on Godaddy that they tell you that you just do these steps below. Is that it? I just create the form and enter this script into the coding of the page. Will the form automatically submit or will it have to go through the end users email account? Thank you for your help!
To Use the CGI Form-Mailer
  1. Create your Web form as normal and assign unique names to your form items.<LI style="LIST-STYLE-TYPE: none">NOTE: Keep in mind that our form-mailer script will sort the names of your form items alphabetically when it composes the email message. This is the order of precedence: uppercase letters, lowercase letters, numbers.
  2. For the form action line, enter /cgi/gdform.cgi. For example: <form action="/cgi/gdform.cgi" method="post">
  3. Set the form method to "post."
  4. In addition to the fields you create in your form, there are three special fields that you use: subject, redirect, and email. Subject. Controls the subject line in the form email.
    Redirect. Controls the page that your visitors will see after they submit the form.
    Email. Controls the return address for the form email.
    For example:
    <form action="/cgi/gdform.cgi" method="post">
    <input type="hidden" name="subject" value="Form Submission" />
    <input type="hidden" name="redirect" value="thankyou.html" />
    <p>First To Use the CGI Form-Mailer
    1. Create your Web form as normal and assign unique names to your form items.<LI style="LIST-STYLE-TYPE: none">NOTE: Keep in mind that our form-mailer script will sort the names of your form items alphabetically when it composes the email message. This is the order of precedence: uppercase letters, lowercase letters, numbers.
    2. For the form action line, enter /cgi/gdform.cgi. For example: <form action="/cgi/gdform.cgi" method="post">
    3. Set the form method to "post."
    4. In addition to the fields you create in your form, there are three special fields that you use: subject, redirect, and email. Subject. Controls the subject line in the form email.
      Redirect. Controls the page that your visitors will see after they submit the form.
      Email. Controls the return address for the form email.
      For example:
      <form action="/cgi/gdform.cgi" method="post">
      <input type="hidden" name="subject" value="Form Submission" />
      <input type="hidden" name="redirect" value="thankyou.html" />
      <p>First Name:<input type="text" name="FirstName" /></p>
      <p>Last Name:<input type="text" name="LastName" /></p>
      <p>E-Mail:<input type="text" name="email" /></p>
      <p>Comments:<textarea name="comments" cols="40" rows="10">
      Type comments here.</textarea></p>
      <input type="submit" name="submit" value="submit"/>
      </form>
    5. Save and upload your form to your hosting account.
    Name:<input type="text" name="FirstName" /></p>
    <p>Last Name:<input type="text" name="LastName" /></p>
    <p>E-Mail:<input type="text" name="email" /></p>
    <p>Comments:<textarea name="comments" cols="40" rows="10">
    Type comments here.</textarea></p>
    <input type="submit" name="submit" value="submit"/>
    </form>
  5. Save and upload your form to your hosting account.
wilder1012 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-28-2007, 01:10 PM Re: Dreamweaver & CGI Form Mailer HELP :)
Average Talker

Latest Blog Post:
New Site -- ArcadeRex.com
Posts: 18
Name: danno
Trades: 0
Why use CGI when you can use PHP which is easier to use? Try the SFEPS form from here http://www.dynawebdesigns.com/scripts.htm
__________________
*
Please login or register to view this content. Registration is FREE

*
Please login or register to view this content. Registration is FREE

*
Please login or register to view this content. Registration is FREE
dynaweb is offline
Reply With Quote
View Public Profile Visit dynaweb's homepage!
 
Reply     « Reply to Dreamweaver & CGI Form Mailer HELP :)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10565 seconds with 12 queries