Skip to main content

Role-Based Field Access Control

Demonstrates the difference between &visible and &active computed properties. Visible fields are hidden from the UI but preserved in form data. Active fields are both hidden and removed from form data when their condition is false.

Key Features
  • &visible — field hidden from UI but data preserved
  • &active — field hidden from UI and data removed
  • Guest: minimal fields
  • Member: membership-specific fields appear
  • Admin: admin permissions and code appear
  • Compare Form values to see data differences