Tell us what you are trying to do?
In the video (https://toolset.com/lesson-placement/lesson-placements-1621521-1612095/) at 6:34 it describes placing a link to the Content Template with the Form in it into the Template for Gyms. However, he is using Blocks. I am using Oxygen therefore I am NOT using blocks and am doing this with Legacy and so I need to know how to do this with Shortcode. I have researched through help files and everything else and can't seem to find a method for doing this.
I have created the Content Template that is not connected to anything. I have created the Form and placed it in the Content Template. But I cannot figure out how to create the link to the Content Template that has the Form in it.
Is there any documentation that you are following?
I am following this video https://toolset.com/lesson-placement/lesson-placements-1621521-1612095/
However, since I am using Legacy and NOT Blocks it is quite different and I am forced to assume I am doing things correctly. I REALLY wish there was a Legacy development and documentation team for those of us that are not blocks users.
You can just use the shortcode directly as the principle is the same as with blocks. However with the oxygen builder you may not have the GUI to autogenerate the shortcode.
This is the shortcode that you should be using.
[toolset-edit-post-link content_template_slug="template-for-editing-posts"]Edit %%POST_TITLE%% with a Toolset Form[/toolset-edit-post-link]
Replace "template-for-editing-posts" with the slug of your content template that the form is on.