Highlighting the required questions based on the answer provided

  • RuthFisher
    Asked on September 30, 2014 at 9:57 AM

    Can I highlight required questions that have to be filled in as a result of a questions answered

  • Ben
    Replied on September 30, 2014 at 11:21 AM

    Hi Ruth,

    Yes, that is possible to do. Since I did not find any jotforms that you have created I have created just a simple and quick demonstration, but once you create your jotform we can help you make the required changes so that it looks just the way you want it.

    You can take a look at the jotform I made here http://form.jotformpro.com/form/42724042096956

    You can clone it to your account by following these steps: How to Clone an Existing Form from a URL

    This was a combination of CSS and conditions.

    CSS (How to Inject Custom CSS Codes ):

    input.validate\[Email\,required\] {
    border-color: orange;
    box-shadow: 0 0 5px red;
    }
    input.validate\[required\] {
    border-color: orange;
    box-shadow: 0 0 5px red;
    }

    Conditions:

    Highlighting the required questions based on the answer provided Image 1 Screenshot 40

    Highlighting the required questions based on the answer provided Image 2 Screenshot 51

    Highlighting the required questions based on the answer provided Image 3 Screenshot 62

    Do let us know if you have any further questions.

    Best Regards,
    Ben