We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If no Allowed Asset Volume is chosen then forms will trigger errors and cannot be edited.
Error is:
in_array(): Argument #2 ($haystack) must be of type array, string given barrelstrength/sprout-forms/src/fields/formfields/FileUpload.php line 162
Don't select any "Allowed asset volumes" and try to edit a form with a file upload field.
Presumably if none are selected, then "All" should be selected by default. I think that's how it's done in Craft asset fields.
3.14.0
3.9.10
NA
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
If no Allowed Asset Volume is chosen then forms will trigger errors and cannot be edited.
Error is:
How to reproduce
Don't select any "Allowed asset volumes" and try to edit a form with a file upload field.
Presumably if none are selected, then "All" should be selected by default. I think that's how it's done in Craft asset fields.
Sprout Version
3.14.0
Craft Version
3.9.10
Database Type Version
NA
The text was updated successfully, but these errors were encountered: