Creating a form without a autoresponder

3 replies
  • WEB DESIGN
  • |
I am hoping someone can help me. I use dreamweaver 8 and host with hostgator on a baby croc plan. I want to capture visitors names and emails using a form. I do not wish to use a autoresponder for this. How do I go about creating this form and making it so when they click on the submit button and the details are sent to me. I have attempted to research whether the hosting at hostgator will allow me to do this but are having trouble establishing how. A while back I did some tutorials about this but with an abundance of other knowledge I seem to have lost it.

Some easy to understand help on this would be greatly appreciated.

Thanks in Advance

Peter Thompson
#autoresponder #creating #form
  • Profile picture of the author Billy Deakin
    Hi Peter

    You actually need 2 things - the form, and a script to process it.

    For the form, click on the Forms menu tab in Dreamweaver, start by adding a Form (icon is a red dashed square). Then inside the form you can add form elements (text fields, text boxes, checkboxes etc.) Make sure you include a submit button.

    Now go to code view and at the beginning of the form code you'll see something like this:

    <form name="form1" method="post" action="">

    You need to add the URL of your processing script to the action variable so:

    action ="http://scriptgoeshere"

    The script will then process the form and email the results to you. Hostgator may well offer a script for you to use, in which case you will probably have to specify specific names for your fields.

    Since I assume you don't have any knowledge of PHP or CGI scripting, I would receommend instead using a free service like the one at thesitewizard.com

    You won't have to do any of the above since they create the form code AND host the script for you, all free, you just select what fields you want, what email address to send the results to and copy and paste the code into your page.

    Hope that helps

    Bill
    {{ DiscussionBoard.errors[63423].message }}
    • Profile picture of the author Dialady
      Coffeecup dot com software has a great form creator product. It's very simple to include in your website and doesn't require a bunch of knowledge of the HTML to make it work. I also like to use it on my website b/c it isn't easy to spam (which is a problem with the classic HTML forms).

      Give it a try

      Theresa 8-)
      Signature

      Tired of waiting for your webmaster? Install your own Wordpress blog or website with this $9 report with step by step Begin Your Blog

      {{ DiscussionBoard.errors[1907710].message }}
  • Profile picture of the author happy_benjie
    use a free form generator ... try formgenics . com
    Signature
    Affordable Quality Websites
    Manila Web Designs - beyond just designs
    {{ DiscussionBoard.errors[1907944].message }}

Trending Topics