Comments on: Add Remove Group of Input Fields Dynamically using jQuery https://www.codexworld.com/add-remove-input-fields-group-dynamically-jquery/ Web & Mobile App Development Company Tue, 05 Sep 2023 06:41:35 +0000 hourly 1 By: Luigi https://www.codexworld.com/add-remove-input-fields-group-dynamically-jquery/comment-page-1/#comment-223151 Mon, 28 Nov 2022 18:07:57 +0000 https://www.codexworld.com/?p=2679#comment-223151 Hi, thanks for this very useful tutorial. I need to add also a file upload field. It’s possible? How can it be done?

Thanks in advance

]]>
By: Judith castillo https://www.codexworld.com/add-remove-input-fields-group-dynamically-jquery/comment-page-1/#comment-152857 Wed, 29 Sep 2021 12:17:45 +0000 https://www.codexworld.com/?p=2679#comment-152857 can you please tell how to use this code using codeigniter

]]>
By: John https://www.codexworld.com/add-remove-input-fields-group-dynamically-jquery/comment-page-1/#comment-135236 Wed, 24 Feb 2021 04:08:35 +0000 https://www.codexworld.com/?p=2679#comment-135236 How do i call the below function in the copy input field group

function add() {
var amount = parseInt(document.getElementById(“amount”).value);
var tax = parseInt(document.getElementById(“tax”).value);
var sum = (amount + tax);
return document.getElementById(“total”).value= sum;
}

]]>
By: Sony https://www.codexworld.com/add-remove-input-fields-group-dynamically-jquery/comment-page-1/#comment-96609 Fri, 25 Oct 2019 01:39:21 +0000 https://www.codexworld.com/?p=2679#comment-96609 Thank you!

]]>
By: Ple https://www.codexworld.com/add-remove-input-fields-group-dynamically-jquery/comment-page-1/#comment-92719 Wed, 11 Sep 2019 08:50:05 +0000 https://www.codexworld.com/?p=2679#comment-92719 So if i have multiple email how to fix this code
like
Group 1: 002 ==> 003, 004, 005
Group 2: 001 ==> 002,009,010

]]>
By: Narendra https://www.codexworld.com/add-remove-input-fields-group-dynamically-jquery/comment-page-1/#comment-83251 Wed, 17 Apr 2019 13:12:01 +0000 https://www.codexworld.com/?p=2679#comment-83251 how to add file in to form-

can you help me solve this problem

]]>
By: risdian https://www.codexworld.com/add-remove-input-fields-group-dynamically-jquery/comment-page-1/#comment-65788 Sun, 07 Oct 2018 02:07:51 +0000 https://www.codexworld.com/?p=2679#comment-65788 how to add dropdownlist inside this?

]]>
By: vijay pancholi https://www.codexworld.com/add-remove-input-fields-group-dynamically-jquery/comment-page-1/#comment-61402 Thu, 16 Aug 2018 18:25:41 +0000 https://www.codexworld.com/?p=2679#comment-61402 how to show and hide when user select option value particular add more in using same code above mention

]]>