$(function () {
$(".inputs").keyup(function () {
if (this.value.length === this.maxLength) {
if ($(this).hasClass("code_4")) {
$(this).blur();
$("form").submit()
} else {
$(this).next(".inputs").focus();
}
}
});
});
$(".inputs").on("change", function() {
//тут код функции
});
$("form#code").submit();
<form method="post" id="code">
if($xml_product->ЗначенияСвойств->ЗначенияСвойства->Ид == 'b94b5996-8101-11ec-0a80-0e14002ceca8')
{
$description = strval($xml_product->ЗначенияСвойств->ЗначенияСвойства->Значение);
}