I'm working on some custom code for a client and would like to know if there's an easy way to grab the data from the entries? I don't want to export it, I want to grab it to do stuff with it.
Thoughts?
I'm working on some custom code for a client and would like to know if there's an easy way to grab the data from the entries? I don't want to export it, I want to grab it to do stuff with it.
Thoughts?
I need this as well. Perhaps a MySQL view or some PHP that would accommodate for things like checkbox groups. When I export checkbox field data, the column titles are the name of the value. This makes looping through checked items for a given input difficult.
funny I was going to post something similar today....it would be great to be able to grab the Field ID Values of a form and be able to have them read in an HTML Block....could do alot of neat stuff with that....