Skip Navigation

[Resolved] I want to make a link to an id on the post form

This support ticket is created 2 years, 3 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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 2 years, 3 months ago.

Assisted by: Luo Yang.

Author
Posts
#2496169
#2496571

Hello,

I have tried it in a fresh WP installation + the latest version of Toolset plugins, it works fine, see below test site:
Login URL: hidden link

Editing post form:
hidden link
With below HTML link code:

	<a href="#promomateriaal">I want to make a link to an id on the post form</a>
...
	<div id="promomateriaal">promomateriaal here...</div>

Test it here:
hidden link
click link "I want to make a link to an id on the post form", it works fine.
Is there any missing steps? please try to reproduce the same problem in above test site. thanks