{% if page.headline.size > 0 %}

{{ page.headline }}

{% endif %} {% if page.donation_v2.content.size > 0 %}
{{ page.donation_v2.content }}
{% endif %}
{% assign thermo_width = 100 %} {% if page.donation_v2.has_amount_goal? %}
{% if page.donations_count < 1 %}
Just started
{% else %}

{{ page.donations_amount_format }}

raised of a {{ page.donation_v2.amount_goal_format }} goal
{% endif %}
{% elsif page.donation_v2.has_donor_goal? %}
{% if page.donors_count < 2 %}
Just started
{% else %}

{{ page.donors_count }}

donors of a {{ page.donation_v2.donor_goal }} donor goal
{% endif %}
{% endif %} {% form_for donation %}
{% error_messages_for donation %}
{% if page.donation_v2.has_merchant_account? == false %}

No bank account: This page will not work until you add a bank account

{% elsif page.donation_v2.merchant_account.is_test_mode? %}

Testing mode: Transactions will not be processed. Use your regular credit card to test, you will not actually be charged.

{% endif %}
{% if request.current_order %}

Your order

    {% for item in request.current_order.items %}
  • {% if item.num_time_periods and item.time_period_type %} {{ item.quantity }} {{ item.name }} @ {{ item.amount }} - billed automatically every {{ item.num_time_periods }} {{item.time_period_type }} {% else %} {{ item.quantity }} {{ item.name }} @ {{ item.amount }} {% endif %}
  • {% endfor %}
{% else %}

Amount

{% if page.donation_v2.amount_in_cents != 0 %}

{{ page.donation_v2.amount_formatted }}

{% else %}
{{ page.donation_v2.form_amount_options }}
{% endif %} {% if page.donation_v2.accepts_variable_amounts? or page.donation_v2.donation_frequency == "any" %}
{% if page.donation_v2.accepts_variable_amounts? %}
{{ page.donation_v2.amount_other }}
{% endif %} {% if page.donation_v2.donation_frequency == "any" %}
{{ page.donation_v2.monthly_recurring_radio_buttons }}
{% endif %}
{% endif %} {% if page.donation_v2.donation_frequency == "monthly" %}
Paid monthly
{% endif %}
{% endif %}

Pay With

{% if page.donation_v2.express_payment_activated? %}
{% endif %}
If you use Apple Pay, your confirmation prompt may refer to our processor, "NationBuilder"

You're almost done! Submit {% if request.current_order %}payment {% else %}donation {% endif %}below.

Payment method information has been saved.

{% payment_field 'card' %}

Change payment method

Your Information

{% email_field "email", class:"text form-control" %}
{% text_field "first_name", class:"text form-control" %}
{% text_field "last_name", class:"text form-control" %}
{% phone_field "billing_address.phone_number", class:"text form-control" %}

Edit ,

{% collection_select "billing_address.country_code", page.donation_v2.countries, "code", "name", class:"select form-control" %}
{% text_field "billing_address.address1", class:"text form-control" %}
{% text_field "billing_address.address2", class:"text form-control" %}
{% text_field "billing_address.address3", class:"text not-us-or-canada hide form-control" %}
{% text_field "billing_address.city", class:"text form-control" %}
{% collection_select "billing_address.state", page.donation_v2.us_states, "code", "name", class:"select form-control" %}
{% text_field "billing_address.state", class:"text form-control" %}
{% text_field "billing_address.zip", class:"text form-control" %}
{% if page.donation_v2.merchant_account.is_employer_and_occupation_required? %}

Employer Info

{% text_field "employer", class:"text form-control" %}
{% text_field "occupation", class:"text form-control" %}
{% if page.donation_v2.merchant_account.is_employer_address_required? %}
{% collection_select "work_address.country_code", page.donation_v2.countries, "code", "name", class:"select form-control" %}
{% text_field "work_address.address1", class:"text form-control" %}
{% text_field "work_address.address2", class:"text form-control" %}
{% text_field "work_address.city", class:"text form-control" %}
{% text_field "work_address.state", class:"text form-control" %}
{% text_field "work_address.zip", class:"text form-control" %}
{% elsif page.donation_v2.merchant_account.is_employer_city_required? %}
{% collection_select "work_address.country_code", page.donation_v2.countries, "code", "name", class:"select form-control" %}
{% text_field "work_address.city", class:"text form-control" %}
{% text_field "work_address.state", class:"text form-control" %}
{% text_field "work_address.zip", class:"text form-control" %}
{% endif %}

Law requires we ask for your employer and occupation. If you don't have an employer or are retired, put N/A, and if you are self-employed put "self-employed" in employer and describe your occupation.

{% endif %} {% if page.donation_v2.merchant_account.is_corporate_contribution_required? %}
{% check_box "is_corporate_contribution", class:"checkbox" %}
{% endif %}
{% for cf in custom_fields.donation %} {% assign custom_field = cf[1] %} {% assign custom_field_id = 'custom_values.' | append: custom_field.slug %}
{% if custom_field.is_text? %}
{% text_field custom_field_id, class:"text form-control" %}
{% elsif custom_field.is_number? %}
{% number_field custom_field_id, class:"text form-control" %}
{% elsif custom_field.is_boolean? %}
{% check_box custom_field_id, class:"checkbox" %}
{% elsif custom_field.is_multiple_choice? %}
{% collection_select custom_field_id, custom_fields.donation[custom_field.slug].multiple_choice_options, class:"select form-control" %}
{% endif %}
{% endfor %} {% unless page.show_consent_form? %}
{% check_box "email_opt_in" %}
{% endunless %} {% if page.donation_v2.merchant_account.is_taxable? %}
Contributions are not tax deductible.
{% else %}
Contributions are tax deductible.
{% endif %}
{% if page.donation_v2.merchant_account.has_contribution_rules? %}
Contribution rules
{{ page.donation_v2.merchant_account.contribution_rules }}
{% check_box "is_confirmed", class:"checkbox" %}
{% endif %} {% if site.ask_to_publish_to_stream? %}
{% check_box "is_private", class:"checkbox" %}
{% endif %}
{% if request.current_order %} {{page.donation_v2.ticket_purchase_total}} {% else %} {% if page.donation_v2.confirmation_amount %} {{ page.donation_v2.currency_symbol }}{{ page.donation_v2.confirmation_amount }} {% else %} Please select an amount {% endif %} {% if page.donation_v2.donation_frequency == "one-time" %} {% elsif page.donation_v2.donation_frequency == "monthly" %}
paid monthly
{% elsif page.donation_v2.donation_frequency == "annual" %}
paid annually
{% else %}
{% if page.donation_v2.interval_monthly? %}paid monthly{% endif %}
{% endif %}
{% endif %}
{% if page.show_consent_form? %} {% include "consent_form" %} {% endif %}
{% if request.current_order %} {% submit_tag "Process payment", class:"submit-button btn btn-primary btn-lg" %} {% else %} {% submit_tag "Donate now", class:"submit-button btn btn-primary btn-lg" %} {% endif %}
{% endform_for %}