Input Table: Highlight a specific field

  • cgregory
    Asked on October 16, 2017 at 9:48 AM

    Hi I want to have the input background in one input box a different color or highlight based on input

    image:



    Jotform Thread 1274139 Screenshot
  • Chriistian Jotform Support
    Replied on October 16, 2017 at 12:07 PM

    You can highlight the specific field on your Input Table by injecting this custom CSS code to your form:

    #id_9 .form-matrix-table tr td:nth-child(3) input {

        background-color: yellow;

    }

    To inject custom CSS code to your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes.

    Do let us know if you need further assistance.