Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mike Driscoll 1 post 71 karma points
    Mar 24, 2021 @ 03:52
    Mike Driscoll
    0

    Can I create a Umbraco Forms answer type as Rich Text?

    I would like to give my users the ability to submit form answers with rich-text formatting. Can I just modify FieldType.Textfield.cshtml and make it render a rich text editor?

  • Dave Woestenborghs 3325 posts 11170 karma points MVP 5x admin c-trib
    Mar 24, 2021 @ 07:36
    Dave Woestenborghs
    0

    Hi Mike,

    There are some documentation on how to extend Umbraco forms with custom field types : https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Fieldtype

    On the frontend you could solve this by using TinyMce or another richt text editor javascript plugin ?

    But I wonder what the use case is for having a form with a rich text field on it.

    Dave

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies