Please check the documentation, you’ll find quickly what you do wrong…
thank you for the prompt response.
the only documentation i found is on the plugin page which is the description
https://ww.wp.xz.cn/plugins/gravitywp-count/#description
Were you referring to those?
Hi Stewiek,
Try in the FAQ: How to filter…
Good luck!
So sorry, i just couldn’t figure this out no matter what I try.
I break apart the 2 filters and it works well.
[gravitywp_count formid=”21″ filter_field=”payment_status” filter_value=”Paid”]
Result: 20 (correct)
[gravitywp_count formid=”21″ filter_field=”20″ filter_value=”XL”]
Result: 2 (correct, but not what i wanted, it adds both paid and unpaid status)
[gravitywp_count formid=”21″ filter_field=”payment_status” filter_value=”Paid” filter_field=”20″ filter_value=”XL”]
result: 20
I checked and I used the value instead instead of label for the filter_value.
Can you guide me? hope can point out my mistake.
Hi Stewiek,
Did you go to the link I provided and read the part under “With 2 filters”?
It’s quite easy to point out that you do wrong, but since it’s your responsibility to first read the documentation, I would like you to find it yourself.
i shall try again.
thank you for the prompt response.