Hello,
I have a "unique" client that wants extra fields added to user registration in addition to username, first name, last name etc. They want address, phone etc etc added to the actual registration of the user. These fields will populate another table, as they do not want to use the available DNN profile. Like I said, they're unique.
I figured out how to change the labels by going to the Languages Editor. How do I add fields to this form? Right now I can't figure out how dnnpropertyeditor id=userEditor control is created. I think I found the code behind in the source, DNN\Source\Library\Controls\User.vb, but am not sure where the actual presentation layer is created since it isn't created in the code behind.
I realize this may mean changing the core, but we don't have a choice. We also have to break up the username into 3 text boxes, one for each section of SSN. Yep, they want SSN as their username. Please don't ask. :)
Thanks,
Chad
BTW pasting into this forum is a bit buggy. I assume you guys already knew that though.