I created an application on my site. I am using Hostmonster.com for hosting. I would like for my form data to be emailed to me in the same sequence as it appears on the form. I used Dreamweaver CS3 to design my site, including the form and I uploaded it to the server. How would I accomplish this? What's the easiest way to get the data emailed to me just as it appears once visitors fill it out on my site? Thank you for your help. Please PM me with your suggestions.
http://www.daniweb.com/forums/post188143.html You can use php to send the mail, t is fairly straight forward
Thank you for your responses. I will check out the link that you posted. As far as the language that I'm using html because of Dreamweaver CS3. Does this help?
CS3 is not limited to HTML and CSS. Check if you hosting package supports server side scripting. If it does, the link above uses php sendmail. By far the quickest (and easiest) way to do what you want
use php to do this a simple free email form can be found over here which will send the user email on submission of form but this comes with no validation i will help you in that download here For help contact me
i coded a simple email form that uses php. It also has various functions that allow a sender to choose the receiver via a drop down list. Please find the contact form here: freelancecms.org/designers-forum/useful-php-code/2-php-contact-form-with-multiple-senders.html#post2 Hope this helps you mate Nick