Hi, Everybody I was working on one of my application, and I need to create the form in which user can add fields ( in row of table dynamically) .I did manage to implement it by javascript and user can delete and add fields in form dyanmically. Then my problem comes in my controller how to read this form from list( or array).
Example I can heve <tr> <td><input name="dname[]" type="text"/> </td><td><input name="serial" type="text"/></td> </tr> <tr> <td><input name="dname[]" type="text"/> </td><td><input name="serial" type="text"/></td> </tr> Please can any ine help me!!