Jump to content

feedback from customers


Revolution

Recommended Posts

You could use a server side language like php, you submit the form to a php file and have that file process the form, php has a built in function called mailto() which you could use. That function can be set up to send the information in your form to an email address that you specify.You wouldn't need a db to do this.p.s. You can send info from a form by email but it's not very reliable. Results can vary depending on what browser the client is using and they must have an email programme installed on there machine to send the info i.e. oulook, an internet email like yahoo wont work.

Link to comment
Share on other sites

A good script to use is FormMail. If the hosting service you use allows it, you can download it for free and install it yourself. Several hosting services may offer it as part of their hosting package, you'll need to check. Here's a link to FormMail for more information:http://www.formmail.com/

Link to comment
Share on other sites

You could use a server side language like php, you submit the form to a php file and have that file process the form, php has a built in function called mailto() which you could use.  That function can be set up to send the information in your form to an email address that you specify.You wouldn't need a db to do this.p.s. You can send info from a form by email but it's not very reliable.  Results can vary depending on what browser the client is using and they must have an email programme installed on there machine to send the info i.e. oulook, an internet email like yahoo wont work.

it will work if the clients email is connected to the clints personal netpassport
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...