In a webform I’ve built, under the Submission settings I have enabled, "Convert anonymous user drafts and submissions to authenticated user," and the help for it says, "If checked, drafts and submissions created by an anonymous user will be reassigned to their user account when they login."
This webform is configured to create a user account after submission using the Webform User Creation handler (https://www.drupal.org/project/webform_user_registration,) which works great – the user account is created, and the user is logged in.
The problem is, the webform isn’t reassigned to their user account when the log in. Am I missing something here or is there perhaps another way that this could be accomplished?
Thanks!
-=Delty