I've successfully created a simple form (name, email), table and database.
The form results get sent to my email address however where do I view the records stored in the database?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Depends on the choices you made when you made the form. If it was SQL then you need some SQL application to view the data like (phpMyAdmin). The db viewer is not part of the current 3.0 release. If it was file db then you can view the text file in the admin folder.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've successfully created a simple form (name, email), table and database.
The form results get sent to my email address however where do I view the records stored in the database?
Depends on the choices you made when you made the form. If it was SQL then you need some SQL application to view the data like (phpMyAdmin). The db viewer is not part of the current 3.0 release. If it was file db then you can view the text file in the admin folder.