Hello, does anyone know of an easy jQuery form that I could use on a website for getting name, email etc.... I'm very new to html, css & javascript, but I'm good at copy & paste. I mentioned jQuery because I've managed to get a few things working with this library, so feel I know it a tiny bit. Of course I'm open to anything that I could make work.

Cheers & thanks

  • To get the information you can just slap a few form fields on the page, but what do you want to do with the information? Guffa 8 months ago

3 answers

1
point

you need a form, and a form processor to do something with the form entries.

http://formtoemail.com/

is a reliable PHP form processor that is fairly easy to install, assuming you have PHP available on your web host.

jQuery would useful for client side validation on the form, before submitting it to the form processor, or for dressing up the form with added eye candy.

some jQuery form tutorials here: http://speckyboy.com

Answered 8 months ago by Tony Crockford
1
point

Is there a specific (functional) reason that you want a jQuery form? Buzz-word compliancy is not a promise for a good webpage. You can make great forms using only HTML/CSS and a server side language like PHP, the latter being necessary for processing the data the users fill in.

Check out wufoo.com for some great forms.

Answered 8 months ago by Niels Bom
  • great answer dude Jason 8 months ago
0
points

Google is your friend: 16 Free Ajax Contact Forms – For A Better User Experience

Answered 8 months ago by songdogtech
Log in to post your answer