Algolia Places Integration

Has anyone used Algolia Places for address autocomplete in their CRM? I’ve looked into the documentation but I’m not a real developer. Is it doable, or is it a complicated integration? Specifically I am looking to add it to the Contacts module.

Thanks!

It is doable, if you just read their documentation and checkout an
Example that clearly describes how to do this.
You can add your Custom JS in the Contacts EditViewdefs.php and then write some code to pass data to Algolia and parse the returned data into the Address fields.

1 Like

Thanks Cherub - I will update when I’ve done the integration. Just wasn’t sure if it was even worth attempting.Some of the documentation literature makes my head swim. I’m much better at bastardizing examples :slight_smile: