I am super new to TAP FORMS.
One of the pieces of data I track is test scores of my students. Is it possible to make a field a different color if a criteria is not met?
Here is my example: a Number field (as percentage). If the number is below 75% (0.75), I would like the background or even the text to become RED after it has been entered.
I have my data imported from a CSV and still working with my old stuff until I get things the way I want them.
Hi Mathew,
Welcome to Tap Forms!
Right now the only thing you can do is tell a Number field to be highlighted if it’s a negative value. Tap Forms will set the value colour to red in that case.
I’d like to add the ability to let you configure different colours for different value ranges or inputs in a future version. But it’s not there yet.
Thanks,
Brendan
Although with Pick Lists you can set colour values for different values you can select from. It doesn’t change the field value colour, but it does put a coloured marker next to the field.
If you use a script, you can set the color of a record: record.setRecordColor('#cc9900');
. Maybe that’s sufficient for what you want to achieve.
Thank you very much Mr, Leu!
I will see what I can do with that and learn as I go!