Submit button redirect user page CMS

Hello, i was trying to get an action that after click on the submit botton, labeled as “guardar cambios” the user be redirected to another page, I search on the settings of the button, but it doesnt seems possible, there is some way how can i do it?

This is the public link:
https://preview.webflow.com/preview/kaydu-io?utm_medium=preview_link&utm_source=designer&utm_content=kaydu-io&preview=51d784242879746107851db8d6441e8b&pageId=64dd7c0031154f64a1552ddc&workflow=preview

Thanks in advance.


Here is my public share link: LINK
(how to access public share link)

Hi Roberto, the User Account page does not have a redirect feature.
You could build one with javascript that hooks on to the form submit, however there is a risk you would interrupt the mechanism that saves the user’s changes.

A better approach is to treat it like a regular page, with a navigation bar at the top. The user can visit it when they need to view or change user account details, and then they navigate whereever else they want to go when they’re done.