Hi Rudi
You want to include an edit form link on a page built with Elementor.
What does the form edit? What is the page where you add the link?
Ignoring Elementor for a moment, if you created a form to edit a custom post you would typically display the link to edit that post next to the post itself (e.g. when viewing a single post it includes a link to edit it, or when viewing a list of such posts, each of them includes a link to edit themselves).
In these cases it is clear what is being edited (which is set by the context of of where the link is displayed, i.e. the thing to be edited).
If the context doesn't specify what is to be edited, then you must explicitly set which post is to be edited by the form.
So, when I ask what are you editing and where are you adding the link, that is why.
If I assume that you have a typical set-up, and that the "page" designed with Elementor is not a WordPress page but is instead an Elementor template for single posts of some type, then you need to
- create the Edit form
- insert this form into a Content Template (which is not assigned to anything, it just acts as a container for the form)
- edit some page *without* Elementor and insert the edit post link shortcode using the Toolset Forms button which will generate a shortcode something like
[toolset-edit-post-link content_template_slug='container-for-edit-thing-form' target='self']Edit %%POST_TITLE%%[/toolset-edit-post-link]
- cut and paste this shortcode into a text or shortcode module in your Elementor template
You could also just type the shortcode in manually.
The problem is that we have no control over the Elementor UI, so the Toolset Forms button is unavailable within the Elementor editor.