Comments on: Add Remove Input Fields Dynamically using jQuery https://www.codexworld.com/add-remove-input-fields-dynamically-using-jquery/ Web & Mobile App Development Company Fri, 01 Sep 2023 06:43:49 +0000 hourly 1 By: Anjum https://www.codexworld.com/add-remove-input-fields-dynamically-using-jquery/comment-page-1/#comment-178902 Wed, 25 May 2022 08:45:22 +0000 https://www.codexworld.com/?p=434#comment-178902 Very nice, and thankful, it helps me much

]]>
By: kukoc https://www.codexworld.com/add-remove-input-fields-dynamically-using-jquery/comment-page-1/#comment-130829 Tue, 29 Dec 2020 01:55:23 +0000 https://www.codexworld.com/?p=434#comment-130829 Hi, if i want to have dynamic input fields for different type of data, how this is achieved? Is it in the same wrapper?

For example I want to get 2 input fields each time I click +, one to write a city and one to write an address

Then in PHP after submit I would save values for both arrays:

$field_city_array = $_POST[‘city_name’];
$field_address_array = $_POST[‘address_name’];

]]>
By: yeoppeottah https://www.codexworld.com/add-remove-input-fields-dynamically-using-jquery/comment-page-1/#comment-129103 Fri, 04 Dec 2020 17:00:44 +0000 https://www.codexworld.com/?p=434#comment-129103 thankyou so much, i can insert to db. But the question now is, how to make edit form like this? is it possible? thank you..

]]>
By: Ajay https://www.codexworld.com/add-remove-input-fields-dynamically-using-jquery/comment-page-1/#comment-119658 Thu, 30 Jul 2020 08:09:51 +0000 https://www.codexworld.com/?p=434#comment-119658 Thanks very useful.

]]>
By: Moho https://www.codexworld.com/add-remove-input-fields-dynamically-using-jquery/comment-page-1/#comment-119354 Sun, 26 Jul 2020 11:05:13 +0000 https://www.codexworld.com/?p=434#comment-119354 Hello,
Thanks for this snippet, it’s very helpfull.
I would like to know if we can do a think like this : when i click the add button, i got a increment variable in the name field like that : name=”field_name.$i” with jquery. Thanks for your help.

]]>
By: Joseph Adegbola https://www.codexworld.com/add-remove-input-fields-dynamically-using-jquery/comment-page-1/#comment-112020 Fri, 01 May 2020 13:22:50 +0000 https://www.codexworld.com/?p=434#comment-112020 Awesome! God bless you!

]]>
By: Jamarchi https://www.codexworld.com/add-remove-input-fields-dynamically-using-jquery/comment-page-1/#comment-99784 Wed, 11 Dec 2019 20:41:08 +0000 https://www.codexworld.com/?p=434#comment-99784 Hi, great code, one question how can use this but in a grid for example a bills that ussually have more than one line and how can I sava the information to a Data BAse? thank you for you help

]]>
By: vivek https://www.codexworld.com/add-remove-input-fields-dynamically-using-jquery/comment-page-1/#comment-98909 Sat, 30 Nov 2019 10:46:00 +0000 https://www.codexworld.com/?p=434#comment-98909 how to automatically view four column in starting time

]]>
By: Okhale Abraham https://www.codexworld.com/add-remove-input-fields-dynamically-using-jquery/comment-page-1/#comment-78550 Thu, 21 Feb 2019 17:16:32 +0000 https://www.codexworld.com/?p=434#comment-78550 Thanks for this post, i am looking at applying this in codeigniter

]]>
By: design https://www.codexworld.com/add-remove-input-fields-dynamically-using-jquery/comment-page-1/#comment-78451 Wed, 20 Feb 2019 08:37:48 +0000 https://www.codexworld.com/?p=434#comment-78451 it worked in my project. thank you a lot . i really need to this code.

]]>