Currently I'm trying to get a multi value field to validate.
It's within a tab.
[code]
tab.fields(
cfg.fields
.multi("images")
.label("Images")
.field(imageLink)
.description(description)
.validator(cfg.validators.email())
);
[/code]
Even replacing the custom validator I'm using with cfg.validators.email() (as
shown in the snippet above) doesn't produce any error message.
Clearly doing something wrong; can someone help?
Cheers,
Dean
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=16deb4e5-a1a2-46e1-9a88-9979fe244318
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------