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

rurri’s picture

Status: Active » Postponed

It 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.

rurri’s picture

I'll update notes on main page to note this as an open issue.

rurri’s picture

Status: Postponed » Fixed

This 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.