Put the fancybox . On the site page there is a form, with which a window should fancybox on the fancybox with a new form, and it is necessary to transfer the data entered in the first form to the second. Please tell js correct js code to implement this. The beginning is:
$('#fast-order-form').submit(function() { jQuery.fancybox({ ......... }); return false; });