Conditional fields

You can hide or display fields depending on the value of a related property.

You do this by using the ConditionalVisibilityAttribute in the following way:

This sample adds a rule that displays field MyProperty, only if the Title property is equals to My custom title.

The ConditionalVisibilityAttribute takes a parameter that is defined in the following JSON:

In the sample above, you can define the following:

  • RuleOperator
    It supports two values - AND and OR that are applied for the conditions.
  • skipValidation
    It skips the validation on the client and server-side for that property.
  • RuleCondition
    Is an array of complex objects holding the way that the field bases its show/hide logic

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Tags

Was this article helpful?

Next article

Sections and views