Hello!
Is there a way how I can access FormParameters that I dont know the name of?
The goal is it to pass and handle FormParams dynamically. So I dont know
the names of the passed formparams in prior.
The best way would be a list of (key:value) pairs that I can iterate
through.
Do you have any suggestions?
Thanks in advance!