Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Rich Text Editor in Adaptive Forms

Avatar

Level 1

I am working on Adaptive forms and would like to know if there is any feature for Rich Text Editing/Component.

Any direction regarding adding RTE component or customization to enable RTE for Adaptive forms is really appreciated.

Thanks,

Mark

1 Accepted Solution

Avatar

Correct answer by
Level 3

Currently there is no Adaptive Form OOTB component, capable to take input as 'rich text'.

You can write a custom component using custom widget, which supports rich text input capabilities. Following are the links for how to write a custom widget:

[1] http://helpx.adobe.com/livecycle/help/mobile-forms/creating-custom-widgets.html
[2] http://helpx.adobe.com/livecycle/help/mobile-forms/available-widgets.html
[3] https://git.corp.adobe.com/pages/vdua/sample-xfa-widget-tutorial/jekyll/update/2014/04/09/creating-a...
[4] https://git.corp.adobe.com/livecycle/cq-guides/wiki/Custom-Widgets-in-Adaptive-Form

View solution in original post

4 Replies

Avatar

Employee

Its already there. Have a look at test component of adaptive form.

Avatar

Level 3

Please use 'Static text' component available in side-kick under 'Adaptive Form'. It has rich text capabilities.

Avatar

Level 1

Static Component looks like appears on the form as a constant text or basically for supplying additional information for users of the form.

What I am looking for is something like:

Name: ----------(text)

Address:...........(text)

Additional Description ........(RTE)

The above "Additional Description" field should be sent on form "submit" in addition to the other fields of the form.

Thanks, 

Mark

Avatar

Correct answer by
Level 3

Currently there is no Adaptive Form OOTB component, capable to take input as 'rich text'.

You can write a custom component using custom widget, which supports rich text input capabilities. Following are the links for how to write a custom widget:

[1] http://helpx.adobe.com/livecycle/help/mobile-forms/creating-custom-widgets.html
[2] http://helpx.adobe.com/livecycle/help/mobile-forms/available-widgets.html
[3] https://git.corp.adobe.com/pages/vdua/sample-xfa-widget-tutorial/jekyll/update/2014/04/09/creating-a...
[4] https://git.corp.adobe.com/livecycle/cq-guides/wiki/Custom-Widgets-in-Adaptive-Form