hi, i want to use radio buttons for survey. ex: Best Article Award Tamil Monica Best Article on Travelogue Award Tamil Selvi ...
the answers will be the radio button.. am implementing this as follows <%=radio_button(count, :voting, :nominees ) %> <%= response.nomination %>
where count is the id of radio button voting -- model name nominees -- attribute name response.nomination -- option value
this gives the above result.. but the selected values are not updating in the nominees field.. can anyone tell were am wrong..