You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many users prefer to display the login and registration forms separately on their respective pages. However, currently, there is no option to do so, only the login form appears with the shortcode [directorist_signin_signup].
Steps to reproduce
Currently, there is no way to define the login and registration forms separately, since both the sign-in & sign-up pages are merged into one. As discussed earlier, Rafiq Bhai suggested introducing two distinct parameters for the login and registration pages. This would allow users to display the login and registration forms separately on their respective pages.
For example:
Login Form — [directorist_signin_signup signin]
Registration Form — [directorist_signin_signup signup]
Isolating the problem
I have reproduced this bug in localhost.
This bug happens with a default WordPress theme active (eg. 2021, 2022 etc).
The text was updated successfully, but these errors were encountered:
a1amin
changed the title
Shortcode to Display the Login and Registration Forms for Enhanced User Experience
Shortcode Parameter to Display the Login and Registration Forms Separately on the Respective Pages
Nov 23, 2024
Directorist version
v8 or higher
Environment
No response
Description
Many users prefer to display the login and registration forms separately on their respective pages. However, currently, there is no option to do so, only the login form appears with the shortcode
[directorist_signin_signup]
.Steps to reproduce
Currently, there is no way to define the login and registration forms separately, since both the sign-in & sign-up pages are merged into one. As discussed earlier, Rafiq Bhai suggested introducing two distinct parameters for the login and registration pages. This would allow users to display the login and registration forms separately on their respective pages.
For example:
[directorist_signin_signup signin]
[directorist_signin_signup signup]
Isolating the problem
The text was updated successfully, but these errors were encountered: