Skip Navigation

[Resuelto] Question about using {!{cred_form}!} with Page Builders..

This support ticket is created hace 3 años, 10 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Etiquetado: 

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por Gerard hace 3 años, 9 meses.

Autor
Mensajes
#1932625

I just stumbled unto https://toolset.com/documentation/programmer-reference/forms/cred-shortcodes/#cred_form earlier tonight and discovered the shortcode insertion below:

{!{cred_form}!}

I've been using the square bracket way for years within a text Editor Module in Beaver Builder and have not noticed any problem.

Should I go back to my previous and replace all forms shortcodes with the above method?

Thanks for clarifying this 🙂

#1933389

Nigel
Supporter

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

Zona horaria: Europe/London (GMT+00:00)

Hi Gerard

The square brackets are the standard format for shortcodes, as you know.

We introduced the alternative format with curly braces for adding Toolset content inside page builders because there could arise problems with the shortcodes being parsed properly, and we added a mechanism to handle that.

Square brackets mostly work fine, and if you don't encounter any problems I wouldn't change them.

If you do encounter problems using normal shortcodes, you have the alternative available.

(It is some years ago that they were introduced, and I don't recall the exact details of when the square brackets might be a problem.)

#1938859

My question is answered now. Thank you!