I'm usign Umbraco 6.2.0 and have created a form which member's can submit.
I'd like a field in the form to be able to accept HTML content via the Richtext editor, is it possible to apply this to the form or do I need to add a new copy of TinyMCE for use in these cases?
Any help or links to documentation for this would be appreciated.
You need to download tinymce yourself and include in your form in order to be able to use it.
On your postback you need to be aware of the HTML characters, which will probably not be allowed. However it should be a matter of using the HTML agility pack - Before you download it please check if the dll is already in the /bin folder.
Richtext editor on public fields
I'm usign Umbraco 6.2.0 and have created a form which member's can submit.
I'd like a field in the form to be able to accept HTML content via the Richtext editor, is it possible to apply this to the form or do I need to add a new copy of TinyMCE for use in these cases?
Any help or links to documentation for this would be appreciated.
Thanks
Hi James
You need to download tinymce yourself and include in your form in order to be able to use it.
On your postback you need to be aware of the HTML characters, which will probably not be allowed. However it should be a matter of using the HTML agility pack - Before you download it please check if the dll is already in the /bin folder.
Hope this makes sense.
/Jan
Thanks, thought as much just wanted to be sure before I started.
is working on a reply...