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
1 answers
1

There is no question here, but I will try to answer anyway.

 

  1. Create a page where people can input the postal code.
  1. Create an on-change action (or other action triggered by the postal code text field), which triggers a microflow.
  1. 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.
answered