when user enter the postal code then city name and state name automatically filled in text box
0
when the user enters the postal code then , city name and state name are automatically filled in the text box
asked
Rutuja Mohod
1 answers
1
There is no question here, but I will try to answer anyway.
Create a page where people can input the postal code.
Create an on-change action (or other action triggered by the postal code text field), which triggers a microflow.
Within the microflow, call the API that can search for address information and change the attributes showing CityName and StateName based on the returned information.