Base Tag
Add the following tag to the page:
variant_vote_plan
Configuration Tags
election: CITY_YYYY
region: CITY
candidate: Candidate Name
advance start: YYYY-MM-DD
advance end: YYYY-MM-DD
advance time: 9:00am-9:00pm
election day: YYYY-MM-DD
election day time: 8:30am-8:30pm
optional – limit results to one district in the region:
district: WARD NUMBER/NAME
Custom Fields
voteplan_time
Select Options: Morning, Afternoon, Evening
voteplan_transportation
Select Options: Walking, Biking, Taking Transit, Driving
voteplan_eday_location
Text Field
voteplan_advance_location
Text Field
Auto Response
Subject:
Thank you for making a plan to vote!
Content:
Copy this into the source code of the content.
<p>{{ recipient.first_name_or_friend }} --<br /><br />Thank you for making a plan to vote!<br /><br />As a reminder, you told us:<br /><br /><strong>I plan to vote:</strong> {{recipient.custom_values_for_display['voteplan_time']}}<br /><strong>I'll get to the polls by: </strong>{{recipient.custom_values_for_display['voteplan_transportation']}}<br /><br />{% if recipient.custom_values_for_display['voteplan_time'] == 'On Election Day' %}<br /><strong>Your polling station is at:</strong> {{recipient.custom_values_for_display['voteplan_eday_location']}}<br />{% else %}<br /><strong>Your polling station is at:</strong> {{recipient.custom_values_for_display['voteplan_advance_location']}}<br />{% endif %}</p>