• I have a form on my WordPress site that has quite a few fields (Checkboxes, file upload, etc) and I keep getting a lot of messages from people saying it just keeps showing the loading arrows. Some other people have gotten back to me saying it just gives a 403 because of Ajax/jQuery (I’m not sure how they know that). Lots of submissions aren’t coming through and I need them. Here is the link:

    http://www.x3de.com/im-outsourcing/

    Thanks a lot for your time!

    https://wordpress.org/plugins/contact-form-7/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I just tested your form and it worked as expected.

    RE: I keep getting a lot of messages from people saying it just keeps showing the loading arrows

    ​​​​Ongoing loading arrow means that CF7’s Javascript is not completing. Could be due to something in your form content.

    ​​RE: other people have gotten back to me saying it just gives a 403 because of Ajax/jQuery (I’m not sure how they know that)

    ​​They could be using Firebug or Chrome Dev Tools to examime your form. Again sounds like something in your form content.

    Thread Starter DearVolt

    (@dearvolt)

    Thanks for getting back to me. What exactly should I be looking for in the form content that could be causing this? Here it is:

    <p>Your Name and Surname (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>Skype ID
    [text your-skype] </p>

    <p>Area of Expertise
    [checkbox checkbox-968 “Web Designer” “Graphic Designer” “Concept Artist” “Photographer” “Front-End Web Developer (HTML/CSS/JS)” “Back-End Web Developer (PHP, Java, SQL)” “Expert CMS Developer” “Writer” “SEO Expert” “Multimedia” “Marketing” “Project Management” “Client Support” “Training (Remote)”]</p>

    <p>Additional Information (Include CMSs, programming languages, etc.)
    [textarea additional] </p>

    <p>How You Bill
    [checkbox checkbox-568 “Hourly Rate” “Per Project” “Set Rate”]</p>

    <p>Hourly Rate (If Applicable)
    [text your-rate] </p>

    <p>External Links (Website/Portfolio/LinkedIn/DeviantArt)
    [url website]
    [url portfolio]
    [url linkedin]</p>

    <p>How often are you available for work?
    [text available] </p>

    <p>Upload CV/Resume/Extra Files
    [file file-881] </p>

    <p>Additional Message/Motivation
    [textarea your-message] </p>

    <p>[submit “Send”]</p>

    <p>NOTE: If the form isn’t submitting, please read below:</p>
    <p>Due to the huge influx of responses, the form seems to be struggling with all the emails. If it doesn’t work for you, please use the form on our Contact page</p>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ajax/jQuery 403’ is closed to new replies.