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
there is a bug when a file field is inside a hidden group.
This will not work (throws 500 ERROR server side):
[text a] [group g] [file file-2] [/group] [submit]
Temporary workaround for now:
Change file fields inside groups to required file fields, like this:
[text a] [group g] [file* file-2] [/group] [submit]
Then it will work.
The text was updated successfully, but these errors were encountered:
Additional problem when file field inside nested repeater.
Required file field is not marked as invalid when empty if it's inside a nested repeater.
Sorry, something went wrong.
both issues fixed in version 2.2.6
= 2.2.6 (2022-09-08) =
31476bb
* PRO: Fix issues with validation in nested repeaters [GH issue 92](#92) * Fix error with optional file field in hidden group [GH issue 92](#92)
No branches or pull requests
there is a bug when a file field is inside a hidden group.
This will not work (throws 500 ERROR server side):
Temporary workaround for now:
Change file fields inside groups to required file fields, like this:
Then it will work.
The text was updated successfully, but these errors were encountered: