Have read through all the support forums topics on Queries and I am obviously experiencing beginners block and simply can not figure out how to create a query string.
I use a directory plugin called connections for all my homeowner directories. I would like to create a query that would pull the first and last names from the connections database and allow the user to select them from a drop down. Once the name was chosen the form could then populate the address into in the form.
wp_connections is the table name, with in the table every account has an id number; first name is mapped first_name and last name is mapped to last_name.
The test website it:
http://www.hoaconnections.com/test/
Any help with this or a pointer in the right direction would be greatly appreciated.