I have table(5 columns and 3 rows) in my form.
user requested to add a button for the table to add rows if they have more data to inserts.
<table align="center" cellpadding="3" cellspacing="3" style="width:100% ;border:1px solid black; height:50px;">
<h3 style="font-size:14px; text-align:left; font-weight:bold; font-family:Times New Roman; "> Claim request</h3>
<br />
<tr style="border:1px solid black;">
<th style="border:1px solid black;">Place</th>
<th style="border:1px solid black;">Hotel Name</th>
<th style="border:1px solid black;">Arrival</th>
<th style="border:1px solid black;">Departure</th>
<th style="border:1px solid black;">No. of Days</th>
</tr>
<tr style="border:1px solid bla ...
Go to the complete details ...