Replies: 0
Hi James,
The following form was work beautifully but now none of the conditions
that open when a single checkbox is checked work. (In the ‘Availability’ section).
The “times” that are supposed to be hidden until a day is check are always visible.
e.g.
[checkbox Av_monday_ckb “Monday”] is not checked but
[group Av_monday_morning] [checkbox Av_monday_morning_ckb “Morning”][/group].
[group Av_monday_afternoon] [checkbox Av_monday_afternoon_ckb “Afternoon”][/group]
[group Av_monday_evening] [checkbox Av_monday_evening_ckb “Evening”][/group]
[group Av_monday_anytime] [checkbox Av_monday_anytime_ckb “Anytime”][/group]
are always visible.
I am including the form code and the exported conditions.
Plugin Version 1.1
Thanks for checking.
Stan Fisher
<div style=”overflow-x:auto;”>
<table class=”volform” style=”max-width:100%;”>
<tr>
<td>Name*
[text* volunteer-name size:25 maxlength:30]</td>
</tr>
<tr><td colspan=”2″>Address*
[text* address size:60 maxlength:60]</td></tr>
<tr><td>City*
[text* city size:25 placeholder “San Antonio”]</td>
<td>Zip*
[text* zip maxlength:10 size:10 placeholder “78xxx”]</td></tr>
<tr><td>Occupation
[text occupation size:25 maxlength:30]</td>
<td>Employer
[text employer size:25 maxlength:30]</td></tr>
<tr><td>Best Phone*
[text* phone size:25 placeholder “210 xxx xxxx”]</td>
<td>Email*
[email* email size:25 maxlength:50]</td></tr>
<tr><td colspan=”2″>DOB*
[text* DOB size:25 maxlength:30]</td></tr>
</table>
The following information can be found on your voter registration card.
<table class=”volform” style=”max-width:100%;border:none”>
<tr><td>Voter Registration ID (VUID)
[text VUID size:25]</label></td>
<td>Voting Precinct (4 digits)
[text precinct size:5 minlength:4 maxlength:4]</td></tr>
</table>
<table class=”volform”>
<tr>
<td>US Congressional District
[text CD size:5 minlength:2 maxlength:2]</td>
<td>Texas Senate District
[text SD size:5 minlength:2 maxlength:2]</td>
<td>Texas Legislature District
[text LegisD size:5 minlength:3 maxlength:3]</td>
</tr>
</table>
I will help with the following:
<table class=”volform” style=”max-width:90%;border:none;”>
<tr>
<td style=”width:50%;”>[checkbox special_events “Special Events/Fundraisers”]</td>
<td>[checkbox drive_voters_to_polls “Drive voters to the Polls”]</td>
</tr>
<tr>
<td>[checkbox receptionist_work “Receptionist Work”]</td>
<td>[checkbox candidate_yard_sign_distribution “Yard Sign Distribution”]</td>
</tr>
<tr>
<td>[checkbox data_entry “Data Entry”]</td>
<td>[checkbox block_walking “Block Walking”]</td>
</tr>
<tr>
<td>[checkbox computer_specialist “Computer Specialist”]</td>
<td>[checkbox phone_banking “Phone Banking”]</td>
</tr>
<tr>
<td>[checkbox special_projects “Special Projects”]</td>
<td>[checkbox voter_registration “Voter Registration”]</td>
</tr>
<tr>
<td>[checkbox election_worker “Election Worker (Judge/Clerk)”]</td>
<td>[checkbox internet_research “Internet Research”]</td>
</tr>
<tr>
<td style=”vertical-align:top;”>[checkbox poll_watcher “Election Poll Watcher”]</td>
<td style=”vertical-align:top;”>[checkbox special_talents “Other Special Talent(s)”][group OtherTalents]
[text other_special_talent size:12 maxlength:25][/group]</td>
</tr>
</table>
I prefer to work
<table class=”volform” style=”max-width:100%;border:none;”>
<tr><td>[checkbox* prefer_to_work “Whenever Needed” “At Candidate Headquarters” “At Party Headquarters”]
</td>
</tr>
</table>
Availability
<table class=”volform” style=”max-width:100%;border:none;”>
<tr>
<td style=”width:23%;vertical-align:top;”>[checkbox Av_any_day_ckb “Any Day”]</td>
<td colspan=”3″>[group Av_any_day]
Preferred Time [text Av_any_day_any_time size:10 maxlength:25][/group]</td>
</tr>
<tr>
<td>[checkbox Av_monday_ckb “Monday”]</td>
<td>[group Av_monday_morning] [checkbox Av_monday_morning_ckb “Morning”][/group]</td>
<td>[group Av_monday_afternoon] [checkbox Av_monday_afternoon_ckb “Afternoon”][/group]</td>
<td>[group Av_monday_evening] [checkbox Av_monday_evening_ckb “Evening”][/group]</td>
<td>[group Av_monday_anytime] [checkbox Av_monday_anytime_ckb “Anytime”][/group]</td>
</tr>
<tr>
<td>[checkbox Av_tuesday_ckb “Tuesday”]</td>
<td>[group Av_tuesday_morning] [checkbox Av_tuesday_morning_ckb “Morning”][/group]</td>
<td>[group Av_tuesday_afternoon] [checkbox Av_tuesday_afternoon_ckb “Afternoon”][/group]</td>
<td>[group Av_tuesday_evening] [checkbox Av_tuesday_evening_ckb “Evening”][/group]</td>
<td>[group Av_tuesday_anytime] [checkbox Av_tuesday_anytime_ckb “Anytime”][/group]</td>
</tr>
<tr>
<td>[checkbox Av_wednesday_ckb “Wednesday”]</td>
<td>[group Av_wednesday_morning] [checkbox Av_wednesday_morning_ckb “Morning”][/group]</td>
<td>[group Av_wednesday_afternoon] [checkbox Av_wednesday_afternoon_ckb “Afternoon”][/group]</td>
<td>[group Av_wednesday_evening] [checkbox Av_wednesday_evening_ckb “Evening”][/group]</td>
<td>[group Av_wednesday_anytime][checkbox Av_wednesday_anytime_ckb “Anytime”][/group]</td>
</tr>
<tr>
<td>[checkbox Av_thursday_ckb “Thursday”]</td>
<td>[group Av_thursday_morning] [checkbox Av_thursday_morning_ckb “Morning”][/group]</td>
<td>[group Av_thursday_afternoon] [checkbox Av_thursday_afternoon_ckb “Afternoon”][/group]</td>
<td>[group Av_thursday_evening] [checkbox Av_thursday_evening_ckb “Evening”][/group]</td>
<td>[group Av_thursday_anytime][checkbox Av_thursday_anytime_ckb “Anytime”][/group]</td>
</tr>
<tr>
<td>[checkbox Av_friday_ckb “Friday”]</td>
<td>[group Av_friday_morning] [checkbox Av_friday_morning_ckb “Morning”][/group]</td>
<td>[group Av_friday_afternoon] [checkbox Av_friday_afternoon_ckb “Afternoon”][/group]</td>
<td>[group Av_friday_evening] [checkbox Av_friday_evening_ckb “Evening”][/group]</td>
<td>[group Av_friday_anytime][checkbox Av_friday_anytime_ckb “Anytime”][/group]</td>
</tr>
<tr>
<td>[checkbox Av_saturday_ckb “Saturday”]</td>
<td>[group Av_saturday_morning] [checkbox Av_saturday_morning_ckb “Morning”][/group]</td>
<td>[group Av_saturday_afternoon] [checkbox Av_saturday_afternoon_ckb “Afternoon”][/group]</td>
<td>[group Av_saturday_evening] [checkbox Av_saturday_evening_ckb “Evening”][/group]</td>
<td>[group Av_saturday_anytime][checkbox Av_saturday_anytime_ckb “Anytime”][/group]</td>
</tr>
<tr>
<td>[checkbox Av_sunday_ckb “Sunday”]</td>
<td>[group Av_sunday_morning] [checkbox Av_sunday_morning_ckb “Morning”][/group]</td>
<td>[group Av_sunday_afternoon] [checkbox Av_sunday_afternoon_ckb “Afternoon”][/group]</td>
<td>[group Av_sunday_evening] [checkbox Av_sunday_evening_ckb “Evening”][/group]</td>
<td>[group Av_sunday_anytime][checkbox Av_sunday_anytime_ckb “Anytime”][/group]</td>
</tr>
</table>
[submit “Submit My Volunteer Information”]
</div>
——————
Conditions
if [Av_sunday_ckb] not equals “” then show [Av_sunday_anytime]
if [Av_sunday_ckb] not equals “” then show [Av_sunday_evening]
if [Av_sunday_ckb] not equals “” then show [Av_sunday_afternoon]
if [Av_sunday_ckb] not equals “” then show [Av_sunday_morning]
if [Av_saturday_ckb] not equals “” then show [Av_saturday_anytime]
if [Av_saturday_ckb] not equals “” then show [Av_saturday_evening]
if [Av_saturday_ckb] not equals “” then show [Av_saturday_afternoon]
if [Av_saturday_ckb] not equals “” then show [Av_saturday_morning]
if [Av_friday_ckb] not equals “” then show [Av_friday_anytime]
if [Av_friday_ckb] not equals “” then show [Av_friday_evening]
if [Av_friday_ckb] not equals “” then show [Av_friday_afternoon]
if [Av_friday_ckb] not equals “” then show [Av_friday_morning]
if [Av_thursday_ckb] not equals “” then show [Av_thursday_anytime]
if [Av_thursday_ckb] not equals “” then show [Av_thursday_evening]
if [Av_thursday_ckb] not equals “” then show [Av_thursday_afternoon]
if [Av_thursday_ckb] not equals “” then show [Av_thursday_morning]
if [Av_wednesday_ckb] not equals “” then show [Av_wednesday_anytime]
if [Av_wednesday_ckb] not equals “” then show [Av_wednesday_evening]
if [Av_wednesday_ckb] not equals “” then show [Av_wednesday_afternoon]
if [Av_wednesday_ckb] not equals “” then show [Av_wednesday_morning]
if [Av_tuesday_ckb] not equals “” then show [Av_tuesday_anytime]
if [Av_tuesday_ckb] not equals “” then show [Av_tuesday_evening]
if [Av_tuesday_ckb] not equals “” then show [Av_tuesday_afternoon]
if [Av_tuesday_ckb] not equals “” then show [Av_tuesday_morning]
if [Av_monday_ckb] not equals “” then show [Av_monday_anytime]
if [Av_monday_ckb] not equals “” then show [Av_monday_evening]
if [Av_monday_ckb] not equals “” then show [Av_monday_afternoon]
if [Av_monday_ckb] not equals “” then show [Av_monday_morning]
if [Av_any_day_ckb] not equals “” then show [Av_any_day]
if [special_talents] not equals “” then show [OtherTalents]