Hello,
I want to change te bordercolor of textfields when users are trying to submit, but haven't filled in that textfield.
I've used the following formula: If(IsBlank(B_Input_Adres) && Check = 1; Red; RGBA(0; 18; 107; 1))
B_Input_Adres = the name of the textfield and Check = the variable that can be 0 or 1.
The weird thing is that it worked when I put the code in the first time, but when I save the app and return to it, it doesn't work anymore. Strange thing is that when I cut and paste it works again.
Anyone has an idea of why this is? Thanks you in advance!