I have a couple questions:
1. How do I access the GFFormsModel class from the front end to display form entries - when I try to access this in a shortcode function, it does not work (see code below)
2. How do I properly use the $search parameter on a specific form field (see code below)
When I run the function i have so far, the GFFormsModel::get_leads public function is not being calkled, and the $myLeads = 1 (no data array)
Please advise, thanks!
---