CGBetterforms required field

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
brentnl
Power Poster
Power Poster
Posts: 493
Joined: Mon May 11, 2009 4:35 pm

CGBetterforms required field

Post by brentnl »

I'm using CGBF for the first time now, and it's looking very promising! But there is one thing I can't solve... I'm using a form with multiple pages, powered by jQuery (every page is in a <fieldset>); is it possible to validate fields in advance instead of after hitting the submit button at the last page?

This is the form-styling I'm using; http://hitechparks.com/web/product/form ... alidation/
They have some build-in validation, but it isn't that advanced.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: CGBetterforms required field

Post by calguy1000 »

Form validation before the data is sent to the server is done via javascript.
CGBetterForms does not provide any javascript form validation routines.

So.. if the javascript form validation library you are using does not meet your requirements, you will have to find another. or write the appropriate javascript yourself.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
brentnl
Power Poster
Power Poster
Posts: 493
Joined: Mon May 11, 2009 4:35 pm

Re: CGBetterforms required field

Post by brentnl »

calguy1000 wrote:Form validation before the data is sent to the server is done via javascript.
CGBetterForms does not provide any javascript form validation routines.

So.. if the javascript form validation library you are using does not meet your requirements, you will have to find another. or write the appropriate javascript yourself.
Ok Thanks! I'll look into the options with javascript!
Post Reply

Return to “Modules/Add-Ons”