Click to See Complete Forum and Search --> : Form submissions?


pathfinder74
07-22-2008, 08:35 PM
I'm getting ready to help someone out with a mom& pop type business.
They want to have a form where you have you drop downs and all the usual form type things.

The problem is at the submit. She doesn't have any kind of database and she's not running it though a dynamic page using ASP or PHP. I get the impression she just wants the form to generate an order form that will get emailed to her directly from the site.

I've done some crappy forms in school where the submit would generate the order and email it.. but it would do it by opening Outlook or whatever. It wouldn't mail it directly from the server. So if the person doesn't have their mail app setup then it was more or less useless.

Centauri
07-22-2008, 09:15 PM
The server would need at least basic cgi functionality, and most hosts normally provide a cgi formmail script, and they should be able to advise the path to it. It is then a matter of setting the form's action property to point to that script. Also note, that to prevent email relay spamming, the host's mail server may be configured to only send mail to mailboxes hosted within the current domain on that server.