So I am making progress with setting up a directory site with GF and a custom post type.
My Custom Post Type is "listing" and my form populates the content of the post: phew!
What I would like to happen is to have two levels of listing one for people connected to the orgnisation and one for not connected. The connected level should be able to add all details and the not-connected just the basic details.
Should I use the same form and hide details with conditional logic based on the selection connected/not connected or create another form and (hopefully not) a separate CPT?
Thanks
Martin