hi, this is what i use now for form validation

i wondering if can i create and customize other pop-up messages like that for some extra javascript check onsubmit that i need (im using awful alerts for that)

i wondering if can i create and customize other pop-up messages like that for some extra javascript check onsubmit that i need (im using awful alerts for that)
Hi alfredopacino,
If you add your 'extra checks' using the same library as ChronoForms (MooTools Form Check) then the error messages will match.
I except that you could code something similar if you need to use another library.
I have no idea what 'awful alerts' are.
Bob
If you add your 'extra checks' using the same library as ChronoForms (MooTools Form Check) then the error messages will match.
I except that you could code something similar if you need to use another library.
I have no idea what 'awful alerts' are.
Bob
clearly i'm not english😀
with "awful alerts" I meant just simply the (bad-looking🙂 ) javascript alert() function
with
i have another little problem:
on a checkboxes group "1 required" don't work
with "awful alerts" I meant just simply the (bad-looking🙂 ) javascript alert() function
with
validate['required','%customCheck']
i have exactly what i need.i have another little problem:
on a checkboxes group "1 required" don't work
This topic is locked and no more replies can be posted.