17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1793 Views |
-
About CMSFields, Default Values and Required Fields...

3 December 2007 at 2:55am
1) I was trying to set a default value for an OptionSetField in the cms, but just can't get it to work. Part of the code I used was http://pastie.caboo.se/124284.. tried a couple of other things too but just didn't get it to work. Note that I'm also using the populateDefaults method, so maybe that is interfering/overwriting?
2) How can I set some fields as required? Can I do a new RequiredFields somewhere? Is there any method for it?
thnx
-
Re: About CMSFields, Default Values and Required Fields...

3 December 2007 at 3:00am
ok..
When doing
$countries = DataObject::get("Country");
$this->CountryID = $countries->First()->ID;in the populateDefaults method it seems to work. Apparently setting a default value in the getcmsfields-method doesn't mix with it.
Still interested in knowing how to make fields required in the backend though.
| 1793 Views | ||
|
Page:
1
|
Go to Top |

