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.
CGBetterforms required field
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: CGBetterforms required field
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.
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.
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.
Re: CGBetterforms required field
Ok Thanks! I'll look into the options with javascript!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.

