Skip Navigation

[Resolved] How to disable the WYSIWYG editor

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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 2 months, 3 weeks ago.

Assisted by: Waqar.

Author
Posts
#2680818
wysiwyg.png

Can you tell me how to disable the WYSIWYG editor on forms? See image.

#2680931

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting us and I'd be happy to assist.

To remove the 'WYSIWYG' visual editor from the form's content field, you can follow these steps:

1. Please switch the 'Expert mode' on in the form editor and remove the post content field's shortcode:


[cred_field field='post_content' output='bootstrap']

2. In place of that shortcode, you can include a generic field's shortcode like this:


[cred_generic_field type='textarea' field='post_content']
{
"required":0,
"default":"[wpv-post-body template='None']",
"persist":1
}
[/cred_generic_field]

This will add a simple text area field for the content, without the WYSIWYG editor.

regards,
Waqar

johnH-33 confirmed that the issue was resolved on 2024-02-01 08:47:24.
This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.