Jun 3rd, 2013, 12:43 PM
Hi Andrew,
The data can be accessed through Form Tools admin panel (or client panel as well). When you log in as an admin,
- click "Forms"
- choose your form and then click "VIEW" under the submissions column
- all data will be visible here with the default All Submissions View
If you need to further manipulate your data, you can edit your views. If you need to access the data directly through MySQL the table name is ft_form_id (id being the id of the form). I highly recommend against directly making changes in MySQL.
Cheers,
Joe
The data can be accessed through Form Tools admin panel (or client panel as well). When you log in as an admin,
- click "Forms"
- choose your form and then click "VIEW" under the submissions column
- all data will be visible here with the default All Submissions View
If you need to further manipulate your data, you can edit your views. If you need to access the data directly through MySQL the table name is ft_form_id (id being the id of the form). I highly recommend against directly making changes in MySQL.
Cheers,
Joe