Hello,
I am switching my magazine subscription form from CF4 to CF6, so I am new to CF6. The context for my question is there are three types of subscriptions; Online, Print, and Both.
If subscriber selects Online, it will disable address fields (street address, apartment, city, state/province, zip, country) and subscriber enters required fields which are name and email.
If subscriber selects Print or Both, subscriber needs to enter required fields which are name, email, street address, city, state/province, zip, and country. Apartment is optional for Print or Both subscription.
This is what I have done.
1. I enable server validations
2. I was able to set the events in the SubscriptionType field. Please see attached.

3. For street address, city, state/province, zip, and country, I set them to "Required" with Regular expression to allow some characters.
When I tested the form by selecting Online, entered information and clicked submit, I got the error message on the top of the form. I am assuming those are from "Required" that I had on Validation tab on those fields and those error message are from server side validation.

My question is how can I skip server side validation for address fields if subscriber select Online?
Thank you,
N
I am switching my magazine subscription form from CF4 to CF6, so I am new to CF6. The context for my question is there are three types of subscriptions; Online, Print, and Both.
If subscriber selects Online, it will disable address fields (street address, apartment, city, state/province, zip, country) and subscriber enters required fields which are name and email.
If subscriber selects Print or Both, subscriber needs to enter required fields which are name, email, street address, city, state/province, zip, and country. Apartment is optional for Print or Both subscription.
This is what I have done.
1. I enable server validations
2. I was able to set the events in the SubscriptionType field. Please see attached.

3. For street address, city, state/province, zip, and country, I set them to "Required" with Regular expression to allow some characters.
When I tested the form by selecting Online, entered information and clicked submit, I got the error message on the top of the form. I am assuming those are from "Required" that I had on Validation tab on those fields and those error message are from server side validation.

My question is how can I skip server side validation for address fields if subscriber select Online?
Thank you,
N