• Recently I have noticed that all my contact forms now have an unwanted yellow box under the submit button. This is displayed when the page is loaded.

    I can clear with CSS but want to know why this is happening and if there is a better fix?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same thing going on with 2 sites also; but my boxes are all red; which doesn’t match either site. I think it is related to an aria setting. In one of mine here is the line of code that has a colored box around it:

    <div class="wpcf7-response-output" role="alert" aria-hidden="true"></div>
    div.wpcf7-response-output {
        margin: 2em .5em 1em;
        padding: .2em 1em;
        border: 2px solid red;

    Since I think it is related to Aria I was hesitant to just use CSS to hide it.
    Does anyone know why this is happening or what update caused it; or what is the proper solution?
    Thank you ahead of time

    • This reply was modified 3 years, 7 months ago by fourwhitesocks. Reason: fix typo

    @mattadmin

    Did you ever get any answers or resolve this? I see we have the same thing and no replies…

    • This reply was modified 3 years, 7 months ago by fourwhitesocks. Reason: fix typo

    Still no replies on this :/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Yellow Box Under Submit Button’ is closed to new replies.