Adding Description in Silverstripe CMS Fields

When building forms, there are times when we want to display helpful information regarding the field. There are a couple of ways to do this: by using LiteralField or using setDescription() in the field object. Silverstripe provides setDescription() function in a field object to help generating text underneath a field. This field can be chained with other function. So you can set the description on creation like below: [crayon-662ea2b178f96151037775/] Or when you adding a field to a tab: [crayon-662ea2b178fa5579175435/]  

Continue Reading

Sliding Sidebar