Viewing 4 replies - 1 through 4 (of 4 total)
  • Please include a link to your Contact Form 7 form. If others here are able to understand your actual problem, they may be able and willing to offer a possible solution.

    Thread Starter Mav.MonkeyFish

    (@mavmonkeyfish)

    Sorry forgot to add the link, the form is in the footer of https://aipevents.co.uk/. Thanks

    Had a look at your form. You have provided only a very confined space for your Contact Form 7 form to display within.

    It looks like your Send button is being temporarily covered over by messages sent via Contact Form 7’s Javascript. The various messages that CF7 displays when required fields are not filled in are also only partly displaying.

    I’d suggest you setup another test page where you can give your CF7 form a lot more room to see all the messages that CF7 creates to understand the problem. Once you understand what happens you hopefully will be able to figure out how to make space for these messages.

    See also https://contactform7.com/locating-response-message-box-anywhere/

    I was having the same problem, and managed to solve it…

    I have values set in the form fields, such as “Name”, “Email”, etc. So I use javascript to clear out the text inside the field when that field gains focus (the user tabs to or clicks in the field). Unfortunately, I did not make the selector specific enough so that it did not do this on the submit button, so the “value” of the submit button was being removed by javascript, which killed the form. I’ve made the javascript do this only on text and email fields, and that solved it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submit text disappearing’ is closed to new replies.