Jump to content

Using PHP to provide users ability to leave feedback on HTML site?


Spazmo

Recommended Posts

Basically I would like my users to be able to go to my customer feedback page, and be able to fill out a form stating how their experience was with our company. I have tried to find this through google and I have only found 3rd party guestbooks and guestbooks that require use of a seperate window to use. I would rather this form be embedded into the customer feedback page to create a seamless feel. Not "click here, then there, then type this, then click here, then you're almost done" type of thing.

 

If I could find a way to capture the information they enter (there are 3 fields: name, email, comments) and store it in a TXT file that would work.

 

I originally planned to do a simple mail form, but since my website can't simply mail something to me the customer would hit submit and their default email application (usually outlook) would pop up, prompting them to send this message.

 

Any thoughts on how I could go about doing this?

 

Edit: I see a thread below mine that quotes this link: http://www.ibdhost.com/contact/

 

I'm not sure I understand how the website sends an email, would this work for my application?

If your server supports PHP, it probably has the mail() function enabled. Check out a generic class like this

 

http://phpmailer.codeworxtech.com/

 

The samples provided should get you started on making a form that emails you ( or a comment mailbox ) directly

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.