Repeating div with form fields
问题 I have a form where I want to be able to duplicate a group of fields as many times as I want. And I also want to have field id , name , and label's for attributes of those new group of fields increase by 1. I've tried this so far with jQuery, and got it to at least duplicate the group of fields, but remove doesn't work. And I'm not sure how to do +1 for each of those 3 attributes. I appreciate any help I can get. Here's a jsfiddle of it, http://jsfiddle.net/Unfxn/ HTML <form method="post"