So how do we add a dropdown menu (select box) to the create an account form/process?
Say on my Create an account I want to show a select with 11 possible job types and have the user indicate their job category as part of the signup process. Using the process above, how do values for the options and the text for the options get created?
What about checkboxes? Values and text?
What you wrote above is incredibly helpful! Thank you. It would be complete by showing examples of how to create some other form elements.
So how do we add a dropdown menu (select box) to the create an account form/process?
Say on my Create an account I want to show a select with 11 possible job types and have the user indicate their job category as part of the signup process. Using the process above, how do values for the options and the text for the options get created?
What about checkboxes? Values and text?
What you wrote above is incredibly helpful! Thank you. It would be complete by showing examples of how to create some other form elements.