It’s a sort of a workaround, but it works. Thank you for your help. Could you probably tell me how to add another query variable to the acf redirect on the fly? I need some user feedback regarding the non acf fields. Something like
$url = add_query_arg( 'ss_login_msg', 'update_emailempty', $url );
But before the acf redirect kicks in. Ideas about that?