frappe.ready(function () { // bind events here frappe.web_form.success_url = `hackathons/project?project=${frappe.utils.get_url_arg('project')}&hackathon=${frappe.utils.get_url_arg('hackathon')}`; $('.breadcrumb-container') .html(`Back to my project`) .addClass('py-4'); })