Hi ,
Can I dynamically repeat same set of text boxes on the click of an ADD button in rails
I have a scenario where i have to repeat form text boxes based on a users input.
<td>TestDescription</td>
<td><%= text_field( :report,:testDescription,:size => 20 ) %> </td>
can i some how repeat this dynamically
thanks