I'm a little confused about forms here. I have a site with crappy free hosting that is basically a bridge to keep my business going until I get a real domain registered with good hosting.
I need to make a form for one of the pages. Nothing fancy. I've got it all designed, with all the text fields and radio buttons and stuff in place, but the "submit" input is killing me here. What I want is just for the information entered into the form inputs above to be sent to a specific email address. I thought that the "form action="mailto:xxx" thing would do that, but instead it caused my email client to pop up with the form information composed in an email, ready to send to that address. That kind of defeats the purpose of a form in my opinion.
Is there any way to do this simply? I don't want to rely on my web host or any third-party form generator websites that will limit my number of submissions and/or display advertising.
I need to make a form for one of the pages. Nothing fancy. I've got it all designed, with all the text fields and radio buttons and stuff in place, but the "submit" input is killing me here. What I want is just for the information entered into the form inputs above to be sent to a specific email address. I thought that the "form action="mailto:xxx" thing would do that, but instead it caused my email client to pop up with the form information composed in an email, ready to send to that address. That kind of defeats the purpose of a form in my opinion.
Is there any way to do this simply? I don't want to rely on my web host or any third-party form generator websites that will limit my number of submissions and/or display advertising.