Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

multiple details pages/multi content types

Quote Reply
multiple details pages/multi content types
Hi again,

I'm setting up LSQL to handle (example) three types of content.

Article type 1

Article type 2

Article type 3

Depending upon the type they post, they will need to submit specified information. I understand that I will add additional columns (link:properties) to match these requested fields and then need to add tags to these pages ( separate pagebuilder detail pages?) for the content to appear.

Question is...how to flag each type of entry to pull up the form for that type so they will be prompted with the correct information fields - Article type 1, 2, or 3?

I will be prompting user to select category from directory (like DMOZ), which will correspond to each type, so should I do something there?

Not sure where to go with this.