Congrats. Did you know you could have just built your form and used the post method with the target being a simple cgi script that does the same thing? You can find generic cgi scripts all over the internet. Does your form data dump into tables in mysql?
Next, you should build a script that dumps the form data into mysql and then autoreplies a html/text e-mail message thanking the person for filling out your form.
Next, you should build a script that dumps the form data into mysql and then autoreplies a html/text e-mail message thanking the person for filling out your form.