I have a dropdown list (essentially a collection_select) inside of a facebook_form_for. Now I''d like to replace the dropdown list with a table, with each select containing a radio button for selection. I understand that if I do this in html I can use <input> and specify its type to be radiobutton. So my question is how do you do this in facebooker? Anyway code snippet is much appreciated. -- Zhao
This shouldn''t be any different inside of facebook or outside. You can also use just form_for inside the facebook canvas if you are struggling using facebook_form_for. I would recommend that for now. Now I know implementing a selection list using radio buttons is somewhat difficult simply b/c of HTML limitations. Zhao Lu wrote:> I have a dropdown list (essentially a collection_select) inside of a > facebook_form_for. > Now I''d like to replace the dropdown list with a table, with each > select containing a radio button for selection. > I understand that if I do this in html I can use <input> and specify > its type to be radiobutton. So my question is > how do you do this in facebooker? Anyway code snippet is much appreciated. > >