search for: addmassmail

Displaying 1 result from an estimated 1 matches for "addmassmail".

Did you mean: add_mass_mail
2006 May 09
6
Create checkboxes on page using contents of a hash
...as is @recordsHash I have been trying varying stratagies like the one below, but to no avail. Do you have any ideas? Thanks for your help on this! html lang=''en"> <head> </head> <body> Some text here </br> <%= form_tag(:controller => "AddMassMail", :action => ''addmassmail'') %> <% @recordsHash.each do {|key, value| %> <%= "Site #{value}<%= check_box(''Site'', ''#{key}'', {:checked => ''checked''}, ''yes'') %&gt...