Skip to main content

How do I create volunteer roles on a non-volunteer page?

Hi there! 

I've got a tricky conundrum. 

On my home page, I have a panel that shows the big sign in form from user_sessions_new_wide.html to users who are logged out. For users who are logged in, I want to show the volunteer signup form in that spot. 

Here's the code, and it works!

[% if request.logged_in? %]
     [% include "pages_show_volunteer_wide_home" %]
[% else %]
     [% include "user_sessions_new_wide_home" %]
[% endif %]

My question:

On any regular volunteer form page, I am presented with options in the CRM to create and display volunteer User Roles.  They appear as checkboxes above the form.

How do I tell the CRM that the home page should to include volunteer settings?

Official response from

Please see below.

Share this post

Showing 2 reactions

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