To implement a map feature, where the location on the map widget changes as per the location specified in the Address input text box.

0
There is a form that is meant to gather information, It contains a text box widget to input the information by the user. Also, there is a map widget beside the address text box to take the location. I’ve got a requirement to dynamically show the location on the map widget once the user inputs in the address text box widget.    
asked
2 answers
0

You can add an on change event to commit the City, State and Zipcode and refresh the map widget? 

answered
-1

 

You can change the “On Change” event on the text boxes. 

Try to set the on change event to save changes, otherwise you should create a microflow to save and refresh the page. 

answered