I have one table where I store updates from our community, they are things like interesting documents they want to share, events that are coming up and policy documents, they all have the same fields but different catagories.
At the moment I have 3 separate pages and I filter by category and for things like events filter out ones in the past, but this means I need to maintain three forms when ideally I would like to have one.
Should I have 1 page with a filter instead, or tabs or something else. Would love to hear how others have solved this.
So in your example you might have the option to add a new property on both the active and pending property pages, I would like to have this open the same new property form regardless of which page it came from. Is this possible?