Hello, I'm new to EasySocial, so forgive me if this has been covered before.
I'm implementing EasySocial for a gamers social website, and want to be able to add a Games section to the user's profile. I'd like for users to be able to type in the name of the game, and have it in a drop down list. Ideally, similar to the way Facebook does for music and movies where you start typing in the name and it'll auto complete. There's an API out there for a games database at
http://api.archive.vg/2.0/docs/Archive.search.php. Is there a way to implement this?
Or, an easier way is for me to create a multi dropdown menu with games already listed, but I don't want to type in each game separately in the admin section. Is there a database table that I can import these dropdown choices?
Thanks!