Skip Navigation

[Resolved] I can't find the non-blocks way of doing something

This support ticket is created 3 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by randomblink 3 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#2104859

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.

Is there a similar example that we can see?

What is the link to your site?
hidden link

#2104937

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Thank you for getting in touch.

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.

Thanks,
Shane

#2105579

My issue is resolved now. Thank you!