I have created a link on my account page that links to a page called my projects. My projects view is set up as a page where the user can see their projects and edit them.
I set the edit link to a form edit post link and selected the edit project content template and added the edit project form.
When I click on the edit link it loads the single project page and not the edit project form. I followed the documentation below.
To make the edit link and the content template work, I made the following changes:
1. In the Elementor's template for the single 'Project' posts, I included a new 'Container' widget with a 'Post Content' widget.
( screenshot: hidden link )
The availability of the 'Post Content' is important, because Toolset's content templates need the post content to take effect.
2. In the Toolset's 'Edit Project' template:
A). I removed the 'Projects' post type from the usage section, as we don't need to use this template for normal view and only want it for the edit link.
B). In the template's custom CSS, I included this CSS code, so that it hides the first container (that shows the normal content) from the Elementor's template when the edit link is used.
( screenshot: hidden link )