• Resolved andytruetone

    (@andytruetone)


    Since I changed my website to a new theme, I can’t get any forms to submit if they include radio buttons, checkboxes or dropdown menus.

    If you follow the link to the page where I need help, you see two forms. The first is this and submits correctly every time.

    <label> Contact
        [text* contact] </label>
    
    <label> Email
        [email* your-email] </label>
    
    [text select1 "Yes"]
    
    [text select2 "Yes"]
    
    [text select3 "Yes"]
    
    [submit "Submit"]

    The second form below the line is from this code below. When you click submit, the wheel spins and it never finishes. There is one each of radio, checkbox and a dropdown, but the same issue happens in any combinations of these. It also occurs in both Chrome and Safari. Any ideas why this happens?

    <label> Contact
        [text* contact] </label>
    
    <label> Email
        [email* your-email] </label>
    
    [radio select1 "Yes" "No"]
    
    [checkbox select2 "Yes" "No"]
    
    [select select3 include_blank "Yes" "No"]
    
    [submit "Submit"]

    The page I need help with: [log in to see the link]

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

    (@takayukister)

    What other plugins and theme do you use on the site?

    Thread Starter andytruetone

    (@andytruetone)

    Thank you for the reply.

    The theme is my own child theme based on Fairy.

    These are the plugins (** = inactive).

    Advanced Content Templates
    Advanced Custom Fields
    Akismet Anti-Spam
    AudioIgniter
    Child Theme Configurator
    CoBlocks
    Code Click-to-Copy by WPJohnny
    Conditional Fields for Contact Form 7
    Contact Form 7
    Contact Form 7 - Dynamic Text Extension
    Contact Form DB
    Copy & Delete Posts
    Cue
    EmbedPress
    Featured Images for Categories Pro
    Font Awesome
    Jetpack **
    Latest Posts
    myStickymenu
    PDF Embedder
    Popular Brand SVG Icons - Simple Icons
    Remove Category Word From Title
    ReOrder Posts within Categories
    Shortcoder
    Social Icons Widget & Block by WPZOOM
    Sticky Posts - Switch **
    WP Cloud Plugin Out-of-the-Box (Dropbox)
    WP No Base Permalink
    Thread Starter andytruetone

    (@andytruetone)

    I solved it!

    I deactivated all my plugins one at a time on the staging site and realized the problem was “Contact Form DB.” I did not realize that is now a dead plugin, so I deleted it, replaced it with CFDB7, and now everything works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Forms with Radio, Checkbox, DropDown Menus won’t submit’ is closed to new replies.