This topic is: not resolved
-
I have a form that is for people who want to join a sports team. I have fname, lname, asg, sex, phone and email as fields for them to fill out. What I need to be able to do is on another page or same page display all the people’s information that is in the database for others to use to contact the player(s) looking to join a team. Form for input is working fine, can’t figure out how to post the data. Can you help with this? I assume I need to use php and a sql query but nothing I can find online seems to work. I have the latest version of WordPress and VC and DHVC Form installed. I am working on my localhost developing the site right now.