• Resolved stuartrobinson

    (@stuartrobinson)


    How can I add a checkbox to sign up to a Klaviyo newsletter list on the Woocommerce form when users register a new account?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author klaviyo

    (@klaviyo)

    Hi @stuartrobinson

    Thanks for reaching out. Are you referring to the default WP registration form commonly found at wp-login.php?action=register? Or a different account registration form? At this time, Klaviyo’s plugin does not support subscribing profiles through the use of a checkbox on the user registration form however we can add this as a feature request to our product board.

    Currently, to achieve something like this you’d need to customize the registration form yourself. On potential solution would be to add a function to your themes/<your-theme-dir>/functions.php file. And then hook that function into the register_form action if you’re using the default WP form.

    Best,
    Klaviyo

    Thread Starter stuartrobinson

    (@stuartrobinson)

    I’m referring to the Woocommerce registration form found at /my-account/edit-account.

    If the user is logged out, by default this page shows a login form and a registration form.

    I see the integration to sign up to a newsletter on checkout but, as users can create an account using this page also, I do think this would be a useful integration to have.

    I can work to customise the form myself for now.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Klaviyo checkbox newsletter subscribe new account register form’ is closed to new replies.