Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey Arun,

    Are you using default WordPress registration form or a 3rd party plugin?

    Thread Starter Arun G

    (@arunlapog)

    Thank you for your reply. I tried standard registration form and Theme My Login form. The built in ‘Registration Form’ method is working for single list. But I would like to add choices. I tried like this function to add choices to registration form.
    function mylist_choice_in_registration() {
    <input name=”_mc4wp_lists” value=”1139xxxxxxxx” type=”radio”>
    <input name=”_mc4wp_lists” value=”1139xxxxxxxx” type=”radio”>
    <input name=”_mc4wp_lists” value=”1139xxxxxxxx” type=”radio”>
    }
    add_action( ‘register_form’, ‘mylist_choice_in_registration’ );

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey Arun,

    Can you please contact us via “[email protected]” with a link to this post so we can discuss further?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add List Choice to Registration Form Not working’ is closed to new replies.