opnform-host-nginx/api/app/Rules
Julien Nahum 28248259be Improve form property logic validation for checkbox conditions
- Update FormPropertyLogicRule to handle operators without values
- Add support for checkbox conditions like 'is_checked' and 'is_not_checked'
- Refactor logic validation in both API and client-side implementations
- Remove unnecessary console.log statements
- Update error modal text for better user experience
2025-02-19 15:11:27 +01:00
..
CustomFieldValidationRule.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
FormPropertyLogicRule.php Improve form property logic validation for checkbox conditions 2025-02-19 15:11:27 +01:00
IntegrationLogicRule.php Refactor form property logic rule to load condition mapping from external JSON file (#698) 2025-02-14 22:32:55 +00:00
MatrixValidationRule.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
OneEmailPerLine.php Custom SMTP Settings (#561) 2024-09-24 12:16:20 +02:00
StorageFile.php Custom SMTP Settings (#561) 2024-09-24 12:16:20 +02:00
ValidHCaptcha.php Add reCAPTCHA support and update captcha provider handling (#647) 2024-12-18 16:35:09 +01:00
ValidPhoneInputRule.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
ValidReCaptcha.php Add reCAPTCHA support and update captcha provider handling (#647) 2024-12-18 16:35:09 +01:00
ValidUrl.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00