Preventing a red popup message on skipped field

  • SevernsideTritons
    Asked on September 28, 2014 at 8:54 AM
  • Ben
    Replied on September 28, 2014 at 9:51 AM

    Hi,

    You could disable the field as not being required in turn if the field is not filled out it will not show the red popup.

    Now if you want to keep the required, you can also inject following CSS to your jotform and it will look like this http://form.jotformpro.com/form/42704139238959

    CSS code used:

    /* Fix Red Alert popup on the jotform to display nicer */
    .form-error-message
    {
        background: none !important;
        background-color: transparent !important;
        border: none;
        border-radius: 0;
        box-shadow:none !important;
    }
    .form-error-arrow, .form-error-arrow-inner
    {
        border:none;
    }

    You can see here Inject Custom CSS Codes

    You can also see here How to Clone an Existing Form from a URL above to your own account instead.

    I did not remove the red background, but did remove the parts that were covering up the input fields.

    Do let us know if you have any further questions.

    Best Regards,
    Ben