Navigation überspringen

[Gelöst] Typo/incorrect shortcode in documentation for Forms Shortcodes

This support ticket is created vor 4 Jahren, 1 Monat. 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.

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von amandaD vor 4 Jahren, 1 Monat.

Author
Artikel
#1841471

In your documentation for Forms Shortcodes (https://toolset.com/documentation/programmer-reference/forms/cred-shortcodes/#cred_user_form), you have a shortcode [cred_user_form]. This shortcode does not work - it just renders as text. However, the shortcode listed at the top of the page, without any underscores (ie, [creduserform][/creduserform]) does work perfectly.

Are those supposed to be separate shortcodes, or are the underscores in the first example an error?

#1841859

Nigel
Supporter

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: Europe/London (GMT+00:00)

I'll have a word with the documentation team as that's somewhat misleading.

The shortcode with underscores (cred_user_form) is used to insert a user form on a page.

The shortcode without underscores (creduserform) is part of the form itself, and wraps the entire form content.

#1843435

That makes sense, thanks.