Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mwilliam13

    (@mwilliam13)

    Well, I don’t think anyone really could have pointed this out to me, I definitely found a curve ball… The problem was a fat fingered character at the top of my wp-config.php file. Somehow a “o” got put at the top…

    An added and interesting anomaly that I didn’t notice before, the field [textLName-373] in the send from in the Mail section line is chopping the last character from that field… So, if the data “Frost” was entered in that field, I only get “Fros” in the email from the submission.

    I am having this issue you are describing, however, no other plugins related to Contact Form 7 are installed – I actually deactivated all other unnecessary plugins. When a form is submitted, the arrows spin indefinitely, panicking the submitting user and they resubmit. One so much that I received the same submission 29 times!

    I am on contact-form-7 v3.3.1
    WP v3.4.2
    LAMP

    Any thoughts on why it is hanging? Below is my form code:

    <p>First Name*
    [text* textfname-580] </p>

    <p>Last Name*
    [text* textLName-373] </p>

    <p>Email*
    [email* email-110]</p>

    <p>Phone*
    [text* textphone-413]</p>

    <p>Position:*
    [select* menuposition-547 “Personal Trainer” “Group Instructor” “Club Attendant”]</p>

    <p>Job Qualifications:*
    [textarea* textareaqualifications-849]</p>

    <p>Experience:*
    [textarea* textareaexperience-557]</p>

    <p>Tell us about yourself:
    [textarea* textareaaboutyou-896]</p>

    [submit id:send “send”]
    <p> Please only press “send” once. We have received your form.</p>

    =====Message Body=====

    From: [textfname-580] [textLName-373]<[email-110]>

    [textfname-580] [textLName-373]
    [email-110]
    [textphone-413]

    Appling for the [menuposition-547] position.

    Qualifications:
    [textareaqualifications-849]

    Experience:
    [textareaexperience-557]

    About You:
    [textareaaboutyou-896]

    Sent from http://www.repsetgo.com Career Form online.


    This mail is sent via contact form on Repsetgo.com http://www.repsetgo.com

Viewing 3 replies - 1 through 3 (of 3 total)