Skip to main content

Activity

commented on Add a field in signups_edit.html
@frederick Starck Well, that sounds a great idea! Thank a lot for that!
posted 2015-05-22 00:41:03 -0700
commented on Get tags of an event in a loop
(Sorry for the forgotten line return)
posted 2015-02-22 08:05:33 -0800
commented on Save roles on a Volunteer Signup page with a dropdown list
Thaks for your answer, but that’s not what I’m looking for. I just want a dropdown list of tags instead of a multiple checkboxes tags.

The only clue I’ve found is that:
{% select_tag “people”, options_from_collection_for_select(@people, “id”, “name”) %}

But I don’t know how that works.
posted 2013-12-17 00:00:48 -0800
commented on Problem with sign in
Hey Patricia, thanks for you answer, and yes the problem was due to some deleted code, problem solved!
posted 2013-12-29 07:41:06 -0800