-
I was testing out the ability to disable javascript and have Forms still work. The messages returned in I could return the current Form values as part of |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Apr 2, 2022
Replies: 1 comment
-
The other way would be to store them in the session and return them from the loader. I think returning them from the action is easier |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
machour
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The other way would be to store them in the session and return them from the loader.
I think returning them from the action is easier