Templates
Last updated
Was this helpful?
Last updated
Was this helpful?
This screen allows the user to write an address to an input and choose from a list of suggestions.
Enter Address contains the following elements:
component as a container, to handle input submission and loading.
component to capture the customer's address, and provides a list of address to choose from.
Screen that displays the user's address entered on the previous screen and is also able edit it, so it can be saved to their personal information.
Confirm Address contains the following elements:
This screen lets the user enter the birth date so it can be saved to their personal information.
Enter Birth Date contains the following elements:
This screen allows the user to enter their names so it can be saved to their personal information.
Enter Names contains the following elements:
This screen lets the user enter the SSN so it can be saved to their personal information.
Enter SSN contains the following elements:
component as a container, to handle input submission and loading.
component to capture the customer's address information.
component to display the country.
component as a container, to handle input submission and loading.
component for the date.
component as a container, to handle input submission and loading.
component to capture the customer's names.
component as a container, to handle input submission and loading.
component to capture the customer's SSN.