Hi @blue00rose
The unique way to perform that is through custom code checking users that hasn’t submitted the form
Keep in mind that GamiPress check events that happens on your WordPress (a log in, a form submission, a new comment) but on WordPress (or Gravity Forms or GamiPress) there are no events about “no events” (not logged in, not submitted the form)
So the unique way to handle this is through custom code
Best regards
Ruben
Thank you for your answer.
I am actually trying to find a way to do the following:
We have a volunteer community website with a calendar that displays all the volunteer opportunities and people can sign up for those opportunities. After they finish the volunteering they log in their volunteer hours – I have a Gravity Form where they just input the name of the effort and how many hours they volunteered.
I have set up an Achievement shows all Earners who submitted that specific form 1 time in 1 week.
The thing I am trying to achieve is to display pictures of all the people who volunteered that week. And then the next week it resets.
So, just show weekly volunteers. Is that possible to do?
Thank you so much for your help.
Hi @blue00rose
Yes, it’s posible but just through custom code
Check the available filters on gamipress_get_achievement_earners_list() function
Best regards