I have a form that can be used to create a Customer from a first name, last name, and birthdate.
However, when I submit the data, the POST data in the request sent only contains the csrf token, not my other variables. I confirmed this was true by checking the django debug toolbar.
template : https://paste.myst.rs/49jpaler
code : https://paste.myst.rs/pucja2bw
debug toolbar history : https://i.imgur.com/KR3rfFI.png