Jump to content

Recommended Posts

Posted

Hello,

What is the best approach to structure templates/pages where child-pages have similarities but different complexity. 

  • Person A
    • name
    • address (optional)
  • Person B
    • name 
    • interests (optional)
    • birthday (optional)
  • Person C
    • name
    • address (optional)
    • age (optional)
    • interests (optional)

In the example only the name is common for all person (pages) and the other properties (fields) are optional.

So what is best in terms of maintenance and handling?

1. parent/child structure (every optional field(s) is a child-page)
2. Repeater Matrix
3. Table with all possible properties (efficient?)
4. Pages with "showif" visibilty for fields

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...