Hi
I have probleme with auto validation server side and as well with js validation.
I can't make it work.
I've read many post but found no issue .
I have a custom html form.
In action, on submit box i put auto server side validation and wrote my field separate by comma in the required field.
In my html form i wrote
I am used to cf v3 and with v3 we just have to put "required".
Well anyway with what i wrote on my form validation doesn't work.
Am i suppose to put a field for the error message behind my field ? (in v3 if you don't put a field for the message error it still written "saisie obligatoire" (in french) or "required field")
Where can i find some explanation with the big difference between cf v3 and V4, something who could help to understand the new way it works ??? (i've read some tutos but didn't find about it, or other problem as well.)
thanks
jeffnco
edit : I've already went into js validation setion and activated it, put it "on submit, on blur".
I've put a load js box in on load box.
Well my form :
on load :
load js
load css
show html
on submit :
auto server side validation
custom code
email
db save
thanks message
debbuger
I have probleme with auto validation server side and as well with js validation.
I can't make it work.
I've read many post but found no issue .
I have a custom html form.
In action, on submit box i put auto server side validation and wrote my field separate by comma in the required field.
In my html form i wrote
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label">Nom *</label>
<input class="validate['required']" maxlength="150" size="30" title="saisie obligatoire" id="nom" name="nom" type="text" />
</div>
<div class="cfclear"> </div>
</div>
I am used to cf v3 and with v3 we just have to put "required".
Well anyway with what i wrote on my form validation doesn't work.
Am i suppose to put a field for the error message behind my field ? (in v3 if you don't put a field for the message error it still written "saisie obligatoire" (in french) or "required field")
Where can i find some explanation with the big difference between cf v3 and V4, something who could help to understand the new way it works ??? (i've read some tutos but didn't find about it, or other problem as well.)
thanks
jeffnco
edit : I've already went into js validation setion and activated it, put it "on submit, on blur".
I've put a load js box in on load box.
Well my form :
on load :
load js
load css
show html
on submit :
auto server side validation
custom code
db save
thanks message
debbuger