The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Adding to the registration form - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28) +--- Forum: Modifications and Hackery (https://userspice.com/forums/forumdisplay.php?fid=29) +--- Thread: Adding to the registration form (/showthread.php?tid=1500) |
Adding to the registration form - LBC - 05-23-2019 Hi, I would like to create a more extensive registration form. One with a phone number, address, and some other things. Is it possible to just add these to the _join.php or is altering that form too complicated? I tried making a new form using the form builder, but that one doesnt seem to have the same security features as the registration form (mainly the e-mail verification). RE: Adding to the registration form - LBC - 05-24-2019 Mudmin? Any thoughts or tips? Also to where to place the _join.php in the usersc folder for instance? RE: Adding to the registration form - Brandin - 05-25-2019 If I remember correctly there is a usersc file for custom_join_fields and you can include the code for them in during_user_creation. RE: Adding to the registration form - LBC - 05-27-2019 Ah yes, thank you Brandin! |