Is there a way I can set what formats are acceptable when uploading files for all forms?
For example adding this to functions.php changes the upload path for all forms
<?php
add_filter("gform_upload_path", "upload_path", 10, 2);
?>
Is there a way I can set what formats are acceptable when uploading files for all forms?
For example adding this to functions.php changes the upload path for all forms
<?php
add_filter("gform_upload_path", "upload_path", 10, 2);
?>
No, there isn't someway to currently do that, as it is all field specific.