Web Form: Redirect to external URL on success

Hi @zefanja,

the following solved this for me.

frappe.web_form.handle_success = () => window.location = frappe.web_form.success_url

Also this works for users who are logged in :slight_smile:

If this also works for you, please mark this thread as solved. Thanks.

credits to go @Not_a_countant

10 Likes