Form Validation with Ajax / Javascript validationEngine

Permalink
Good morning to everyone!
i'm editing concrete5 form submission ( i've installed this plugin for customize every field http://www.concrete5.org/marketplace/addons/form-tableless-layout/)...
I need to change validation with validationEngine javascript, one example is herehttp://syrup.zicedemo.com/contact-us.html...
I've a little problem with form submission, not work because when i submit form i can't control every field error (only all error in one div as default setting) and i can't redirect form, if everything is ok, to confirm. And i don't know the perfect way for include javascript and css inside only contact page.
If you try the link above you can see that, if everything is compiled, form redirect to same page with confirmation. (this template is in html but i've just converted everything in concrete5 theme)
The class i want use is this onehttp://www.position-relative.net/creation/formValidator/...

Can someone help me with any advice?
thank you..
Gianni

giannicasa
 
giannicasa replied on at Permalink Reply
giannicasa
Nobody can resolve this issue? :(
JohntheFish replied on at Permalink Reply
JohntheFish
For what you are trying to do, I would look at developing a custom template for the form block (based on the table-less layout template), that includes loading the validation plugin and then running your more specific script to attach validation to each field.

You may also need to do some work intercepting and forwarding or blocking the browser submit event.
giannicasa replied on at Permalink Reply
giannicasa
can you develop this add-on?
which is the cost? you can write in pm if you want..
JohntheFish replied on at Permalink Reply
JohntheFish
I have enough to keep me busy already. I am sure if you post on the jobs forum, with a link back here, that several developers with suitable expertise will respond.

My answer was constrained to your question because you asked it sounding like you were already developing some jQuery.

If you are just looking for solutions to a higher level problem rather than a specific coding issue, there may also be solutions that don't require development. There are some existing ajax based forms addons you could have a look at.