Contribution Date
Technology
Contribution Project
Contribution Details
great.. so i'm not the only one having this problem with profile2 .
My fix for this issue is would be to create a custom module. and include a new submit handler in in the
step_form_user_register_form_alter function.
$form['#submit'] = array(
'user_register_submit',
'custom_module_step_user_register',
'ctools_wizard_submit',
'step_user_register_submit',
);
Inside the submit handler, include the code from profile2_form_submit_handler() and with a minor customization to add a condition to process only the first entry in $form_state['profiles'].
Just a temporary solution though i would love to see a permanent fix for this issue.
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0