Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorssidhu6735
    • CommentTimeNov 11th 2008
     
    Is it possible to enable HTML in a form, so that things like hyperlinked text can be received?

    We use Text area fields to capture content which we then paste into HTML web pages, and we need to be able to capture linked text.

    If this is not currently possible, is there any chance it could be enabled in the future? We used tinymce in the past internally for this.

    Any help would be appreciated.

    Thanks.
    • CommentAuthordbuschho
    • CommentTimeNov 11th 2008 edited
     
    Hello, We'll certainly consider that as a new feature. For the moment, adding the following code to your form may accomplish what you want (in the custom code section of the form builder):

    <script type="text/javascript"
    src="http://app.formassembly.com/form-builder3/js/lib/tiny_mce/tiny_mce.js"></script>

    <script type="text/javascript">
    tinyMCE.init({mode : "textareas", theme_advanced_toolbar_location : "top"});
    </script>

    This should swap all of your textareas to TinyMCE edit boxes, allowing for html rich pasting. You may want to increase the height of your textareas in the FormBuilder interface, under Advanced:Number of Lines, just to be able to give your users some room to maneuver.

    I don't think this will be a perfect solution, so please let us know what problems you run into, so we can see what might need to go into a 'rich text input' feature.

    Drew
    FA Support.