Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
I am building a form for my website that inputs these from users:
- Name
- File uploads
- A selection menu
- A message
I want all this data to be mailed to my email id. But i don wanna use php for this coz being a static website i am thinking of hosting it on AmazonS3 which does not support php.
Also are there any resources for calculating such a hosting bill on Amazon?
Thanks
2013-01-26 13:00:00
Use this site:http://support.hostgator.com/articles/e-mail/steps-to-making-a-form-on-your-website-where-people-can-email-you-information-formmail
2013-01-26 01:59:28
You can simply use www.jotform.com or www.wufoo.com to do that.
2013-01-25 16:41:12
The form mail script should be written in a server side language that your web server supports(Perl, PHP, ASP etc)You try Perl based or ASP based :http://nms-cgi.sourceforge.net/scripts.shtmlhttp://www.brainjar.com/asp/formmail/
2013-01-28 10:23:54
Please read the question. It is a static website, hosted on Amazon s3. There is no server side scripting on a static website.