I have had an another work around. Just copied the whole site to subdomain and checkout is working on it. Really weird. Hope this could be a clue for some experts.
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’ );
Thread Starter
Arun G
(@arunlapog)
Oh I found it, Show UI => False