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 !

Is this already released?
I do not have an option to select both at once :confused:

Hey @Karol, could you please elaborate which exact feature you’re referring to?

Hi,
I ment those options:
image

I can choose only one of them, but I wish to customize message which is shown during redirecting to other page- is there a way to do it?

Hi @Karol, you can add a link to the message itself. After reading the message, respondents can click the link to be redirected. Would that work for you? :slightly_smiling_face:

That’s not exactly what I wanted, this requires one additional user action (and the less, the better in this case), but thanks for letting me know about such workaround! :slight_smile:

I hoped there is a way to customize this message shown during redirecting, mostly besause it prints the whole https address in there:

image

For now, this is the only workaround. However, if you use Application Builder, you can create more advanced user experiences by combining different element actions: Element events

For example, here we combined two events - Create a row + Show notification:

You can also combine Show notification with Open a custom URL:

Here you can find more details about the Application Builder Form Element: Form element