Posts: 3
Threads: 2
Joined: Aug 2013
Reputation:
0
I feel like an idiot for asking this question, but after I create a form from form builder and add data I can't find the MySQL table that contains the info. I looked through what I'm pretty certain was every MySQL table that was installed but couldn't find it.
Am using core 2.2.5
Posts: 415
Threads: 0
Joined: Mar 2009
Reputation:
3
Hi Mike,
No worries. Feel free to post any question you might have. When a form is create a new table with the ID is also created. There should be a table in your MySQL database called: "ft_form_1" which will have data stored for your form with ID:1.
Hope this helps.
Cheers,
Joe
Posts: 3
Threads: 2
Joined: Aug 2013
Reputation:
0
thanks - found the data. appreciate the answer