Is your feature request related to a problem? Please describe.
Before a form is submitted, use the lat/lon or address to search the Google Places API for potential hours for that location being open. If multiple locations are present (i.e. multiple businesses at that address), or no hours are available, do not populate the hours within the form.
Get the hours for a place is actually quite easy, using the following endpoint from their API:
Is your feature request related to a problem? Please describe.
Before a form is submitted, use the lat/lon or address to search the Google Places API for potential hours for that location being open. If multiple locations are present (i.e. multiple businesses at that address), or no hours are available, do not populate the hours within the form.
Get the hours for a place is actually quite easy, using the following endpoint from their API:
We will then want to take the hours from that response and add them to the form data, found in AddResourceModalV2.jsx - line 231