Developing Webs logo
Google
Web DW-Main DW-Photoshop
Visit the message board for solutions or post a question Check out the Classes offered for free at Developing Webs Voice Chat submit a tutorial, resources, article, font for publication consideration and earn a one way link back to your site Get more specifics about the Developing Webs Voice chat room and its room members View the current news at Developing Webs alternative sites which are resources for your d3evelopment needs Join Developing Webs Chat Link to us on your web page to help support this resource! Check out Developing Webs At yahoo groups! Developing Webs Home Adobe Photoshop Tutorials Macromedia Flash Tutorials Jasc Paint Shop Pro Tutorials Adobe Illustrator Animation basics Some Basic PHP tutorials Perl Tutorials HTML Tutorials Cascading Style Sheets javascript Front Page Tutorials Macromedia Dream Weaver Tutorials dreamweaver Publishing your site, FTP, ChMod, Promotions
RSS Newsfeed
for your site
DW News
Calendar
DW Forum
Right click on button and copy shortcut

Add to My Yahoo!

Reminder
Remember to book mark this site!



Request a Tutorial

Creating A Simple Email Form

This tutorial walks you through creating a simple Java Script email form to your webpage. A form consists of multiple boxes to select, check, add text to. This form will be emailed to you upon completion.

EXAMPLE:


I have a real life
I live online
I want to subscribe to your mail list
I would like to have a better virtual life

1. Open the Form Generator page by clicking this link.

2.  The first part of the form will set up the actions for the form, hence called Form Options.

  • Type in the name of the form. This will be the Subject in the email you will receive.
  • Type in Mailto:youremailaddress. I typed in mailto:me@lunacytoons.com
  • The method should be POST
  • Leave Target as code
  • Encrypt should be text/plain

3. Click the button labeled Start Form. This will add code to the HTML box below.

4. Now it is time to add items in the form: the description!

5. The Text Field form item

  • A text field is where the form has a field to be filled in.
  • The Value will appear inside the text box
  • The name is one word that describes this field that will show up in the email.
  • Size is the width of the text box
  • Maximum length determines how long you will allow entry to be.
  • Rows indicates 1 Row, 2 rows of text etc.
  • Check the box to create a line break to go to the next line in your form.
  • Click the ADD ITEM button to add this code to your HTML box below.

6. The Radial Button form item

  • The radial button can be used for toggling answers.
     
  • The value appears next to the radial button
     
  • The name indicates the form name.  If you name
    several radio buttons the same name,  the user
    will only be able to select one of them.
     
  • Click the ADD ITEM button to add this code to
    your HTML box below.

     

7. The Check Box form item

  • Use the Check Box item where you offer the on off feature for any number of choices.
  • The Value will be the text next to the check box
  • The name should be a unique identifier for each check box.
  • Check the bottom box If you would like the box on your form checked from the beginning.
  • Click the ADD ITEM button to add this code to your HTML box below.

8. Add the submit button

  • Select type - SUBMIT
  • Type in the value that you want on your button
  • Click the ADD ITEM button to add this code to your HTML box below.

9. Add the reset button

  • Select type RESET
  • Type in the value that you want on your button.
  • Click the ADD ITEM button to add this code to your HTML box below.

10. Click the button under form options to END FORM. This will add code to the HTML box below.

11. Select and copy the code in the HTML box

12. Bring up your notepad.

13. Copy the code into the body of your page

14. Save the notepad doc as form.html according to the instructions here.

 



"Building The Web Into a Nicer Place -- One Site At A Time"
Developing Webs Group Copyright © 2001-2026 All Rights Reserved
Privacy and Legal