form submit #558
form submit
#558
Replies: 1 comment
-
answering my own question for future reference, use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just can't seem to find the answer to what I think is a simple question, how do you actually do form submit in django unicorn?
suppose I have a form:
and the view:
how do you populate the form parameters? It seems the only way to populate the form data is to do model binding one by one for each input? But what I want is all at once when the user submits the form, is this possible?
Beta Was this translation helpful? Give feedback.
All reactions