The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Permitted File Types - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Permitted File Types (/showthread.php?tid=2298) |
Permitted File Types - ajax22 - Nov 19th, 2012 Hello, in verion 2.2.5 found some problem in Forms -> Edit -> Fields -> Field Type [File] -> Edit -> File Settings -> Permitted File Types -> [uncheck]Use Default Value -> write own value for example "jpg,jpeg" -> Save Changes Refresh page and value in Permitted File Types is empty. I think that a solution could be just to change the order of conditions in the function ft_get_extended_field_settings [global/code/fields.php] to PHP Code: if ($convert_dynamic_values && $setting_value_type == "dynamic") I hope that it will be useful. RE: Permitted File Types - Joe - Nov 20th, 2012 Thanks for your post! |