Seems simple to do, but everything I try (double enter,
,<p>)
either shows no check boxes or they are word wrapped. That is my major issue is the fact that I have a fixed width css the checkbox will be on page on line one and title on line 2, looks lame.
So I would like to have one per line, is it possible?
Reference Link Below---password is test
http://theguitardog.com/news/?page_id=417
PASSWORD is: test
<p>Full Name (required)<br />
[text* your-name] </p>
<p>Email Address (required)<br />
[email* your-email] </p>
<p>Phone Number (required)<br />
[text* your-phone] </p>
<p>Email Subject<br />
[text your-subject] </p>
<p>Check all that apply:<br />
[checkbox interestedin
"Guitar Repair"
"Neck Repair"
"Restoration"
"Pickup Installation"
"Instrument Tuning Service"
"Effects or Amp Repair"
"Custom Build Out Service"
]</p>
Schedule an Appointment
[select CheckAvailability "Month:" "JANUARY" "FEBRUARY" "MARCH" "APRIL" "MAY" "JUNE" "JULY" "AUGUST" "SEPTEMBER" "OCTOBER" "NOVEMBER" "DECEMBER"]
[select Day "Day" "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17" "18" "19" "20" "21" "22" "23" "24" "25" "26" "27" "28" "29" "30" "31"]
[select Day "Time of Day" "Morning" "Afternoon" "Evening"]
<p>Message<br />
[textarea your-message] </p>
<p>[submit "Send"]</p>