Closed (fixed)
Project:
Webform Select Image
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2014 at 15:12 UTC
Updated:
19 Oct 2016 at 23:05 UTC
Jump to comment: Most recent
Comments
Comment #1
danieltome commentedThis was happening for me with webform 3.20
The triggering ID of the submit button is no longer edit-submit.
So change the value to: edit-actions-submit
from:
if ($form_state['triggering_element']['#id'] == 'edit-submit') {to this:
if ($form_state['triggering_element']['#id'] == 'edit-actions-submit') {The values are now saving.
cheers,
Dan
Comment #2
rajeevgoleI was also facing the same issue with webform version 7.x-3.20 . Dan's solution works for me.
Comment #3
raphael apard commentedComment #5
raphael apard commentedComment #6
raphael apard commented