Any way to retrieve all set values? #402
Unanswered
fabio-ivona
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
first of all: thanks for this great work!
I'm wondering if there is a way to retrieve all set values (as a map?) for a given form, I have something like this:
and after the form is complete, I need to write each value in my viper configuration:
I'd like to iterate over a map of key → values in order to not fully rewrite all the keys, with the risk of forgetting one while the application evolves
even a way to access the Form struct's
resultsfield would be greatany advice?
Beta Was this translation helpful? Give feedback.
All reactions