Navigation überspringen

[Gelöst] Form block shows up as shortcodes when published

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 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

Zeitzone des Unterstützers: Africa/Casablanca (GMT+01:00)

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

Zuletzt aktualisiert von janeW-2 vor 4 years, 9 months.

Assistiert von: Jamal.

Author
Artikel
#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: versteckter Link

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 versteckter Link

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