Hi,
I need to populate an unordered list with user submissions from Gravity Forms.
I know I need to use $wpdb and the "path" wp_rg_lead_detail -> specified form fields -> value. But I'm not sure how to format this in PHP.
To make things a little more complicated - I need to extract a maximum of 10 results from two different fields.
"First Name" and "Town"
Final output:
< li >"First Name", "Town"< /li >
Any help will be much appreciated!