Displaying 2 results from an estimated 2 matches for "dodhia".
2013 Mar 02
3
Help Radio button
Hi i''m fairly new to ruby on rails and i''m creating a form using
simple_form and in one bit i have radio buttons and say i have 3 buttons
a,b,c so i want it to be if a is pressed then certain text fields show, and
if b is pressed a different set of text fields show and similarly for c.
Can anyone help me on this?
--
You received this message because you are subscribed to
2013 Mar 17
1
Getting information from xls file to show on drop down list in rails
Hey i have an excel file with 2 columns, and i want to get them so that a
user can select one of the rows in a drop down list or as an auto complete
form, any ideas on how this is done, i know i can type out all the
selections using f.input :collection ["1","2"......"100"] but there are
about 100 rows so typing it would be tedious.
Any help would be appreciated.