Passer la navigation

[Résolu] Form block shows up as shortcodes when published

Ce fil est résolu. Voici une description du problème et la solution proposée.

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 Il y a 4 years, 10 months. 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

Fuseau horaire du supporter : Africa/Casablanca (GMT+01:00)

Ce sujet contient 4 réponses, a 2 voix.

Dernière mise à jour par janeW-2 Il y a 4 years, 9 months.

Assisté par: Jamal.

Auteur
Publications
#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: lien caché

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 lien caché

This is how to fix it lien caché However, there is still one shortcode appearing on the form lien caché 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!