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:

  1. Name
  2. Email
  3. File uploads
  4. A selection menu
  5. 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

Tech geek
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
MAKEUSEOF VIDEO OF THE DAY
SCROLL TO CONTINUE WITH CONTENT
Achraf Almouloudi
2013-01-26 01:59:28
You can simply use www.jotform.com or www.wufoo.com to do that.
Mahesh Kumar
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/
Muo TechGuy
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.