I’m also facing a similar kind of problem. Created a new page and added short code for registration page. When I submit the form it’s just getting redirected to home page, No user account has been created or error notification. Thanks in advance.
http://disputedoc.org/ddoc-wp/register/ Here is my registration page.
Please help. Thanks in advance.
Chris.
Sorry for the delay in my answer. I wasn’t able to replicate your issue, did you finally solve it?
I discovered that you can not use do_shortcode( '[clean-login-register]' );. The registration form will be displayed, but you will not be able to register or get any validation notifications.
That makes sense, due to the idea that you need to place the shortcode in a page/post (as content) and then save it (or update it) in order to allow the plugin to detect where the shortcode is located.
As a trick you can place it on any page, then save it, and finally go to wp-admin/options.php to change it to the corresponding URL. All meta keys from Clean Login are subfixed by ‘cl_’, in case you find it easier to search for them.
Alberto.
I’m experiencing this issue as well. It’s pretty frustrating that it breaks when used in conjunction with do_shortcode. Is this something that is going to be fixed?
Thank you.