I am developing form using Umbraco Form with Rich Text Editor. I want to allow user to use that form with HTML format like hyperlink, bold, underline and so on. How can I do that?
Sadly I don't think there is an OOTB RTE property for users to be able to use as an input for forms (the existing RTE is static form setup field) so you may need to create your own. Luckily that is well documented in Umbraco's official Extending - Adding a Field Type reference guide for Forms.
Using RTE in Umbraco Form
Hi All.
I am developing form using Umbraco Form with Rich Text Editor. I want to allow user to use that form with HTML format like hyperlink, bold, underline and so on. How can I do that?
Thank you.
Hullo ^^
Sadly I don't think there is an OOTB RTE property for users to be able to use as an input for forms (the existing RTE is static form setup field) so you may need to create your own. Luckily that is well documented in Umbraco's official Extending - Adding a Field Type reference guide for Forms.
is working on a reply...