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?
3 answers
point
you need a form, and a form processor to do something with the form entries.
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
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.
- great answer dude
points
Google is your friend: 16 Free Ajax Contact Forms – For A Better User Experience
