I'm trying to perform form validation here in my c...
# cfml-beginners
f
I'm trying to perform form validation here in my code: <cfinput type="text" name="name" value="" maxlength="100" validateat="onBlur" validate="required,name" message="you must enter a name" /> I'm using lucee via command box, when I execute that page, I get this error attribute validateAt is not supported for tag input Que pasa?
b
Seems pretty self explanatory
Lucee simply does not support that tag
You can enter a ticket (I don't see one for that already), but Lucee is probably unlikely to spend any dev time on CFInput features.
😞 1
👍 1
f
I just read that in cfdocs! not supported in lucee or railo. Off to make a javascript ditty