actually, let me re-ask that question: in this exa...
# support-questions
f
actually, let me re-ask that question: in this example "Adding Extra Fields", is there a way to have a drop down list? https://supertokens.com/docs/emailpassword/common-customizations/signup-form/adding-fields
r
Hey! Not at the moment. You can disable the default UI and build your own
f
is there a link in the docs for that?
-> embed-sign-in-up-form
?
r
the signInUpFeature config on the frontend should have
disableDefaultImplementation
flag. Set that to false. And then you can build your own UI for sign in / up.
We are working on a way which allows you to provide custom components for each form field. But that should be 1-2 months away at least.
f
hmm, ok thanks
r
For now, you can collect the other info that you need post sign up
Will be much easier
Let the user sign up, and then after that, display another form asking for the info you need
f
right, I'm actually looking at "address auto complete", that would be nice. User just types in street address and city, state, zip will be automatic
r
I see. Will keep that in mind
f
...but have your people keep cranking out the "custom components" 😉
r
what do you mean?
f
you said "We are working on a way which allows you to provide custom components for each form field. But that should be 1-2 months away at least." I was just being funny 😉
r
ah right! hahaha... well.. we have a lot of stuff to build