Need a mysql query to extract data from mm-forms
- by Kirill
http://cl.ly/201a11b430bf60ef9e97
is what the rows look like, after I clean them up a bit:
SELECT fk_form_joiner_id,form_key,value FROM wp_contactform_submit_data WHERE form_key!='page_post_id' AND form_key!='captcha-802' AND form_key!='page_post_title' AND form_key!='user_ID'
What I need is a query where it would transform this into a…