required message covering question

  • usa.recruit.sa
    Asked on February 13, 2021 at 12:19 PM

    the "This field is required" message covering up the save window / question on my form causing not be able to see the question to answer propper?

    Jotform Thread 2896499 Screenshot
  • John Support Team Lead
    Replied on February 13, 2021 at 3:57 PM

    Please try adding this custom CSS code below to your form to fix that:

    form-error-message {
      top: 65%!important;
    }

    Here's a guide on how-to-inject-custom-css-codes.


  • usa.recruit.sa
    Replied on February 14, 2021 at 2:27 AM

    How do one go about to type here? the require message dont want to go away so one could type there?


    1613287632 6028d0d044619  Screenshot 10

  • Sonnyfer JotForm Support
    Replied on February 14, 2021 at 6:53 AM

    Apologies for the inconvenience.

    Kindly allow me some time to check your form. I'll be back shortly.

  • Sonnyfer JotForm Support
    Replied on February 14, 2021 at 7:02 AM

    Thanks for patiently waiting.

    Please remove the previous code provided and replace it with the one below:

    .form-error-message {
      top : 85%!important;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Let us know how it goes.

  • usa.recruit.sa
    Replied on February 14, 2021 at 12:00 PM

    Thanks.