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.

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

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