Hi,
just recognized that my old forms won`t get validated.
I can send the form, even if there are empty.
This seems to appear on textarea and checkboxes
textarea
Validation:
required (not blank):job
checkbox
Validation:
validate-one-required:acceptedterms
Both can be send if fields are empty. No validation message appear.
If i click in a textarea field - the validation message suddenly appears.
thx
M
just recognized that my old forms won`t get validated.
I can send the form, even if there are empty.
This seems to appear on textarea and checkboxes
textarea
<textarea style="border:1px solid #FF9900" name="job" cols="55" rows="3"></textarea>
Validation:
required (not blank):job
checkbox
<div class="validate-one-required" align="center">
<input name="acceptedterms" type="checkbox" value="0" />
<a href="#" target="_blank"> terms</a></div>
Validation:
validate-one-required:acceptedterms
Both can be send if fields are empty. No validation message appear.
If i click in a textarea field - the validation message suddenly appears.
thx
M