Closed (fixed)
Project:
Spamicide
Version:
6.x-1.12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Mar 2012 at 08:07 UTC
Updated:
20 Mar 2014 at 16:35 UTC
Jump to comment: Most recent
When entering a ; character in the form field name , the webform breaks and give an extra field to enter data.
Comments
Comment #1
lipcpro commentedOn the project page I suggest that the field name be "machine readable please", the reason being Drupal doesn't like special characters in field names and because a filename is being generated by that field name and most OS's don't allow special characters in filenames (windows is a possible exception) it's just not a good idea. Can you name your field something without any special characters?
Comment #2
Jurjen de Vries commentedHi,
Thanks for replying.
Yes, off course I can name my field without a ; character, but it' still a bug that there is no check at this sort of characters. It did take me a lot of time to found out that the problem was from this type of character.
Hope you can add a check in future.
Kind regards,
Jurjen
Comment #3
lipcpro commentedI've added validation to prevent non file name characters from being entered in the file name field.
Comment #4
lipcpro commented