What I am looking to do is show more data in the lookup field on the Contact form. I have a separate entity for location that I created which has three fields: City, Province and Country. Right now the lookup field on the Contact form only shows the city (PK) but I would like it to show the City, Province, Country from the location entity. I understand I need to use Javascript to do this I am just not sure about the code and how to get the data from the location entity to the contact form other than the city.
Any help would be greatly appreciated.
*This post is locked for comments