Initial value for the SignUpForm #3698
Unanswered
eriktelepovsky
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
-
Hello,
I would like to set initial value for custom field (preferred language) in my signup form by
request.LANGUAGE_CODE
. What is the best approach for this? Normally I would useget_initial()
in my view but I don't see an option to override or setup my ownSignupView
. Or am I missing something?Beta Was this translation helpful? Give feedback.
All reactions