I would like to know if there is a way to get data from a specific form AND WHERE a form field is a specific value? This function get_cforms_entries( $fname, $from, $to, $sort, $limit ,$sortdir ) only lets me get data from a specific form.
Basically I have a form that collects data from logged in users. I then capture their user_id in a hidden field in the form. I then want to display that data only for the logged in user by searching for the form that the data was submitted through and for a field in that form which contains the user_id. I hope this makes sense and there is a way to do it. Maybe I have to create my own function in cforms-custom/my-functions.php
Thanks in advance!!!