Spazmo Posted July 17, 2008 Share Posted July 17, 2008 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? Quote Link to comment Share on other sites More sharing options...
discomatt Posted July 17, 2008 Share Posted July 17, 2008 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.