Hi,
You can enable the registration link in the shortcode like this:
[lwa registration="1"]
Hi,
I don’t want link i want to show registration form with shorcode or with php code and lost password form with shortcode on page. Like we have shortcode for login [login-with-ajax]. Can we do that.
-
This reply was modified 8 years, 9 months ago by
actionhoney.
Sir i am waiting for your reply, Do we have any solution for this.
I’m not 100% sure what you’re asking, but if you’re looking for a separate shortcode just for the registration form or the lost password form then that’s not possible.
Sir, My concern is. I don’t want registration form in popup. When we click on register link one popup comes with register form. What want is how login page shows in page (embedded) Can we show register form same like that no popup just in page form.
You can remove the registration link from the popup by using a shortcode like this:
[lwa registration="1"]
You can then show the registration form in a normal page any way you like.