Simple question: what's the diff between marking a field as mandatory and specifying a "Required error message" (set to #ContactFormNameRequired as dict item and has been created) in 'Designer' (so for a field individually) and specifying a "Required error message" on the "Validation" group in Settings tab?
Seems to use the latter even tho i've specified one for a field specifically?
"Required Error Message" in designer and settings
Hi,
Simple question: what's the diff between marking a field as mandatory and specifying a "Required error message" (set to #ContactFormNameRequired as dict item and has been created) in 'Designer' (so for a field individually) and specifying a "Required error message" on the "Validation" group in Settings tab?
Seems to use the latter even tho i've specified one for a field specifically?
Haven't customized form nor field!
Any ideas?
(using latest v3.0.9 version)
Cheers,
/Dirk
Comment author was deleted
Yeah it should use the field one if that is setup, will see if I can repro
Comment author was deleted
Just tested and it works like expected,
Setup the Required error message on the field and it will show that instead of the one set on form level...
Comment author was deleted
Or did I misunderstand the question?
Yup, works as expected after having added jquery validation scripts #h5is
/Dirk
Comment author was deleted
Looks like it's a bug with the server side validation message
http://issues.umbraco.org/issue/CON-340
Will be fixed in 3.0.10 (out in a couple of days)
Comment author was deleted
Fixed, logic wasn't correct (so field message was never used unless the form one was empty)
is working on a reply...