July 2, 201313 yr Hi Guys, I was wondering if you could advise me with a problem I am having. I am having to create a simple contact form, but it has to have jquery validation: see example: http://www.gowestwebdesign.com/demos/jQuery-accordion-w-validation/ Do you no where I can download this? Or even find a contact form similar which will do the same thing? E.g pass information on over a few pages and then to send to an admin email. Hope I am making sense. Regards Greg
July 2, 201313 yr Don't know for sure if it's gonna help you but it did help me a while ago. http://webexpedition18.com/articles/how-to-create-a-multi-step-signup-form-with-css3-and-jquery/ http://jquerybyexample.blogspot.com/2012/10/5-best-jquery-form-wizard-plugins.html http://thecodemine.org/# Edited July 2, 201313 yr by jochemke
July 2, 201313 yr You will have to write the server-side stuff by hand (validation and the actual email post). If you're unfamiliar with using forms, I would recommend doing some basic HTML form & PHP tutorials and progressing from there. Whenever I'm tasked with something like this I always build the form first, then apply the server-side code and lastly any CSS and Javascript. It looks like the last two steps have been provided in that tutorial.
Create an account or sign in to comment