Currently, I am in the process of setting up a license subscription form using Aurelia and the Aurelia Validation plugin. Within this form, there is a fieldset dedicated to personal information which contains mostly required fields that are validated by Aurelia validation.
Additionally, there is another fieldset for credit card information and billing address. These fields only become visible when the user selects the subscription radio button. All of the necessary fields have been included in the ValidationRules. My question is, how can I instruct Aurelia to only validate the fields that are currently visible?