Saltar navegación

[Resuelto] Form block shows up as shortcodes when published

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem:
A form is displayed as shortcode instead of actual form fields.

Solution:
It turns out that the form's code is incorrect. It was not wrapped inside a credform shortcode.

This support ticket is created 4 years, 10 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

Zona horaria del colaborador: Africa/Casablanca (GMT+01:00)

Este tema contiene 4 respuestas, tiene 2 mensajes.

Última actualización por janeW-2 4 years, 9 months ago.

Asistido por: Jamal.

Autor
Mensajes
#2160705
ArticleForm.png

I am trying to: Add a form for members to be able to add custom post types without accessing the admin panel

Link to a page where the issue can be seen: enlace oculto

I expected to see: A form

Instead, I got: A set of shortcodes

#2160743

Hello and thank you for contacting Toolset support.

I logged into your website to check this closely, but this user/password does not allow me to get to the admin area, I am always redirected to the homepage. Can you make sure that this user has enough privileges to access the wp-admin area?

#2160745

Sorry about that! The access should be fixed now.

#2161103

Thank you! It turns out that the issue is within the form's code. All the form code must be wrapped inside the credform shortcode. Check this screenshot enlace oculto

This is how to fix it enlace oculto However, there is still one shortcode appearing on the form enlace oculto It turns out to be a separate shortcode block on the page. So, I removed it and only kept the form block.

I hope this helps. Let me know if you have any questions.

#2161269

My issue is resolved now. Thank you!