AEM Adaptive Forms - Best approach to create custom composite address component
I'm working on AEMaaCS and have a task to create a composite address component within AEM adaptive forms. This component should include an address dropdown, two street address text boxes, one postal code text box, and a dropdown for state selection. What's the easiest way to get this done in AEM adaptive forms? I've considered two options:
- Can we handle this directly through the authoring interface?
- Do we need to develop a custom component? If so, how can we make use of the form's out-of-the-box (OOTB) textbox and dropdown components? I've identified the following components, but I'm unsure if we can include them directly in HTL or if we need to create HTML or JSP files since most form components are in JSP:
- /libs/fd/af/components/guidetextbox
- /libs/fd/af/components/guidedropdownlist
- /libs/fd/af/components/guidedateinput




