Check out my JSFiddle here: https://jsfiddle.net/inchrvndr/7pwh9p8g/
When you click the "+" button, the bordered form elements are getting cloned.
All the values of the cloned form elements are being passed into JSON data except for the parent element from which the clone is made.
After clicking "Save", an alert will show the JSON object containing all form field values except for the first bordered div. Why is this happening? Please provide your insights. Thank you :)