frappe.ready(function() { frappe.web_form.after_save = () => { window.location.href = `/courses/${frappe.web_form.doc.course}`; } });