Hi,

so Intake is almost fully working except I have one minor concern - I have an "int" 
type in my intake.xml, and it gets automatically validated by intake, so if I insert 
"abc" into my integer field it gives me the message "Entry was not a valid integer" - 
now I also have a mask rule (which might not be working correctly, so maybe that's it) 
that is supposed to check for validity of my field... the mask is:

value="^([0-9]*)$"   ---> I just want it to be an integer

now I want my mask rule message to have precedence over the automatic validation 
intake does, because I have a number of integer fields on my form and the message 
"Entry is not a valid integer" is not very informative... now I can do something 
boring like check to see if my message is "Entry is not a valid integer" and then just 
change the message myself per each invalid field, but I would prefer that the mask 
simply takes precedence over the auto stuff (otherwise why write the mask rule 
anyways?). Anybody seen this before?

Thanks a lot!

Luke

Reply via email to