I have a website www.twistedgiraffes.com and I was wondering how to set up the request form where once submitted it would send to my email addy.
Related Blogs
- Related Blogs on website
- Creating an Outstanding Physical Therapy Website | Health Care Tips
- Is Outsource Website development Services beneficial? | Article Buster
- Labour ideas spark interest on major Chinese website « Red Alert
- Website Design – Top Ten Tips to Create an Effective Site
May 15th, 2009 at 11:55 pm
Use a server-side script language if your web site allows it. Otherwise, you will have to use a client-side dependent “mailto:” action to get the form info sent to you.
Just use any of the below sites to make the workable form you need:
For making forms:
These are really good online form makers. Just follow the instructions for making it and uploading file(s).
http://www.tele-pro.co.uk/scripts/contact_form/
http://jotform.com/
http://www.thesitewizard.com/
http://www.thepcmanwebsite.com/form_mail.shtml
http://emailmeform.com/
Warning, your current hosting package must allow SMTP ( http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol ) to work. Otherwise, no email can be sent.
Ron