I am still new to Jquery and need to reference two forms, the problem is both of my forms have the same IDs. I want to get the name from form1 and populate it into form2, I would problably use this in javascript.
document.form2.name.value = document.form1.name.value
but i want to di the same in Jquery something like below. Can anyone help me please and I hope it makes sense to you all , thanks
ref = $('#name' FORM1).val() ;
$('#name' FORM").val( ref ) ;