Add More Input Fields Using jQuery With Remove Button
By using jquery you can add or duplicate more input fields with delete button near to it and you can remove the filed on delete button click.
HTML Markup
Inside of $(document).ready function place the below jQuery code.
jQuery
When a delete button is clicked we need to remove the corresponding input field using the below code.