@webdev Is it possible to redirect to an entirely different domain? i.e. domain1.com/page to domain2.com? My client has several password protected services (for which I’m using the built-in password pages on webflow), and upon submit of the password form, I’d like to instantly redirect the password protected page to an entirely different domain (namely, the software the client’s services are hosted on). I’ve tried putting in a few custom code snippets, but it looks like webflow tries to keep it internal (i.e domain1.com/domain2.com resulting in a 404 error)
Edit, for clarification: I don’t want to redirect the entire site, and I need it to work for multiple different redirects (page one redirects to service one, page two redirects to service two, and so on).