i have two radio buttons (member/non-member), and would like to set the price of adding attendees to a meeting based on the selection of the radio button. A shopping cart seems like over-kill for this, but other than that i'm stuck.
<label for="membertype">Member Type</label> <%= f.radio_button :membertype, :class => 'radio button' %> Member <%= f.radio_button :membertype, :class => 'radio button' %> Non-Member
thank you, Jason