Skip to main content

When does request.current_signup.is_volunteer return true?

After I submitted a volunteer form, and it displays in the volunteer page dashboard. But on the front end side, ``{% if request.current_signup.is_volunteer? %}`` still evaluated to be false, how can I fix it?

Official response from

Hi Lihan,

That liquid statement should return true for anyone logged in to the website that is signed up as a volunteer (you can find more information on using liquid on your website here). Resolving your issue can sometimes be as straightforward as refreshing the page or clearing the site cache, though if you continue to have issues I would suggest reaching out to your point person here at NationBuilder who would be happy to help!

To clear your site cache, go to Website > Site Settings > Clear cache

Clear your site cache

Share this post

Showing 1 reaction

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.
Back to top