Closed (duplicate)
Project:
Ajax
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 May 2009 at 10:52 UTC
Updated:
26 Jun 2009 at 00:04 UTC
I've created a simple two-page form using the Webform module (version 6.x-2.6) using a pagebreak form component to separate the two user-input sections. This runs fine by itself, but when I enable Ajax for that webform and try to proceed to the second page, I get this instead of the second page:
{ "status": true, "updaters": [ ], "debug": [ ], "messages_error": [ ], "messages_status": [ ], "messages_warning": [ ], "redirect": null, "preview": null, "form_id": "webform_client_form_37", "options": { "enabled": true } }
Any ideas?
Comments
Comment #1
hummingbird commentedJust an update: tried with the latest Webform module, version 6.x-2.7. Still the same issue. Let me know if any other info is needed.
Comment #2
hummingbird commentedJust saw an earlier post about this same issue here: http://drupal.org/node/352292. Marking this as duplicate.