Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2つのフォームがあります。フォーム1の送信中に、2番目のフォームから最初のフォームにすべての入力フィールドを動的に追加したいと思います。私はjqueryを好みます。非表示の入力として追加したいと思います。私はjavascriptで動作するソリューションを持っています
$("#form1").find(":input").appendTo("#form2");