Hello,
I have a GroupX Field cr_accounts_grpx with a field cr_account_id (Text field).
I check the field cr_account_id with Regex Plugin:
/^[0289PYLQRJCUV]+$/
For the first field the check is working. When adding more fields for the ID by clicking on the + - Button, the Validation generates an error output:
jqv:custom rule not found - regex_cr_accounts_grpx_1_cr_account_id
Validation on first field cr_account_id is still working.
Bizarrely the Validation has worked formerly. The error has occured suddenly.
What I have tried without success:
- Tested in Chrome and Firefox
- Deleted Joomla Cache and Browser Cache
- Deleted Plugin Regex and reinstalled it
- Deleted cr_account_id and created it newly
- Deactivated BeforeStoreField from form
- Tried other Regex expressions
Joomla Version: 3.8.8
Seblod Version: 3.15.0
Regex Plugin Version: 1.0.2
There is a similar Problem in the Tracker: https://www.seblod.com/resources/tracker/8565 but no answer to it.
Is this a bug? Any help out there?
Papi