Hi, sure thing.
So our website has 4 different contact forms that do different things for site visitors (e.g. some forms only need ‘Name’, ‘Email’ and ‘Where did you find us?’ to get a free PDF, while other forms require those fields and 6 more fields for the user to make a booking).
Each of these forms all use the same form field ‘Where did you find us?’, we want to be able to show the total amount of people who found us from all these forms combined. (e.g. 98% Google, 1% Friend, 1% Other)
So if this feature was added, I’d imagine it might look something like this in the shortcode:
[gfchartsreports gf_form_id=”5,6″ include_same_property=”How did you find us” type=”pie” width=”100%” color_set=”blue”]
(So the form would include ID 5 & ID 6 and would only show the combined data results for “How did you find us” from both form’s fields)
Does that make sense? ??