Checkbox format not working right
-
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>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Checkbox format not working right’ is closed to new replies.