Success URL Redirect for Localisation Used Website Not Working

Hi everyone,

I’m having an issue with my localisation used website built in Webflow. I have both a Dutch and an English version of the site. I’m using a Webflow form with a success URL redirect. Currently, after submitting the form, users are redirected to the Dutch success page.

However, I want users who submit the form on the English version of the site to be redirected to the English success page. I thought I could solve this by adjusting the success URL in the Form Settings panel on the English version of the site and adding /en/ to the URL. But to my surprise, the Form Settings panel is not available in the English version of the site.

Does anyone have a solution for this problem?

Here is the read-only link to my project: Read-only

Thanks in advance for your help!

You can probably resolve it with custom code, I’d try checking the <html lang=> value and then adjust the form’s success URL attribute if it needs to be adjusted.