-
Notifications
You must be signed in to change notification settings - Fork 132
Redirect Handling in a Dynamic Form Component #832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello ! I think your implementation is fine. When you manually abort the loading just at the right time, then you end up on the intermediate |
It’s hard to say how many users will not click the link. The timing does not matter; the redirection to |
Oh, I see, sorry ! Indeed, the change is triggered even when the value did not actually change. |
In the meantime, you can redirect back to the home page from select 'redirect' as component, '/' as link where COALESCE(:selected_country, '') = ''; |
Screen.Recording.2025-02-27.at.10.31.59.mov
Hi, I would like to know if my redirect implementation in the form component with dynamic options is correct. In the attached video, you can see that when I abort the form submission, I get redirected to handle_redirect.sql. Is this expected behavior, or could this be a bug?
thank you
see live https://coolbreeze.org/
The text was updated successfully, but these errors were encountered: