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?
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
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
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
Aha, I see what you are saying. Thank you.