Required is a common rule for form validation. You can enable it directly in the field configuration, or dynamically set a field as required through the form's linkage rules.
When a collection field is set to required, it triggers backend validation, and the frontend also displays it as required by default (cannot be modified).

Directly set a field as required. This is suitable for fields that always need to be filled in by the user, such as username, password, etc.

Set a field as required based on conditions through the form block's field linkage rules.
Example: The order number is required when the order date is not empty.
