Presumably this question has been answered elsewhere but i've not managed to accomplish what im trying to do so far (reeeaal beginner over here).
What im trying to do is retrieve data from a table called "wp_iphorm_form_entry_data" which looks something like this:
%/ element_id / value /%
-----------------------------
%/ 4 / first name /%
%/ 5 / last name /%
%/ 42 / e-mail /%
Then switch the rows and columns and rename them, something like this:
%/ 4 (f-name) / 5 (l-name) / 42 (e-mail) /%
--------------------------------------------
first name / last name / e-mail /%
And finally filter the entries by another "element_id". Thank you in advance, any takers?