InterviewSolution
| 1. |
What is an Adaptive Form and an Adaptive Document? |
|
Answer» Adaptive forms are used to divide a form into logical portions, allowing end-users to concentrate SOLELY on filling out the form. When we need to collect data from a user, we employ an adaptive form. You may develop forms that are interesting, responsive, dynamic, and adaptive with adaptive forms. For DESIGNING and dealing with adaptable forms, AEM Forms provides an easy user interface and out-of-the-box components. You have the OPTION of creating an adaptive form with or without a form model or schema. It's critical to pick a form model that not only meets your needs but also extends your existing infrastructure investments and assets. The output of the adaptive form is shown to the end-user via an Adaptive Document. A bank statement, for example, is an adaptive document because all of its CONTENT remains the same save for the name and amount. In an Adaptive Document, we basically set placeholder text that is filled dynamically at run TIME. |
|