Open
Description
Feature request
Add a way for site-admins to configure form visibility rules (show/hide inputs based on other field values) directly from the Orchard admin UI, rather than having to hand-craft JS per tenant.
Background
Right now, conditional form logic relies on embedding custom scripts in each tenant’s theme. We’d like this built into the Forms module so that:
- Admins can pick a field, operator and value from dropdowns.
- Rules can be grouped (AND/OR).
- The same form-visibility engine powers the front-end.