The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
![]() |
custom login form and join form - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: custom login form and join form (/showthread.php?tid=438) |
custom login form and join form - meetmec12 - 01-24-2017 i have not been able to make this work. i need to use my own html form for login,sign up and forget password. pls hlp custom login form and join form - plb - 01-24-2017 What have you tried? custom login form and join form - meetmec12 - 02-20-2017 Hi i used login.php as form action for login, join.php for sign up custom login form and join form - mudmin - 02-20-2017 Here's what I would do... Make sure that the forms in the users folder are not edited. Create your own forms in the usersc folder with the same exact names as the ones in the users folder. They will be loaded automatically. Sometimes it's easier to "work backwards" and copy our form to the usersc folder. Point the init to ../users/init.php and then put exactly the code you want in your new login/join forms but keep our "logic" for processing except where necessary to change. TEST every step of the way to figure out where things broke! custom login form and join form - meetmec12 - 02-22-2017 Actually the default forms would've been perfect if not for the form input withd and Facebook /google images not aligning well. I need the page to like reduce to 50{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d} its too broad esp on PC custom login form and join form - mudmin - 02-22-2017 You can definitely copy those forms over to usersc, repoint the links to init and any other ones that you need and your form will load instead of ours. If you want to resubmit better styling back to me, I'm totally open. I'm not a designer! |