SQL Query to get at formidable data

Hi Stephanie…

I have an odd ball question. I have formidable taking registration from our site and need to write a query to export data to an external CRM database (no php here.. just a query)

If I know the Form ID, The Form Field Id/KEY, user id, I need a starting point to query the formidable WP tables but am not sure where to start.

Any guidance or samples on how a basic sql query might return a single field value from a form woul dbe greatly appreciated.

Thanks so much..

You can take a look at our queries in the getOne function in formidable/classes/models/FrmEntry.php.

Topic closed.