Jump to content

Group edit page fields


benbyf
 Share

Recommended Posts

Often deal with alot of differing fields on a edit page and was wondering if it would be possible to get a way of grouping fields within a template.

E.g. title and body fields open, extra options group of fields closed containing other page fields, date, summary, etc etc

Link to comment
Share on other sites

This is possible :)

Create a field of type "FieldsetOpen".

In your template, just sorround your fields you want to wrap in this fieldset with the fieldset created.

//Example for fieldset with name "fieldset_advanced":
fieldset_advanced
  date
  summary
fieldset_advanced_END

Btw there exists also a "FieldsetTabOpen", which displays the wrapped fields in a new Tab

  • Like 5
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...