Redirect url a in form view is limited to 200 characters?

I have created a form view where I want to redirect to an external website after completing the form. However, I get an error every time I enter the URL.

It looks like the error is caused because it exceeds the length of 200 characters. Is this the default behaviour in Baserow? If yes, is there a possible workaround for it besides using a url shortener?

Hey @frederikdc,

you are right there is a limit of 200 characters.
The only workaround I can think of is using a URL shortener, as you said.

To fix it we need to create a migration for the database to be able to store more than 200 characters for the URL. I’ve created an issue here: Increase the `max_length` for `submit_action_redirect_url` URLField in `FormView` (#2018) · Issues · Baserow / baserow · GitLab