• Resolved Alpesh

    (@alpesh_p2010)


    I have been using Contact Form 7 from the past few years and never had any issues with it.

    Today, I suddenly decided to test the contact form on my site and after entering the details I have clicked on Submit. It doesn’t do anything, after clicking on Submit ajax loading shows continuously without any error message.

    So, I checked the console and found

    GET https://domain.com/wp-json/contact-form-7/v1/contact-forms/3/feedback/ 404 ()

    I have checked the REST API Settings and everything is good with it, still, the form is unable to submit.

    Please look into this issue and resolve it ASAP.

    • This topic was modified 5 years, 11 months ago by Alpesh.
    • This topic was modified 5 years, 11 months ago by Alpesh.
Viewing 5 replies - 16 through 20 (of 20 total)
  • I am using contact form 7 to design a calorie/diet calculator and would like to add separate values for each selection in on single drop down menu. How can this be achieved?

    Phishing warning
    I have contact form 7, gsuite email and godaddy hosting. Having issue with emails via the Website Contact form 7 only, emails direct via gsuite are good. Multiple times contacted gsuite, godaddy have check all settings, DNS, added additional bypass spam/domain. Everything is set how it should be.

    What I am getting is a warning – Be careful with this message
    This email claims to come from domain.com.au, but replies will go to an email address at another domain. Avoid replying to this email unless you contact the sender by other means to ensure that this email address is legitimate.
    Contacts form 7 – set up per instructions on site
    To info@domain.com.au
    From XXXXXname <info@domain.com.au>
    The email I get from Website Contact Form 7 – url details
    from: XXXXname <info@domain.com.au> via a2plcpnl0020.prod.iad2.secureserver.net
    reply-to: xxxxx@hotmail.com
    to: info@domain.com.au
    subject: Website Contact Form Submission –
    mailed-by: a2plcpnl0020.prod.iad2.secureserver.net
    security: Standard encryption (TLS) Learn more
    : Important because it matched one of your importance filters.

    Tried adding DNS include:spf.secureserver.net – godaddy server – gsuite/google toolbox.google – didnt like it –
    The SPF string can not be parsed, do you have any typos in it?
    Decision permanent error in processing
    Explanation SPF Permanent Error: No valid SPF record for included domain: secureserver.net: include:secureserver.net
    Record v=spf1 include:spf.secureserver.net include:servers.mcsv.net include:_spf.google.com ~all

    The only other option is there is issue with Contact from 7 – set up?
    Is the form “to and from” correct for Contact form 7?
    Is there any other settings in Contact form 7 – that need to be looked at or driving this issue?
    Have you come across this issue before with gsuite and godaddy?

    Appreciate you advice, thanks Diana

    Same problem! I was using the plugin ‘plugin organizer’ to enable contact form 7 only on some pages, and that was the problem.

    I had the same problem but couldn’t resolve it with the solutions above. However I came across this code in my .htaccess file and by removing it, the contact forms started working again!

    <IfModule mod_rewrite.c>
    RewriteCond %{REQUEST_URI} /+[^\.]+$
    RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
    </IfModule>
    sahilofficial671

    (@sahilofficial671)

    I have edited
    1. Htaccess
    2. Disabled all plugins
    3. Disabled Rest Api
    4. Plugin Load Filter (which i don’t know how will solve my problem)

    i have tried many things but my contact form Ajax not working if i am not logged in.
    i can see if i don’t log in Contact form 7 JS and CSS Files getting blocked with this error “net::ERR_ABORTED 409”

    with this everytime i hit submit button page loded with form id and get submitted but i need it to work with ajax.

    If i am logged in Ajax is working. if i am not logged in it form needed to refresh the page

    Screenshot:

    Before Submit Hit – prntscr.com/rpyd61
    After Submit Hit – prntscr.com/rpyd0j

    Please help i am struggling with this error i have seen all forums on internet.

    Thanks in advance!
    Sahil

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Contact Form 7 /wp-json/ 404 Error’ is closed to new replies.