Mailpoet checkbox in Woocommerce registration form
-
Hello.
1. I turned on the checkbox function on the registration page and selected the sheet I needed.
2. Since my registration goes through a form from Woocommerce, and not WordPress, this checkbox is not displayed. The solution was to add this snippet:
add_action('woocommerce_register_form','_custom_add_register_form_hook'); function _custom_add_register_form_hook(){ do_action( 'register_form' ); }
The checkbox is displayed correctly, but the user is not added to the list. Although the registration process is correct.
I will be glad to receive any help in this matter.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Mailpoet checkbox in Woocommerce registration form’ is closed to new replies.