Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
adding a new field to signup form
I'd like to add a field to my sign up form, "zip code." I was hoping that hacking apart the <a href="http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=69">Extended Application Form</a> extension would help, but I didn't really get anywhere.
Any suggestions or tutorials? Are there already any extensions that add additional fields to registration?
0
This discussion has been closed.
Comments
umm he said he had already tried it:
Quote: Cowboy_X I was hoping that hacking apart the Extended Application Form extension would help, but I didn't really get anywhere.
PostRoleAssignment is what you should use, espically if you need to insert into a separate table and thus need the UserID of the new user. Its on line 250 of library\People\People.Class.UserManager.php. The delegate parameters you can use are a few paragraphs up (the same ones as PreDataInsert uses)