I have two forms, I would like to append all input fields from second form to the first form, dynamically during form one submission. I would prefer jquery. I would like to append as hidden input. I have working solution in javascript
$("#form1").find(":input").appendTo("#form2");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With