How Can I make ArcheType required if some fieldset is optional.
In Umbraco 7.5 , I use Archetype package 1.13.1 for creating list of date/location s. it contains :
Date : datepicker , required
Location : textstring , required
Comment : textstring (not required)
I want to make the whole archetype REQUIRED , so user needs to add at least one date/location . however they can leave Comment empty . seems its not any setting for Archetype to be required in this case. Any help?
How Can I make ArcheType required if some fieldset is optional.
In Umbraco 7.5 , I use Archetype package 1.13.1 for creating list of date/location s. it contains :
Date : datepicker , required
Location : textstring , required
Comment : textstring (not required)
I want to make the whole archetype REQUIRED , so user needs to add at least one date/location . however they can leave Comment empty . seems its not any setting for Archetype to be required in this case. Any help?
Hi Sara
When adding the Archetype Property to your Document Type are you selecting the Validation check box at the bottom?
Thanks Neil, Yes I made it Required In the doctype I added . and this is the archetype in doctype
in Doc Type
Also I checked "Start with add button" in "Global fieldset options"
is working on a reply...