Are you need simple register form without plugin for your WordPress website? Yes, Then i have created [wc_register_form] shortcode with quick simple code. So you can add register form anywhere like in Pages, Posts and Widget etc… Therefore you just need to put [wc_register_form] shortcode where you need register form. So you need to follow below steps.
Code for shortcode.
You need to put below code in theme’s functions.php file. If you have created child theme then add this in function file of child theme.
Code for Register
In this code i am validating form and sign up in WordPress on wp action. Add it in functions.php file after above code. If this code will not work then change action wp to init.
Was this article helpful?
YesNo