When I create a file field and change the validation settings (file size or allowed extensions), I can't get them saved on submit. If I disable Javascript and open the webform edit form, I can save them.
I guess it's related to this issue, but the patch didn't worked for me. It seems to be applied to a newer version that I could not find of modules/webform/form_builder_webform.components.inc
http://drupal.org/node/1148808
I noticed that the D7 file has a function _form_builder_webform_form_builder_save_file() that D6 doesn't have, but it doesn't fix just by adding it.
Webform 6.x-3.18
Comments
Comment #1
amstel commentedThis issue have been solved in 7.x version, but the patch doesn't work for 6.x, despite looking the same piece of code. Probably because the Webform version is different. I doesn't output the $form_element['#upload_validators'] that this patch relies on.
https://drupal.org/node/1722708
Does anyone has a workaround for that?
Comment #2
torotil commentedIt seems that I'm the only active maintainer of form_builder at the moment and I'm not supporting 6.x-1.x since I don't use Drupal 6. Is this also reproducible in 7.x-1.x?
Comment #3
torotil commented