echo' Information for delivery:*Full nameExample: Ivanov Ivan Ivanovich*E-mailExample: ivanov_ivan@gmail.com*Phone numberExample: +38 095 512 0808*The city and the Department New mail Example: Kyiv Branch # 1 '; echo' Note'.$_SESSION["order_note"].'Inquire about the order. For example, a convenient time to call our Manager';
<?php\r// тут php\r?>\r\r*The city and the Department New mail " /> Example: Kyiv Branch # 1 \r<?php\r// тут php\r?>
function checkParams() { var fio = $('#fio').val(); var email = $('#email').val(); var phone = $('#phone').val(); if(fio.length != 0 && email.length != 0 && phone.length != 0) { $('#submit').removeAttr('disabled'); } else { $('#submit').attr('disabled', 'disabled'); } }
\r<!-- остальные поля формы -->\r