Expand my Community achievements bar.

SOLVED

Floating Fields in Adaptive Forms

Avatar

Level 4

Hi All,

 

I am working on a project where we are creating dynamic Adaptive forms. The adaptive form has multiple questions and based on the options you selected on the first screen the rest of the questions are derived. We have a requirement to put Static text (disclosures, information etc) on the questions based on the selection from the first page.

 

For example, it could be a information text such as -

 

"You credit card allows you to withdraw $10000 a month" . Here the $10000 must be populated from value selected from first page.

 

In Lifecycle designer we use something like Floating Fields. Do we have something similar in Adaptive forms?

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@pranaym48551345 You should use the text component, it supports RTE. Further, you can edit the source and add the static text using <p> along with an ID in the tag. Use this ID to set the value using vanilla JS or jquery as per the business case via code editor or client libs. 

 

-Mayank Gandhi

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

@pranaym48551345 You should use the text component, it supports RTE. Further, you can edit the source and add the static text using <p> along with an ID in the tag. Use this ID to set the value using vanilla JS or jquery as per the business case via code editor or client libs. 

 

-Mayank Gandhi