Skip to main content

Save roles on a Volunteer Signup page with a dropdown list

I've add a dropdown list of roles on a Volunteer Signup page, this list is succesfully populate, but when someone signup, the role wasn't add as a tag to that new volunteer.

My problem is that I don't know how to modify that:

{% check_box_tag 'volunteer_signup[volunteer_type_ids][]', volunteer_type.id, collection:volunteer_signup.volunteer_type_ids, member:volunteer_type.id, class:"checkbox" %}
{{ volunteer_type.name }}

for fit with my dropdow list:

<option value="{{ volunteer_type.id }}">{{ volunteer_type.name }}</option>

Not sure if I'm clear, or if it's possible !

 

Official response from

In your control panel, edit the volunteer page and click "Volunteer settings". Then click "roles". This is where you add the volunteer roles and tags you want volunteer signups to tag themselves with. You don't add them to the template.

Share this post

Showing 6 reactions

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