Dynamically Add/Remove Form Inputs & Insert Data Into Database Using Bootstrap 5, jQuery & PHP

  Рет қаралды 77,017

DCodeMania

DCodeMania

2 жыл бұрын

Hello friends!
In this video, I'm showing you how to add and remove form inputs fields dynamically into the DOM using Bootstrap 5 and jQuery and also how to insert all form inputs values into the database using PHP and PDO - MySQL.
**********************************************************
If you like my works and my video tutorials then you can donate me some amount.
**********************************************************
Paypal: www.paypal.me/wolfmania
UPI: sahil4rock@ybl
**********************************************************
**********************************************************
"Themarketingboy" delivers a prominent strategy for a complete branding and make your website's visitors into customer. We are expert in helping business with the solution of UI-UX Designing, Website Development, Mobile App Development, SEO, SEM, Google Ads, Social Media Ads, Bulk SMS, Bulk Whatsapp, e-Mail Marketing and more.
For more info click the link👇
themarketingboy.com/
Can make a call on👇
India: +91 880-420-0340 USA: +1(832)378-9240
**********************************************************
Thanks for watching this video. If you like this video then hit the like button, share this video, And Subscribe to my Channel. Also, like my Facebook page for the latest updates.
**********************************************************
♥ Website - dcodemania.com
♥ Facebook Page - / dcodemania
♥ Myself On FB - / sahil4rock
♥ Instagram - / sahil4rock
♥ Twitter - / dcodemania
**********************************************************

Пікірлер: 65
@aristows
@aristows Жыл бұрын
This is the reason I like tutors from Hindi. They are always real & genuine in sharing their skills & knowledge. Thanks
@theodoreivanov6257
@theodoreivanov6257 5 ай бұрын
I followed this step-by-step and it worked perfectly. The learning value is worth any amount one may - and should - donate.
@DCodeMania
@DCodeMania 5 ай бұрын
Thank you so much for the donation. Please let me know if you need any help or any work for me.
@gastoncancinowp
@gastoncancinowp Жыл бұрын
Me solucionaste un problema con el que ya tenía 1 semana 🤧. Excelente video 😃 !!
@josephabasilim
@josephabasilim 10 ай бұрын
Thanks a lot! You made it look so easy.
@pluto-world
@pluto-world Жыл бұрын
This is the best video of this topic! Thank You! 🤗❤️👍🏆
@ashifahamed9916
@ashifahamed9916 Жыл бұрын
best video on this topic, best teaching technique
@thehifitech
@thehifitech 2 жыл бұрын
Excellent video
@emir.siriner
@emir.siriner 9 ай бұрын
Excellent, thanks bro. Very helpful and very useful...
@victorchioke3437
@victorchioke3437 8 ай бұрын
This is the best, Thank you so much!!!
@Rajunganclips
@Rajunganclips Жыл бұрын
Just info, if you want to add the field below main field. Change prepend to append.
@springrose3932
@springrose3932 10 ай бұрын
I just need that..thank you
@betheBetterChoice
@betheBetterChoice Жыл бұрын
thank you very helpful
@samolwt952
@samolwt952 2 жыл бұрын
please share the src code for your functionality. it would be helpful for the other community, and for beginners who r beginners
@wahibomer1176
@wahibomer1176 8 ай бұрын
Thank you so much brother
@djellebreda4456
@djellebreda4456 Жыл бұрын
thank you for all
@nazmulhossen1639
@nazmulhossen1639 Жыл бұрын
truly user friendly . is it possible to add and remove field by clicking enter and backspace respectively?
@shortssmile6591
@shortssmile6591 9 ай бұрын
Thanks brother😊
@noushedakib1658
@noushedakib1658 Жыл бұрын
thank you
@VikramKumarpage
@VikramKumarpage Жыл бұрын
Hello, this worked great for me. Thankyou. One more help is required. I need third text box to be calculated and filled based on 1st and second and it will readonly. Where to handle that, could u please guide me.
@davidson7838
@davidson7838 2 жыл бұрын
Hello, can you make a similar video using laravel 9 with 4 tables (customers, products, orders, order_details) and insert data into orders and order_details tables? Once select or enter customer details and add multiple products and insert it into tables and generate a pdf invoice for printing? Thank you.
@paulcliff6397
@paulcliff6397 Жыл бұрын
Done working... here is the script, all it needed was the .remove() after the second .parent(); The easy ones are the hardest when it looking at you
@SapienSpace
@SapienSpace 6 ай бұрын
Inside the ` ` after prepend is not apostrophes in case anyone's "Add More" button does not add more. It took me about an hour of earth rotation to figure that subtle difference between ' and this other weird character on top left of my keyboard (your keyboard might be different) -------> `
@YahyeAbdinor
@YahyeAbdinor 4 ай бұрын
Thanks bro , I also faced this issue . but I got it , it locates under ESC button on the top left corner of the keyboard
@MarcosVinicius-ts2ww
@MarcosVinicius-ts2ww 9 ай бұрын
Which extension was used in the browser to retrieve the data presented in the form?
@syifziah
@syifziah Жыл бұрын
How to put auto fill in multiple data? Exactly in js? I have auto fill in first data, when I put the auto fill in js, the first data changed and the second data not filled. I hope u can answer me, thank u
@tgt-thegrandtechnologytren6552
@tgt-thegrandtechnologytren6552 Жыл бұрын
Hello sahil ji I am working with my company project where i want to one result when user click + button then one dynamically open fields array, in this block one more + button there now when user click in this + button then one modal will appear and show 1 textarea and 1 save button. Now what i want to do is when user write anything in this modal textarea field the + button will convert into eye button. I used fa fa-eye class. Pls guide and give me a perfect solution 🙏
@vincentvargas9251
@vincentvargas9251 8 ай бұрын
hi can i ask for the controller if you used laravel?
@paulcliff6397
@paulcliff6397 Жыл бұрын
Xamp 8.2 $(document).on('click','.remove_item_btn',function(e){ e.preventDefault(); let row_item = $(this).parent().parent(); }); not workin. I have checked the '.remove_item_btn' . Also in 8.2 the show_item script only works without white_space for me ? Any help would be appreciates.
@user-ih4sb1hj7w
@user-ih4sb1hj7w 7 ай бұрын
Sir kya aap aapke VsCode ke extentions bata sakte ho ?
@bnlovesyou2241
@bnlovesyou2241 Жыл бұрын
How about updating dynamically?
@paulcliff6397
@paulcliff6397 Жыл бұрын
🤣great video
@robyortega6147
@robyortega6147 2 жыл бұрын
how in the moment add new input on bottom
@timmelis4872
@timmelis4872 4 ай бұрын
Great video... Is the code on github ?
@DCodeMania
@DCodeMania 4 ай бұрын
If you want codes then contact me on wolfmania44@gmail.com
@rodolfoeliassealesposada3109
@rodolfoeliassealesposada3109 Жыл бұрын
Hello. I would like to know and have the code of this presentation but making two changes to the code, and it is the following: 1. That more items can be added, but the remove button does not appear, after the first group of data is added. 1.B The ADD Button should not appear, and be called SEND, it should only appear when filling in the last group of Data, that is, the last ITEM. 2. That the maximum number of ADD ITEM can be limited to a certain integer, that is, if n= 5 it only allows adding 5 groups of data, never less than n=5 groups. if they are 3, 3, if they are 4, 4 or if they are 8, 8 and so on. 3. That after loading the N number of lines, the ADD button serves to send the data to the DDBB. 4. If it is possible that at the moment of reaching the last item, that is, in our example 5, if it reaches 5 Activate the Button called ADD, but call SEND. I am willing to pay him for this solution. if you help me
@aobakweseokana3699
@aobakweseokana3699 Жыл бұрын
Hi. Did you find help?
@TakaIncomeYT
@TakaIncomeYT 9 ай бұрын
how to show this data in singel page
@MrDSEO
@MrDSEO Жыл бұрын
Dimanakah saya bisa mendownload SC sebagai sample untuk belajar....
@digitalmarketing1967
@digitalmarketing1967 2 жыл бұрын
i want to pull data into google sheet... is it possible... ? i tried for many day but i could not get... can You guide how is possible
@harishsree2901
@harishsree2901 3 ай бұрын
yes it is.. Use App Script
@johnwesley2090
@johnwesley2090 4 ай бұрын
how to validate whether data is present are not
@ShahzaibKhan-wh5hh
@ShahzaibKhan-wh5hh 2 жыл бұрын
sir please PHP Prepare statement mysqli CRUD with text and image upload Ajax jQuery and Bootstrap model jquery table plugin not use pdo or oops
@user-mq7lm6rg2d
@user-mq7lm6rg2d Жыл бұрын
Script ".add_item_btn" is not loading in form. Pls help
@rodolfoeliassealesposada3109
@rodolfoeliassealesposada3109 Жыл бұрын
Hola. me gustaria saber si alguien tiene el conocimiento y puede ayudarme, y tener el codigo de esta presentacion pero haciendo los cambios a el codigo, y es lo siguiente: 1. Que se pueda agregar mas item, pero que no aparezca el boton de remove, despues de agregado el primer grupo de datos. 1.B no debe aparecer el Boton de ADD, y llamarse ENVIAR, solo debera aparecer al llenar el ultimo grupo de Datos, es decir, el utimo ITEM. 2. Que se pueda limitar el numero maximo de ADD ITEM a un numero entero determinado, es decir, que si n= 5 solo permita agregar 5 grupos de datos unicamente, nunca menos de los n=5 grupos. si son 3, 3, si son 4, 4 o si son 8, 8 y asi sucesivamente. 3. Que despues de cargados los N cantidad de lineas, el boton de ADD sirva para enviar los datos a la DDBB. 4. de ser posible que a el momento de llegar a el ultimo item, es decir, en nuestro ejemplo 5 , si llega a 5 Active el Boton llamado ADD, pero que se llame ENVIAR. Estoy dispuesto a pagarel por esta solucion. si me ayuda.
@my_codingchannel7479
@my_codingchannel7479 Жыл бұрын
Just what the doctor ordered… now how to send data to sheets
@chopbar4951
@chopbar4951 11 ай бұрын
can you do it to an update
@Setiawan-
@Setiawan- 2 жыл бұрын
why is not working in my case ?
@paulcliff6397
@paulcliff6397 Жыл бұрын
should have looked at the full video
@onestep7776
@onestep7776 7 ай бұрын
I have a error please help me
@Setiawan-
@Setiawan- 2 жыл бұрын
it's not working . i use PHP v 7.2.34 and Mysql 5.7.36
@Setiawan-
@Setiawan- 2 жыл бұрын
i get the problem. u must becarefull in copy paste
@kasitrends3420
@kasitrends3420 2 жыл бұрын
I use PHP too, is there any way to fix it?
@intanumbrella266
@intanumbrella266 Жыл бұрын
@@Setiawan- where u copy paste the code?
@savvasmirazanasvili9770
@savvasmirazanasvili9770 Жыл бұрын
i cant find your source code
@ghost-2-7
@ghost-2-7 2 жыл бұрын
that what i want but i need it using c# 😂 😂 😂 😂
@NISHANTSINGH-fg8pj
@NISHANTSINGH-fg8pj Жыл бұрын
in the script part there is a error .... there should be (".show_item") in place of("#show_item") it needs a (.) not (#) because its a class
@sandeepavasthi9947
@sandeepavasthi9947 2 ай бұрын
Can you pleae give me code?
@ClashWithAngil
@ClashWithAngil 4 ай бұрын
Ok Ok Ok Ok
@Hari-tv
@Hari-tv 11 ай бұрын
i need source code please
@Le_Mouton_Noir
@Le_Mouton_Noir Жыл бұрын
source?
@sannsantiago7425
@sannsantiago7425 5 ай бұрын
Still working as dev @dcodemania?
@sannsantiago7425
@sannsantiago7425 5 ай бұрын
If you do, I need your help, would hire you.
@DCodeMania
@DCodeMania 5 ай бұрын
Yes, you can contact me on wolfmania44@gmail.com
Why You Should Always Help Others ❤️
00:40
Alan Chikin Chow
Рет қаралды 138 МЛН
Sigma Girl Past #funny #sigma #viral
00:20
CRAZY GREAPA
Рет қаралды 23 МЛН
Tom & Jerry !! 😂😂
00:59
Tibo InShape
Рет қаралды 54 МЛН
Khó thế mà cũng làm được || How did the police do that? #shorts
01:00
Generate PDF Invoice Using PHP, MySQL and Dompdf Library
23:31
DCodeMania
Рет қаралды 42 М.
Use these instead of vh
6:06
Kevin Powell
Рет қаралды 475 М.
Dynamically Add/Remove input fields in PHP with Jquery and PDO
23:09
Programming with Vishal
Рет қаралды 11 М.
Add Remove Select Box Dynamically using Jquery with Ajax PHP
25:02
How to Insert Form Data into Database using PHP
10:41
Code With Yousaf
Рет қаралды 17 М.
Why You Should Always Help Others ❤️
00:40
Alan Chikin Chow
Рет қаралды 138 МЛН