I have a block that has several stripes. I want to be able to tell if a user has selected at least one stripe and which specific stripe. Also, I want to make it so that the user can't proceed to the next view or action without first selecting a stripe.
How do I make a validation or in this case stripe selection required?
At some point, I will have to save this selection inside my database connected to my web application.
↧