First page Back Continue Last page Image
- <form method="post" action="mailto:sf_nicole@yahoo.com">
- <! Using a TEXTAREA>
- <textarea name="comments" rows="10" cols="60">
- This prints in the Multi-line Textbox..
- </textarea>
- <hr>
- <input type="submit" value="Send Form">
-
- <input type="reset" value="Clear Form">
- </form>
- The textarea option is available if you want lots of freeform information, but it is difficult to validate input or process the results by computer