• jforman

    (@jforman)


    I am trying to use the default format for checkbox in my form.

    New site fresh install of WordPress.

    Trying to add a check box to the contact form with 3 items.

    The checkbox itself is showing up in the line above each item and to the left.

    https://dl.dropboxusercontent.com/u/17366313/Contact%20Form%207%20CHECKBOX.png

    The code is like this:

    <p><b>Your Name (required)</b><br />
        [text* your-name] </p>
    
    <p><b>Your Email (required)</b><br />
        [email* your-email] </p>
    
    <p><b>Subject (required)</b><br />
        [text* your-subject] </p>
    
    <p><b>Your Town</b>
    [select Town include_blank "Acton" "Arlington" "Ashby" "Ashland" "Ayer" "Bedford" "Belmont" "Billerica" "Boxborough" "Burlington" "Cambridge" "Carlisle" "Chelmsford" "Concord" "Dracut" "Dunstable" "Everett" "Framingham" "Groton" "Holliston" "Hopkinton" "Hudson" "Lexington" "Lincoln" "Littleton" "Lowell" "Malden" "Marlborough" "Maynard" "Medford" "Melrose" "Natick" "Newton" "North Reading" "Pepperell" "Reading" "Sherborn" "Shirley" "Somerville" "Stoneham" "Stow" "Sudbury" "Tewksbury" "Townsend" "Tyngsborough" "Wakefield" "Waltham" "Watertown" "Wayland" "Westford" "Weston" "Wilmington" "Winchester" "Woburn"]</p>
    
    <p><b>I would like to:</b><br />
        [checkbox ContactType "volunteer" "canvass" "Get updates"]</p>
    
    <p><b>Your Message</b><br />
        [textarea your-message] </p>

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

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

    (@takayukister)

    Try switching to the default theme.

    Thread Starter jforman

    (@jforman)

    Thanks for the quick reply.
    When I switch back to the default theme 16, then it works as expected.

    The theme I am using is “Tesseract”

    I next step is to send them an email telling them that they are not totally compatible with this plug-in, this is the plug-in that they use in their tutorial.

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

The topic ‘Checkbox format not working right’ is closed to new replies.