Looks like this module isn't maintained anymore, but I needed similar functionality for a current project.
This module didn't work at all for me with d6.x + webform 3.x + content profile 1.0

I made some changes with the way that form_state values are handled in webform_register_validate() and _webform_submit_webform_register() and it seems to be working now for me.

Also addresses #1031908: Constant validation error

CommentFileSizeAuthor
webform_register-fix.patch2.69 KBaaronbauman

Comments

doublejosh’s picture

How can I get a hold of the original code to test the patch and it?

aaronbauman’s picture

You'll have to grab it from git
http://drupal.org/node/856660/git-instructions

doublejosh’s picture

Version: » 6.x-1.x-dev

Great thanks.

allie micka’s picture

Status: Needs review » Closed (fixed)

Committed. Thanks!