This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Removing error message header


  1. Regardt
    Member

    Hi,

    It's CSS thing or a IE thing. In FF this message "There was a problem with your submission.Errors have been highlighted below." does not show but in IE it does. Where do i make adjustments so that this top box display doesn't show at all on this specific form?

    The reason i want this removed is because my fields does not fit into designated space when an error was made, and this message jumps up. The error message on the required fields is o'k. It's just the top one.

    Thank you again and again

    Posted 15 years ago #
  2. yuniar

    Simply search for this code:

    #error_message
    {
    	background:#fff;
    	border:1px dotted red;
    	margin-bottom:1em;
    	padding-left:0;
    	padding-right:0;
    	padding-top:4px;
    	text-align:center;
    	width:97%;
    }


    change it to:

    #error_message
    {
    	display: none !important;
    }


    MachForm Founder

    Posted 15 years ago #

RSS feed for this topic

Reply