Closed (fixed)
Project:
Webform register
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2011 at 18:38 UTC
Updated:
15 Nov 2011 at 01:07 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| webform_register-fix.patch | 2.69 KB | aaronbauman |
Comments
Comment #1
doublejosh commentedHow can I get a hold of the original code to test the patch and it?
Comment #2
aaronbaumanYou'll have to grab it from git
http://drupal.org/node/856660/git-instructions
Comment #3
doublejosh commentedGreat thanks.
Comment #4
allie mickaCommitted. Thanks!