I have created a custom post type called Technical Notes and also created a single template as per instructions provided within the Toolset documentation for integrating with Elementor (Link 1). Dummy Technical Notes are accessible from the Technical Notes Archive page (Link 2. I have also created an edit form to edit the Technical Notes and embedded the shortcode for the edit link within the Elementor single page template as per instructions within the Toolset documentation for editing posts (Link 3) and Toolset support forum topic related to this (Link 4).
The issue I am facing is that when I click the edit link on the individual Technical Notes page, it shows the form as expected but also renders the Edit link (see above the form) and the content of the custom field called “Additional Notes” (see below the form).
Note, I have created a admin login for you on the site to support this, but the "I want to grant access" option does not let me share it unless I provide FTP details too, which I don't think are needed for this. I can email you the username and password for the Admin account.
This issue is now resolved. The root cause of this issue was that the single template was created using Elementor and Dynamic Fields using Toolset Fields. The edit link only replaces the output generated by the Post Cotent module with the form for the Custom Post Type, which means that any content on the Single Template which is in addition to the Post Content will remain on the page even in edit mode. The solution therefore is to generate the full content using Views Content Templates (Toolset > Dashboard > Front-end: Template) and including the edit form link within it using the Toolset Forms button on the Content Template editor; Then within Elementor the content generated by the Views Content Template will be displayed automatically if the Post Content module is added to the template content. As the content is then displayed as a whole within the Post Content module, clicking the link replaces all the content of the Post Content module with the edit form.