How to make a text box wysiwyg

How to add a WYSIWYG editor to a text box in a CF form.

Overview

The issue is needing a front-end text entry field with rich text editing capabilities, similar to a forum post editor.
Enable the WYSIWYG editor in the Editors tab of the text area element. To store the content, use a DB Save action in the Form On Submit event.

Answered
Pa Paolo.Ferlini 23 Jun, 2014
Hi all,
i've a question.
Is it possible to create a chronoform form with a text entry similar to the one used when you submit a request in the forum ( this one ) ?

If is possible, the second answer is how can retrieve the contents to, for example, put it into a field in a db ?

Thanks.

Paolo
Pa Paolo.Ferlini 23 Jun, 2014
sorry i've missed an info.

I'm referring a front end side .... :-)
Gr GreyHead 23 Jun, 2014
Answer
Hi Paolo,

You can turn on the WYSIWYG editor on the 'Editors' tab of a text area element.

You can save the results using a DB Save action in the Form On Submit event. Please see this FAQ

Bob
Pa Paolo.Ferlini 23 Jun, 2014
Thanks a lot for your quick and usefull response.

Paolo
This topic is locked and no more replies can be posted.