# Content Editor For User (WYSIWYG)

This field is used for creating content in your form. It is a "What you see is what you get" content editing tool. It is powered by TinyMCE <https://www.tiny.cloud/>&#x20;

![](/files/irPvOHhbWVPQNeIq9HXL)

This is a great tool for document creation and management. It also works with our [Template Builder feature](/blocworx-documentation/bloc/pdf-and-doc-file-templates.md).

Just like all our fields, content/values can be populated from other blocs, meaning its possible to combine several of these fields and have a dynamic document creation tool.

### Initial Field Parameters

| Parameter Name         | Description                                                                                                              |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Text for Button        | This is the text that appears on the button on the form that will trigger the editor to open.                            |
| Hide Edit Button       | With this option you can make the content un-editable. See below for why this is useful.                                 |
| Use Basic Editor       | When checked, this enables a very limited version of the editor to be used. Many advanced formatting options are hidden. |
| Hide Content Display   | Doesnt show the content within the editor when enabled, only shows the editor.                                           |
| Show Editor by Default | This allows users to view the editor without needing to click a button                                                   |

### Hiding the Edit Button in order to display content

Quite often, the use-case for this field is to simply have content on the form that is pulled from elsewhere. Perhaps to piece together larger documents, it may be the case that someone else has access to edit the content, but you do not want the content editable in the bloc with this field. For this reason you can hide the Edit Button.\
\
Alternatively there is another field called [Content Editor (WYSIWYG)](/blocworx-documentation/bloc-editor/fields-tools-and-charts/content-editing-components/content-editor-for-user-wysiwyg-1.md) which is our original version of this field. This is a simpler version and the content is created in the bloc editor, never saved as data and never editable by users.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/content-editing-components/content-editor-for-user-wysiwyg.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
