• I’m stumped. This form keeps returning error messages when users hit submit. I’m assuming it’s a problem with the form, but I can’t figure out what it is. Anyone want to take a crack at it? Thanks!

    Form code:

    <p>Your name (required)<br />
        [text* your-name] </p>
    
    <p>Your contact info (required)<br />
        [text* contact watermark "Enter your email or phone number"] </p>
    
    <p>Quantity and Type
        [select Lilies include_blank "1" "2" "3" "4" "5" "6" "7" "8"]Lilies
        [select Tulips include_blank "1" "2" "3" "4" "5" "6" "7" "8"]Tulips</p>
    
    <p>In memory of<br />
      [text inmemory]</p>
    
    <p>In celebration of<br />
       [text incelebration]</p>
    
    <p>Payment Options<br />
    [radio Payment "I will pay in person by cash or check payable to New Hope Church" "I will pay online by credit or debit card (after you click Submit, click the Donate button below)"]</p>
    
    <p>[submit "Place Order"]</p>

    Email code:

    From: [your-name]
    Contact Information: [contact]
    
    Lilies ordered: [Lilies]
    Tulips ordered: [Tulips]
    
    In memory of: [inmemory]
    In celebration of: [incelebration]
    
    Payment: [Payment]

    http://wordpress.org/extend/plugins/contact-form-7/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter New Hope Church

    (@new-hope-church)

    By the way, after posting this I removed the parentheses within the radio Payment option field, but that didn’t fix things.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    The form seems to be okay. What error message do you see?

    See FAQ.

    Thread Starter New Hope Church

    (@new-hope-church)

    Thanks for your reply. I should have said I’m getting the “red box” error, Sender’s message was failed to send. I’ve customized the actual error message, but I’ve always done that with no problem. I took the post with the form offline until I can get this working right, but if you need to see it I’ll publish it. Thanks again for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Troubleshooting a specific form’ is closed to new replies.