Forums

Backend Data Viewing

goodcopy 24 Jan, 2013
Is there a way for a site admin to view all data that has been submitted through forms on the back end of the website?

I currently have DB Save configured on a form, and it's working fine, but I'm basically looking for an easy to use list of all the collected submissions presented much like an email to the admin. Does such a thing exist?
GreyHead 25 Jan, 2013
Hi goodcopy,

You can see it by using View Data - but that is one record at a time.

I use the AceSQL extension that lets me view and work with any of the tables from the Site Admin. Warning - dangerous in the wrong hands, you can delete important tables!!

Or you can create listings visible in the front end using a form with the DB Multi-Record Loader action, or with ChronoConnectivity.

Bob
goodcopy 13 Feb, 2013
Thanks for the suggestions. I've installed ChronoConnectivity and it seems to be the solution.

Using ChronoConnectivity, Is there a way to save data from multiple forms into one table so that I can view all data submitted through my website in one place?

Thanks,
Todd
GreyHead 13 Feb, 2013
Hi Todd,

It depends, if the forms all have the same input names then yes. If they have mostly the same input names and a few that are different then yes. If they are all very different, then probably not sensibly.

Bob
goodcopy 14 Feb, 2013
Aha, I see what you are saying. Thank you.
This topic is locked and no more replies can be posted.