I have a page with a lot of input fields and a send data button. If all the fields are filled and i click on the send button, all the data gets send to my airtable base. now if a field is empty and i try to click on the button i made it so it the input field is invalid a red border appears around the input field.
on that page i also got a repeating group with a checkbox and text. In Bubble i made a option set for the repeating group. The text in the group is the current cells text.
The repeating group also has a custom state that is a list of text. so when i check a checkbox the current cells text gets added to the list of text.
Here comes the question: I want to make it so that if zero checkboxes are checked or if the list of text is empty and then when i click on the send data button a red border around the repeating group appears.
Now i already tried to give the repeating group a custom state with named isEmpty with yes/no type. i added a change state event in the workflow when i click on the send data button, but for some reason that change state thing doesnt work, because i wont execute when all the other input fields are empty.
Can anyone help me?