I'm setting up a post type that I don't want to have a "single" post view visible on the frontend. Usually I would uncheck publicly_queryable.
However I do want to be able to use a post form to update the posts on the frontend.
It seems like if I want to edit the posts with a post form then I have to have publicly_queryable checked, but that means I then have "single" posts available.
Is there any way round this within Toolset, or do I need to add redirects in my .htaccess to make the "single" pages inaccessible?