My webform id is getting changed when I click on submit after an ajax call is done on any element in that form.What could be the issue?

Comments

DanChadwick’s picture

Priority: Major » Normal
Status: Active » Fixed

Please read the issue queue handbook. Support requests are never major.

The 7.x-3.x branch is receiving only critical bug fixes. There is insufficient information in this report to understand the issue, much less reproduce it. I seriously doubt that the webform id (i.e. the node id) is changing. If the form_build_id is changing, this may be a known core bug with anonymous users. This is most often seen with two file components. The ajax submission of the first one changes the form_id or form_build_id (can't remember) and then the second one fails.

Also, webform doesn't use ajax requests, safe for the core file upload, so the issue may well be an incompatibility with some other module.

Status: Fixed » Closed (fixed)

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