dunno show error msg

main
yova 3 years ago
parent 629a634811
commit 3ef82f6b2a

@ -55,15 +55,16 @@ $(function()
$btn.text('Sending ...');
});
$.ajax({
$('#error_message').hide();
$.ajax({
type: "POST",
url: '/contact-form/handler.php',
data: $form.serialize(),
success: after_form_submitted,
error: submit_error(null),
dataType: 'json'
});
});
});
});

Loading…
Cancel
Save