First page Back Continue Last page Image
Form Methods
- action - What to do with the form
- MAILTO - Bypass CGI and use email
- method - Get or Post
- GET - Environment Variables in Query string
- POST - Sends information last with size
- <form method="post" action="mailto:nicole.cook@marin.edu">
- In this class we are going to focus on how to create the form. In 133 we will see there are more options than the mailto option