فروشگاه

jQuery(document).on('jet-form-success', function(event, response) { // بررسی شناسه فرم if (response.form_id == 4848 && response.status === 'success_redirect') { window.location.href = '/my-account/'; } });