www.warchild.ca Open in urlscan Pro
54.144.64.183  Public Scan

Submitted URL: http://www.warchild.ca/
Effective URL: https://www.warchild.ca/
Submission: On December 05 via api from US — Scanned from CA

Form analysis 3 forms found in the DOM

<form id="donation-module" class="needs-validation" novalidate="">
  <h3 class="text-header-white pb-1"> Make a donation today </h3>
  <div class="text-white">
    <div class="row mb-2 donation-module-input">
      <div class="col-6 col-lg">
        <label class="label-small text-white donation-radio-label w-100">
          <input type="radio" name="donation-amount" value="25" data-ga-label="$25">
          <div class="donation-radio-border">
            <div class="donation-radio d-flex justify-content-center align-items-center w-100 py-1 py-lg-0">
              <h4 class="text-header-white mb-0"> $25 </h4>
            </div>
          </div>
        </label>
      </div>
      <div class="col-6 col-lg">
        <label class="label-small text-white donation-radio-label w-100">
          <input type="radio" name="donation-amount" value="50" data-ga-label="$50">
          <div class="donation-radio-border">
            <div class="donation-radio d-flex justify-content-center align-items-center w-100 py-1 py-lg-0">
              <h4 class="text-header-white mb-0"> $50 </h4>
            </div>
          </div>
        </label>
      </div>
      <div class="col-6 col-lg">
        <label class="label-small text-white donation-radio-label w-100">
          <input type="radio" name="donation-amount" value="100" data-ga-label="$100">
          <div class="donation-radio-border">
            <div class="donation-radio d-flex justify-content-center align-items-center w-100 py-1 py-lg-0">
              <h4 class="text-header-white mb-0"> $100 </h4>
            </div>
          </div>
        </label>
      </div>
      <div class="col-6 col-lg">
        <label class="label-small text-white donation-radio-label w-100">
          <input type="radio" name="donation-amount" value="250" data-ga-label="$250">
          <div class="donation-radio-border">
            <div class="donation-radio d-flex justify-content-center align-items-center w-100 py-1 py-lg-0">
              <h4 class="text-header-white mb-0"> $250 </h4>
            </div>
          </div>
        </label>
      </div>
      <div class="col-6 col-lg">
        <label class="label-small text-white donation-radio-label w-100">
          <input type="radio" name="donation-amount" value="500" data-ga-label="$500">
          <div class="donation-radio-border">
            <div class="donation-radio d-flex justify-content-center align-items-center w-100 py-1 py-lg-0">
              <h4 class="text-header-white mb-0"> $500 </h4>
            </div>
          </div>
        </label>
      </div>
    </div>
    <div class="row">
      <div class="col-lg-5 donation-module-input">
        <label class="label-main d-block text-white"> Other amount (in CAD, min $5) </label>
        <div class="position-relative">
          <input id="donation-custom-amount-js" class="form-control bg-black text-white donation-custom-amount pl-3 pr-2 py-2 w-100" type="number" pattern="[0-9]+" min="5" step="1" placeholder="" maxlength="8" required=""
            data-ga-label="Custom Amount">
          <p class="pl-2 donation-custom-amount-symbol label-main text-white"> $ </p>
        </div>
      </div>
    </div>
    <div class="row my-1">
      <div class="col">
        <div id="form-feedback" class="invalid-feedback">Please select a donation value, or enter a custom amount in whole dollars (min $5)</div>
      </div>
    </div>
    <div class="row my-2">
      <div class="col-12 align-items-center">
        <label class="label-small text-white donation-checkbox-label mb-0">
          <span class="align-middle">I'D LIKE TO GIVE THIS AMOUNT MONTHLY</span>
          <input name="level_autorepeat" class="donation-checkbox" type="checkbox" data-ga-label="Monthly">
          <span class="donation-checkmark"></span>
        </label>
      </div>
    </div>
    <div class="row">
      <div class="col-12">
        <button id="submit-donation-js" class="btn light label-cta w-100" type="submit">
          <div class="d-inline-block">
            <div class="position-relative">
              <span class="d-block button-text"> DONATE NOW </span>
              <img class="button-arrow" src="/assets/Arrow-Right-White.svg">
            </div>
          </div>
        </button>
      </div>
    </div>
  </div>
</form>

<form class="newsletter-form needs-validation position-relative mb-1" novalidate="">
  <div class="form-group">
    <label class="label-small text-white mb-1" for="optin-first-name"> First Name </label>
    <input type="text" id="optin-first-name" name="optin-first-name" class="form-control newsletter-modal-first-name-input body-m w-100 mb-1 mb-lg-0" placeholder="First Name" required="">
  </div>
  <div class="form-group mb-1">
    <label class="label-small text-white mb-1" for="optin-email"> Email Address </label>
    <input type="email" id="optin-email" name="optin-email" class="form-control newsletter-modal-email-input body-m w-100 mb-1 mb-lg-0" placeholder="name@example.com" required="">
  </div>
  <button type="submit" name="ACTION_SUBMIT_SURVEY_RESPONSE_TOAST" class="ACTION_SUBMIT_SURVEY_RESPONSE_TOAST btn secondary w-100 label-cta text-white">
    <div class="d-inline-block">
      <div class="position-relative">
        <p class="button-text mb-0 text-black"> SIGN UP NOW </p>
        <img class="button-arrow" src="/assets/Arrow-Right-Black.svg">
      </div>
    </div>
  </button>
  <div class="text-center mt-1">
    <p class="newsletter-modal-dismiss label-cta text-white d-inline-block" data-dismiss="modal" aria-label="Close"> NO THANKS </p>
  </div>
</form>

<form class="newsletter-form" novalidate="">
  <div class="row position-relative">
    <div class="newsletter-form-thanks bg-sand position-absolute d-flex align-items-center justify-content-center">
      <p class="text-coal body-m mb-0"> Thank You </p>
    </div>
    <div class="form-group col-12 offset-lg-1 col-lg-4 mb-lg-0">
      <label class="label-small text-coal" for="optin-first-name"> First Name </label>
      <input type="text" id="optin-first-name" name="optin-first-name" class="form-control first-name-input body-m w-100 mb-1 mb-lg-0" placeholder="First Name" required="">
    </div>
    <div class="form-group col-12 col-lg-4 mb-lg-0">
      <label class="label-small text-coal" for="optin-email"> Email Address </label>
      <input type="email" id="optin-email" name="optin-email" class="form-control email-input body-m w-100 mb-1 mb-lg-0" placeholder="name@example.com" required="">
    </div>
    <div class="col-12 col-lg-2 d-flex align-items-end">
      <button type="submit" name="ACTION_SUBMIT_SURVEY_RESPONSE_TOAST" class="newsletter-submit ACTION_SUBMIT_SURVEY_RESPONSE_TOAST btn light w-100 label-cta text-white" data-gtag-action="sign-up" data-gtag-category="newsletter"
        data-gtag-label="footer">
        <div class="d-inline-block">
          <div class="position-relative">
            <p class="button-text mb-0"> SIGN UP NOW </p>
            <img class="button-arrow" src="/assets/Arrow-Right-White.svg">
          </div>
        </div>
      </button>
    </div>
  </div>
</form>

Text Content

JOIN US FOR WAR CHILD’S GALA, DEC. 5 2022, AT THE ROYAL ONTARIO MUSEUM




War Child Home
 * Our Programs
 * About Us
 * Our Story
 * Get Involved
 * DONATE NOW

War Child Home

 * Our Programs
 * About Us
 * Our Story
 * Get Involved

--------------------------------------------------------------------------------

CONNECT WITH US

 * 
 * 
 * 
 * 

DONATE NOW


TAKE ACTION NOW

We are on the ground working to protect children from the brutal impact of war.
Donating to War Child means you are choosing to support and empower their
communities.

Home


MAKE A DONATION TODAY

$25

$50

$100

$250

$500

Other amount (in CAD, min $5)

$

Please select a donation value, or enter a custom amount in whole dollars (min
$5)
I'D LIKE TO GIVE THIS AMOUNT MONTHLY
DONATE NOW
When they lose everything, you can do something

DOING NOTHING ALLOWS INJUSTICE TO PERSIST. THERE ARE MANY WAYS YOU CAN SUPPORT
WAR CHILD.

Learn more




LEARN MORE ABOUT WHAT WE DO AND WHERE YOUR DONATIONS GO

Our success hinges on your support. By donating, we know that you're as invested
in our results as we are.

DISCOVER OUR PROGRAMS

OUR ORGANIZATION

 * Financials
 * Publications
 * Leadership
 * Policies

GET INVOLVED

 * Fundraising
 * Careers
 * Donate
 * Partnerships
 * Secure Reporting

AFFILIATIONS

CONTACT US

 * 1-866-927-2445
 * Email us
 * Media Inquiries

CONNECT WITH US

 * 
 * 
 * 
 * 

War Child Canada 248-67 Mowat Ave., Toronto, ON, M6K 3E3 Charitable Reg. # 87237
4426 RR0001

Your subscription is appreciated.

Thank you for subscribing to the War Child mailing list. We will keep you
updated with news about our organization and ongoing initiatives.

KEEP BROWSING

Our programs don’t disappear when the headlines do

Sign up to the War Child mailing list to hear about our ongoing initiatives.

First Name
Email Address

SIGN UP NOW

NO THANKS

Your information will be used in accordance with our Privacy Policy.

You can unsubscribe from our list at any time.


OUR PROGRAMS DON’T DISAPPEAR WHEN THE HEADLINES DO

Sign up to War Child’s mailing list to hear about our ongoing initiatives.

Thank You

First Name
Email Address

SIGN UP NOW

Hello, neighbour.

It appears you are visiting the War Child Canada site from the U.S.A. In an
effort to ensure that you are receiving the most relevant information and your
donation has the most impact, we invite you to visit War Child USA.

VISIT WAR CHILD USA

TAKE ME TO THE CANADIAN SITE

By clicking “Visit War Child”, you agree to War Child USA’s Terms of Use and
Privacy Policy and acknowledge that any donations and/or information that you
provide on that website will be collected by War Child USA and may be stored on
data systems in the United States of America”


X