Closed (fixed)
Project:
Webform2Sugar
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2011 at 06:01 UTC
Updated:
27 Jan 2012 at 01:30 UTC
Multi-step form is submitting to sugarcrm on each step...
Even logs are showing separate submissions.
Drupal 7.2
Webform 7.x-3.11
7.x-4.0-beta2 2011-Mar-07
Comments
Comment #1
rurri commentedIt appears that the webform module has updated the way it handles multi-page forms. Instead of passing all the arguments along until the final page it saves them as it goes. This means that fields on the first page are not available on the last page.
I don't see multi-page forms being supported in the near future unless someone can write a patch for this.
It will require the final step going back and looking up the data from the earlier steps in the form submission.
Comment #2
rurri commentedI'll update notes on main page to note this as an open issue.
Comment #3
rurri commentedThis is now fixed in the latest version of webform2sugar. This bug actually required a rewrite of the way that webform2sugar was integrating with webform. But good news is, this is now fixed in version 5 of webform2sugar.