Floating Fields in Adaptive Forms | Community
Skip to main content
pranaym48551345
New Participant
March 24, 2022
Solved

Floating Fields in Adaptive Forms

  • March 24, 2022
  • 1 reply
  • 656 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mayank_Gandhi

@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

1 reply

Mayank_Gandhi
Mayank_GandhiAccepted solution
Employee
March 26, 2022

@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