Conditional Fields?

Viewing 3 reply threads
  • Author
    Posts
  • December 14, 2022 at 8:04 PM #48487

    Matthew Carpenter
    Participant

    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.

    December 16, 2022 at 1:05 AM #48490

    Brendan
    Keymaster

    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

    December 16, 2022 at 1:06 AM #48491

    Brendan
    Keymaster

    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.

    December 16, 2022 at 3:58 PM #48495

    Daniel Leu
    Participant

    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.

    December 21, 2022 at 11:53 AM #48502

    Matthew Carpenter
    Participant

    Thank you very much Mr, Leu!
    I will see what I can do with that and learn as I go!

Viewing 3 reply threads

You must be logged in to reply to this topic.