I have my form and I'm able to export the data for use. I thought I'd be good with that. =) But the more I look around, the more I see I could probably do a lot more. Problem is I'm not a programmer and I'm having trouble finding specific examples to reverse engineer.
I have a WordPress site (because I'm not a website designer either) at www.texaspinball.com. I've used FA to create our registration form and I'm really happy with the results. I'd like to go a step further and have some of the data submitted in the form dynamically updated on another page. I think I need to use the http connector to add the form data to a mySQL database on the server and then call some of that data on the page I'm wanting to update.
I've seen a lot of people saying to use a php or asp script to add the information into the database. Has anyone done this on a WordPress site before? Can someone point me to a coded example?