Duplicate Form using button
up vote
-4
down vote
favorite
I'm trying to duplicate 4 input text. For example I want to duplicate 'Produk Simpanan Saham', then only 4 input on 'Produk Simpanan Saham' div will be duplicated. I already tried a few methods using jQuery but it seem doesn't work. <form action="" method="post" class="form-horizontal"> <br><br> <div class="form-group"> Upload File : <input type="file" name="file"> </div> <div class="saham"> <div class="w3-container w3-black"> <h3> <center>Produk Simpanan Saham</center> </h3> </div> <label for="kp_produk">Kode Produk :</label> <input...