Alphanum validation for cf_textarea field

milow 31 May, 2010
Hello,
First of all - thanks again for the wonderful component !
The question - is it possible to add alpha and numeric validation for a cf_textarea box and how can be done ?🙂
GreyHead 31 May, 2010
Hi milow,

I don't know, have you tried adding the validation from the Validation tab? That might work OK. (Though mostly we don't expect textareas to have these requirements).

Bob
milow 31 May, 2010
Hi,
I've tried in the "Javascript Live Validation"
Enable Validation: Yes
and
5- validate-alphanum (only letters and numbers): text_14
where text_14 is my textarea field and it is not working
In firebug there are no script errors...
GreyHead 31 May, 2010
Hi milow,

In that case I guess that ChronoForms only tests textareas for 'required'. YOu could try a custom LiveValidation - there are some examples here and on the LiveValidation site but I don't know if they will work with a textarea.

Bob
This topic is locked and no more replies can be posted.