I am trying to: Show an edit custom post type CRED form when the logged in user has one of these posts (therapist listing) already. Query Filtering by the post author matching the logged in user.
Link to a page where the issue can be seen: Can show in private
I expected to see: The update / edit CRED form
Instead, I got: Form type and post type do not match error message
Background information: I am making a site whereby each user can have one of a specific custom post type (therapist listing). The view is set up to query all posts with post author matching the logged in user. This works fine if the user does not have a post yet, whereby they see the Add Custom post type CRED form normally. If they do have one of these posts already however, the view is set up to show them the Update/Edit Custom Post Type CRED Form instead. Screenshot attached shows how I have this set up.
If I specify a post using post=# in the cred form shortcode, the update custom post type CRED form works fine, but it is obviously not doing this dynamically. I need it to here.