• Was wondering if anyone had this problem?
    I touched nothing in my code, and this behavior changed only after my automatic to WP 4.1 took place. All forms actual deliver content by email, so that works, but i get various issues including:
    1) after hitting “SEND” the loader just loads but nothing changes
    2) On other forms I get the red error message “Failed to send message”

    Again, all these forms were working an hour ago and nothing changed… so…

    Thanks for any feedback. ??
    Chris

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thread Starter calx601

    (@calx601)

    Hi Takayuki,
    I already checked those links on the FAQ before writing.
    All of those scenarios do not seem to apply because the forms were working perfectly and stopped working without me doing anything at all.

    Also, the form with the spinning arrow icon, are still sent and arrive properly, despite not getting the confirmation message on the form, while the message with the red border alert is blocked.

    So if I didn’t install any new plugins after the forms were active and working, and I change no settings, I’m not sure why it should break down without me doing anything, but suspiciously only after the new version of WP was installed & activated?

    Thanks for the ongoing support! ??

    RE: All of those scenarios do not seem to apply because the forms were working perfectly and stopped working without me doing anything at all.

    ??Sorry but you almost certainly wrong. Your second comment matches the common symptoms seen in this forum on hundreds of occasions for a classic JavaScript Conflict.

    See Contact Form 7 Email Issues – there is a link there that covers JavaScript Conflicts.

    The plugin is working for me on WP 4.1 on many different websites and several different servers. Any issue you have is almost certainly due to something on your local WP install.

    You will probably be mistaken if you focus on this happening since the last update – it’s most likely just a coincidence.

    Thread Starter calx601

    (@calx601)

    Hi Buzztone,
    Thanks for your insights.

    So you’re saying that it’s perfectly normal for emails to stop working all of a sudden when they were working perfectly if…

    – no new plugins were installed since the forms were working correctly
    – no old plugins were tweaked or edited from previous functionality, when all was working correctly
    – no new themes were installed
    – current theme was not customized or tweaked
    – I received and still receive all wordpress related emails correctly
    – my PHP mail () function is and has been working correctly
    – return address that was working before

    From the article you linked to and as I said I already consulted the only other viable options are:
    – email treated as spam (but the emails arrive when the arrow is spinning)
    – Javascript conflicts (i doubt these magically kick in with nothing changing).

    If all this were accurate, then there are innate issues with the plugin or some other source. I guess I”m left to do more research to discover it. Code is tricky, but behaviours don’t change with the weather.

    RE: So you’re saying that it’s perfectly normal for emails to stop working all of a sudden when they were working perfectly if…

    Yes that’s exactly what I’m saying.

    Your ???symptoms are identical to those seen in this forum on hundreds of similar JavaScript Conflict problems.
    ?
    If your interested you could go here ?to see some of the dozens of Javascript Conflict related questions I’ve answered.

    Of course, I and Takayuki could both be wrong.

    RE: If all this were accurate, then there are innate issues with the plugin or some other source.

    I disagree with your conclusion. ?Any issue you have is almost certainly due to something on your local WP install.

    You will IMHO be mistaken if you focus on you having made no changes. You have a CF7 form that is not working. Why not at least test the most obvious causes for your symptoms to, at the minimum, eliminate them.

    Thread Starter calx601

    (@calx601)

    Hi Buzztone,
    Perhaps you skipped the part where I said that I already went through those ‘obvious’ steps you refer to already – I’m not the type of person that writes on a support forum before reading other threads or doing appropriate research.

    Also, as a suggestion and IMHO your replies come thru as a tiny bit rude in your choice of words, I may suggest to appear a bit less harsh for your future posts so your knowledge can shine thru!

    Have a nice day…

    Hopefully someone else will be able to offer you further suggestions.

    Thread Starter calx601

    (@calx601)

    Hello Takayuki,

    I explored many of the suggested resolution options – even with my hosting company.

    I ended up removing your plugin, re-installing and it worked again without changing anything at all. Then I replicated the same steps and it stopped working – exactly the same behaviuor as initially described. This is what I did:

    – I created 3 forms with “basic” fields (i.e. text field, text area, email, tel, submit). It all worked fine out of the box. No issues at all.
    – I created a fourth form with same basic fields as above. No issues.
    – I edited this fourth form and added “advanced” fields (like multiple checkboxes sections, a dropdown)…

    After this last step, this fourth form – now updated – stopped working with the red error message. When I checked back on the previous three forms (without any editing) now they were not working anymore and they loaded spinning arrows (although they send the message).

    Could this be a coincidence or is it something worth exploring from your side of the plugin?
    Or at least – is it more specific explanation of how this error develops…

    For simplicity, I’m copying the forth form which triggers all problems.

    Thanks again.

    Calx

    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>Your Phone Contact<br />
        [tel* Telephone] </p>
    
    <p>About You<br />
    [text* AboutYou placeholder "Tell us more about how you're connected to this company (owner, employee, management) and where if possible we can read more about you on your company's page."] </p>
    
    <p>Business Name<br />
    [text* bizname] </p>
    
    <p>Company Website<br />
    [url* bizwebsite] </p>
    
    <p>Business Address<br />
    [text* bizaddress] </p>
    
    <p>Business Description<br />
    [text* bizdescription "Describe what your business is all about."] </p>
    
    <p>In What Way Are You Green?<br />
    [checkbox* badges "High" "Super Low" "Medium" "Super Large" "Sustainable" "not Sure Which"] </p>
    
    <p>Is your Business Online Only?<br />
    <i>i.e. You do not have a physical store location...</i><br />
    [checkbox* bizonline "Yes" "No"] </p>
    
    <p>Business Category<br />
    [select* bizcategory "Arts and Entertainment" "Food and Dining" "Beauty" "Health and Wellness" "Homes and Gardens" "Travel" "Other"] <br />
    <i>If you selected 'Other', please provide more details in the field below</i></p>
    
    <p>Other comments<br />
        [textarea bizothercomments placeholder "Use this field for anything else you'd like to ask or tell us!"] </p>
    
    <p>[submit "Send"]</p>
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘None of my forms work anymore after upgrade to WP 4.1’ is closed to new replies.