• Hi,

    I’ve started running into a problem on my local development server (and so I’ve also tested it on a server elsewhere to ensure it’s not just my machine.

    With the latest Contact Form 7, drop down lists and checkboxes (except the “acceptance” checkbox) are not being rendered.

    On the sample page, here is the dropdown tag, as created in your plugin:

    <label>Would you like to add “ClickSmart”?<br />
    [checkbox checkbox-Clicksmart exclusive use_label_element]
    </label><br />

    <label> Which service would you like?<br />
    [select* your-package “CudaMail” “CudaMail Pro” “Inbound Only” use_label_element]<br />
    <label><br />

    Here is what renders (html of the actual page):

    <p><label>Would you like to add “ClickSmart”?<br />
    <span class=”wpcf7-form-control-wrap checkbox-Clicksmart”><span class=”wpcf7-form-control wpcf7-checkbox wpcf7-exclusive-checkbox”></span></span><br />
    </label></p>

    <p><label> Which service would you like?<br />
    <br />
    <label></p>

    As you can see, no ACTUAL dropdown or checkbox actually is written on the page?

    It does the same on my development server.

    Any ideas?

    Thanks
    David

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

Viewing 1 replies (of 1 total)
  • Tried looking at your form at link supplied. Wordfence is preventing access to page.

    Need to inspect your form with Chrome Dev Tools to investigate your problem.

Viewing 1 replies (of 1 total)
  • The topic ‘Dropdowns and Checkboxes Not Rendering’ is closed to new replies.