Is it possible to get all the leads for which the payment status is approved?
I am currently using the following function to retrive all leads to display them on the front end.
RGFormsModel::get_leads();
But that does not support filtering results by payment status.
Any help?