Passing Variables on Form Submit?
Hello!
I'd like to pass the ID of the user (as well as other variables) alongside a form submission.
I've been using an empty Form.Item temporarily, but it's been bothering me immensely (as well as giving me issues with, for example, edit forms with a field of the same name).
How could I add additional entries to the data a user submits in their form?
I'd like to pass the ID of the user (as well as other variables) alongside a form submission.
I've been using an empty Form.Item temporarily, but it's been bothering me immensely (as well as giving me issues with, for example, edit forms with a field of the same name).
How could I add additional entries to the data a user submits in their form?
