tutuia
Forum Replies Created
-
Thank you but don`t worry, I solved it.
Thank you for your reply,
This is the link to download the template:
https://drive.google.com/file/d/136ZZZblBZN6ZANYSct__I910wW6cvFY-/view?usp=sharing
In the file “page.php” there is nothing specified beacuse I pasted the form directly on the page in the admin paned of wp as you can see here:
https://drive.google.com/file/d/1kbWdjPaGcwtvLWsKa4kw3_O4pDA5kSKE/view?usp=sharingThank you again for your time and help.
Best regards,
Simone
Forum: Developing with WordPress
In reply to: Customize lofin formHello, my custom login form also needs to handle the phone number, so I can’t use the standard one (unless I modify the wp-login.php, but I don’t think it’s a good idea). For the custom login and registration logic, can I handle everything on my custom pages without going through wp-login.php, right? Maybe by taking inspiration from the code in that file for securely managing the data. Or do you think it’s better and easier to leave the login with just email and password, so I can directly use wp-login.php as the endpoint, and let users input the phone number later on the personal page as an optional step? Thank you.
Forum: Developing with WordPress
In reply to: Customize lofin formThank you. I believe the best option is to create a completely custom page. The only concern is if someone enters ‘myDomain/wp-login.php’ or ‘myDomain/wp-admin’ directly into the search bar without being logged in. I’m considering using a plugin to change the URL from ‘myDomain/wp-login’ to ‘myDomain/custom-login-page.’ Do you think it could be a good option? I was thinking on using WPS Hide Login
Forum: Developing with WordPress
In reply to: Customize lofin formThank you for your response. My only doubt at this point is how to display it on my domainName/wp-login.php, which is the page WordPress uses by default. I’m considering two options: the first is to redirect everyone who reaches that page to domainName/my-custom-login-page. The second one is to modify the existing login form on the wp-login.php page (which I think is the best option). The only problem is that I can’t modify the wp-login.php file because it could be overwritten by a WordPress update. I was thinking maybe there’s a hook or custom template, but I found nothing online.
Thank you again for your time