Skip to main content
Participant
October 16, 2017
Answered

Is there a way to make the appearance of a field change when it's completed?

  • October 16, 2017
  • 1 reply
  • 320 views

Is there a way to make the appearance of a field change when it's completed? Specifically, I have a form with checkboxes for operators to mark when they've completed a step, and in order to make it more visible what step they're at, they've asked if checked boxes can be a different color. Anyone know how to do this?

This topic has been closed for replies.
Correct answer gkaiseril

You can use the "On blur" action or the "Validation" option to provide some custom JavaScript code to test the entered value and set the background color or border color of the field.

1 reply

gkaiserilCorrect answer
Inspiring
October 16, 2017

You can use the "On blur" action or the "Validation" option to provide some custom JavaScript code to test the entered value and set the background color or border color of the field.