Hi All,
I have a form where there is a horizontal row with 3 columns,first one with a drop-down box,second one with a text box and third one with an web editor to take value from user with another add button below them to add row below the above mentioned row. Now What I want is when add button is clicked,the first row should only display values from drop-down,text and editor and edit,delete button beside them so that that static value row can be deleted or edited whenever needed. I have tried to use AJAX and submit in the database but my client wants all things to be done without saving them to the database. Please help me with this as I am not a pro in JavaScript. Thanks in advance.