Closed (duplicate)
Project:
Webform Ajax
Version:
7.x-1.0
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2012 at 08:02 UTC
Updated:
8 Jan 2019 at 18:27 UTC
Jump to comment: Most recent
Comments
Comment #1
David Stosik commentedHi,
Thanks for the bug report. Sadly, this is a bug I already spotted, which is due to a bug or limitation in Drupal core.
Please see this issue for more details: #1513200: managed_file form component not submitted on AJAX submit.
Regards,
David
Comment #2
monymirzaLooks like i have found the solution. let me create a patch.
Comment #3
seanbA workaround could be creating a JS file in a custom module to overwrite the function that messes this up.
Add a form alter to add a class to your submit button and add the js file:
And add your modules js file to overwrite the core js function.
Comment #4
rafaelferreir4 commentedSolution #3 worked for me! Thanks!
Comment #5
anou#3 still work today! Thx seanB ;-)