
-----------------------------------
wthef_wc3
Tue Jul 05, 2005 7:17 pm

Creating fill-out forms
-----------------------------------
Im not sure if this is the right spot but...
Im trying to make a fill out form (ie. text boxes checkboxes ect.) that sends the values of each component to my email address 
i am using dreamweaver mx and i can create one that sends to my email but only the data from textboxes, and it requires the user to enter a valid email address.
any idea?
ps if possible can u point me to a good form making tutorial.

-----------------------------------
JackTruong
Sat Jul 09, 2005 9:46 pm


-----------------------------------
First thing you have to know is the $_POST and/or the $_GET variables. They get created when a form is submited. $_POST stores the information within the page, while the $_GET has the information in the URL.

How does this relate to the forms?

