Form redirection improvement

Context
As a developer, I’m oftently using the form feature (awesome one by the way, slick and efficient :clap: ) for building small feedback forms or for expenses reports.

Frustration
When the responder click on the “submit” button, we currently have two possibilities : show a message or redirect to a specific URL. As shown below, Baserow can interpolate a {row_id} if provided in the URL.
image

I see small improvements that can be done here :

  • a very common link I redirect to is the view of the entered row in the Grid view. It would be great to have a button “Redirect to Grid view” directly available, avoiding for the creator of the form to jump out, recover the URL, then jump back and fill it
  • the “Show message” and “Redirect to URL” are exclusive : it could be interesting to show a message before redirecting to a specific URL

Drawbacks

  • The current system is crystal clear, adding buttons could clutter the interface
  • The second need (show message AND redirect) may not be shared among the community
1 Like

Thanks for sharing your feedback @dynnammo, let me discuss your suggestions with the team :slightly_smiling_face:

Hello @dynnammo, I have some updates for you :slightly_smiling_face:

We are going to allow editing of the form redirection message, which will address your second suggestion.

the “Show message” and “Redirect to URL” are exclusive : it could be interesting to show a message before redirecting to a specific URL

This one:

Regarding the idea of having a “Redirect to Grid view” button, we believe that this feature is of lesser importance, given that it’s already possible to access the Grid view by pasting a link. The request was not accepted, and we hope for your understanding :raised_hands:

1 Like

No problema, thanks for the update !