Recommendations for Form Processing?

Hi there,

I’m currently having a few problems with an ASP form and would like to ask for some recommendations for transferring and processing contact form information to send it in a readable format directly to an email address. As I am having so many problems with the ASP version which was previously working perfectly I’d like to go down the route of JQuery or Javascript if possible.

All I really need is something which will take the content entered within textfields, textareas, dropdowns, radio buttons etc. on a form and format it using HTML before sending it across to a specified email address which I will hard-code in. If it could also handle some validation and/or CAPTCHA along the way as well that would be a bonus!

Any suggestions please? :slight_smile:

Cheers,

Shoxt3r

I made a nice one recently with all you wanted seen here http://www.websitecodetutorials.com/code/php/how-to-html-form-with-php-js-captcha-validation.php

Or you can go the all in one page route seen here http://www.websitecodetutorials.com/code/php/one-webpage-php-contact-form.php