Re: validate a field
Nop.
I try with === before and doesn’t work
Anyway I need to know if the html field is ==’’ or !=’’
In others fields (like text fields in DB) the IF works fine, but date fields (in DB) doesn’t work.
to see what happens…
without typing in the field
In my form
onValidate
sc_error_message("value date: "{date_2});
and return - value date: null
typing in the field (ex. 10/10/2010)
In my form
onValidate
sc_error_message("value date: "{date_2});
and return - value date: 10/10/2010
I try with javascript, but i need validate other fields in event onValidate