Saltar navegación

[Resuelto] Typo/incorrect shortcode in documentation for Forms Shortcodes

This support ticket is created hace 4 años, 1 mes. 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.

Etiquetado: 

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por amandaD hace 4 años, 1 mes.

Autor
Mensajes
#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

Idiomas: Inglés (English ) Español (Español )

Zona horaria: 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.