pledgestar.com Open in urlscan Pro
52.35.107.235  Public Scan

Submitted URL: https://t.pledgestar.com/-O1xBSEoZZltUFA--/
Effective URL: https://pledgestar.com/valorchristian/pledge/?DA4eHwsOPQxYEXRWXnxWRUY-
Submission: On September 25 via manual from DE — Scanned from DE

Form analysis 3 forms found in the DOM

POST

<form id="PledgeForm" method="post" novalidate="true">
  <input type="hidden" name="Family.ID" value="2203627">
  <input type="hidden" name="Donor.ID" value="19704756">
  <input type="hidden" name="Pledge.ID" value="0">
  <input type="hidden" name="PseudoPledge.ID" value="0">
  <!-- PLEDGE INFO ------------------------------------------->
  <div class="row py-4 px-3 px-md-5">
    <div class="col-sm-4 col-lg-3">
      <h4>Pledge Information</h4>
    </div>
    <div class="form-group col-sm-8 col-lg-9">
      <div>
        <h6>CONFIRM YOUR FIRST AND LAST NAME FOR YOUR RECEIPT</h6>
        <div class="form-row">
          <div class="form-group col-md-6">
            <label for="FirstName">First Name</label>
            <input id="FirstName" type="text" name="Donor.FirstName" value="kevin" class="form-control" data-error="First Name is required and may not exceed 25 characters." required="required" maxlength="25"
              onchange="$('#ConfirmChangeModal').modal('show')">
            <div class="text-secondary text-uppercase help-block with-errors"> </div>
          </div>
          <div class="form-group col-md-6">
            <label for="LastName">Last Name</label>
            <input id="LastName" type="text" name="Donor.LastName" value="bredemeier" class="form-control" maxlength="25">
            <div class="text-secondary text-uppercase help-block with-errors"> </div>
          </div>
          <div class="form-group col-md-6 ">
            <p>An Email Address is required for your receipt. Please enter one below.</p>
            <label for="DonorEmailAddress">Email Address</label>
            <input type="hidden" name="Donor.OriginalValue.EmailAddress" value="">
            <input id="DonorEmailAddress" type="email" name="Donor.EmailAddress" value="" class="form-control" data-error="Email Address is required and must be in the form: yourname@companyname.com" required="required" maxlength="80">
            <div class="text-secondary text-uppercase help-block with-errors"> </div>
          </div>
          <!-- <div class="form-group col-md-6">

                  <label for="donor_FirstName">First name</label>
                  <input type="text" class="form-control" id="donor_FirstName" />

                </div>

                <div class="form-group col-md-6">

                  <label for="donor_LastName">Last name</label>
                  <input type="text" class="form-control" id="donor_LastName" />

                </div> -->
        </div>
      </div>
      <hr>
      <fieldset class="form-group mb-4">
        <legend class="h6 mb-3">SELECT PLEDGE TYPE</legend>
        <div class="custom-control custom-radio">
          <input id="Fixed" type="radio" class="custom-control-input" name="Pledge.Kind" value="Fixed" checked="checked" required="required" onchange="UpdateOptions();">
          <label id="lblFixed" class="custom-control-label" for="Fixed">Combined </label>
        </div>
        <div class="custom-control custom-radio">
          <input id="ParticipantCount" type="hidden" value="2">
          <input id="PerParticipant" type="radio" class="custom-control-input" name="Pledge.Kind" value="PerParticipant" required="required" onchange="UpdateOptions();">
          <label id="lblPerParticipant" class="custom-control-label" for="PerParticipant">Per Runner </label>
        </div>
        <div class="custom-control custom-radio">
          <input id="EstimatedRepCount" type="hidden" value="40">
          <input id="PerRep" type="radio" class="custom-control-input" name="Pledge.Kind" value="PerRep" required="required" onchange="UpdateOptions();">
          <input id="PerRepWaitingForPayment" type="hidden" value="False">
          <input id="FamilyReps" type="hidden" value="0">
          <label id="lblPerRep" class="custom-control-label" for="PerRep">Per Lap</label>
        </div>
        <div class="custom-control custom-radio">
          <input id="Decline" type="radio" class="custom-control-input" name="Pledge.Kind" value="Declined" required="required" onchange="UpdateOptions();">
          <label id="lblDecline" class="custom-control-label" for="Decline">Sorry, I can't right now. </label>
        </div>
        <!-- <div class="custom-control custom-radio">
                <input type="radio" id="donor_pledgeType_combined" name="customRadio" class="custom-control-input" />
                <label class="custom-control-label" for="donor_pledgeType_combined">Combined</label>
              </div>

              <div class="custom-control custom-radio">
                <input type="radio" id="donor_pledgeType_per" name="customRadio" class="custom-control-input" />
                <label class="custom-control-label" for="donor_pledgeType_per">Per jogger</label>
              </div>

              <div class="custom-control custom-radio">
                <input type="radio" id="donor_pledgeType_sorry" name="customRadio" class="custom-control-input" />
                <label class="custom-control-label" for="donor_pledgeType_sorry">Sorry, I can't right now</label>
              </div> -->
      </fieldset>
      <div class="row">
        <div class="form-group col-sm-6">
          <label for="PledgeAmount">Enter a combined amount for<span class="notranslate"> Edelweiss and Xavier</span></label>
          <div class="input-group">
            <div class="input-group-prepend">
              <span class="input-group-text">USD $</span>
            </div>
            <input id="PledgeAmount" type="number" step=".01" name="Pledge.Amount" value="" class="form-control" required="required" min="10" data-error="Please enter an amount greater than or equal to 10." oninput="UpdateAmount();">
          </div>
          <div class="text-secondary text-uppercase help-block with-errors"> </div>
        </div>
      </div>
      <hr>
      <!--  -->
      <div>
        <fieldset class="form-group">
          <legend class="h6 mb-3">SELECT A PAYMENT METHOD</legend>
          <div class="custom-control custom-radio">
            <input id="inpCreditCard" type="radio" class="custom-control-input" name="Pledge.PaymentMethod" value="CreditCard" checked="checked" required="required" onchange="UpdateOptions();">
            <label id="lblPaymentTypeCreditCard" class="custom-control-label" for="inpCreditCard">Credit Card</label>
          </div>
          <div class="custom-control custom-radio">
            <input id="inpCheck" type="radio" class="custom-control-input" name="Pledge.PaymentMethod" value="Check" required="required" onchange="UpdateOptions();">
            <label id="lblPaymentTypeCheck" class="custom-control-label" for="inpCheck">Check</label>
          </div>
        </fieldset>
      </div>
      <fieldset class="form-group mb-4">
        <input id="DonorFeePercent" type="hidden" name="Event.DonorFeePercent" value="3">
        <input type="hidden" name="Pledge.CoverFee" value="">
        <div class="custom-control custom-checkbox">
          <input id="CoverFee" type="checkbox" class="custom-control-input" name="Pledge.CoverFee" value="true" onchange="UpdateOptions();">
          <label class="custom-control-label" for="CoverFee"> I would like to add 3% to my donation to cover credit card fees so that 100% of my donation goes back towards<span class="notranslate"> Valor Christian School International</span>. <span
              class="fa fa-info-circle" aria-hidden="true" data-toggle="tooltip" data-placement="right" title="" data-original-title="Add 3% to cover credit card fees.">
            </span></label>
        </div>
      </fieldset>
      <h6>PLEDGE TOTAL: <span class="text-secondary pl-1">$<span id="CCAmount">0.00</span></span></h6>
      <hr>
      <h6>COMPANY DONATION MATCH</h6>
      <fieldset class="form-group">
        <input type="hidden" name="Pledge.ConfirmMatch" value="">
        <div class="custom-control custom-checkbox">
          <input id="ConfirmMatch" type="checkbox" class="custom-control-input" name="Pledge.ConfirmMatch" value="true" data-toggle="collapse" data-target="#DonationMatchCollapse" onchange="ToggleDonationMatch();">
          <label class="custom-control-label" for="ConfirmMatch">My company offers donation matching, and I will submit a request to my company, including a copy of my receipt if needed, to have them match my donation.</label>
        </div>
      </fieldset>
      <div id="DonationMatchCollapse" class="collapse form-group col-md-12  ">
        <label for="MatchFrom">Please enter the name of your company.</label>
        <input id="MatchFrom" type="text" name="Pledge.MatchFrom" value="" class="form-control" maxlength="50">
        <div class="text-secondary text-uppercase help-block with-errors"> </div>
      </div>
    </div>
  </div>
  <div class="form-group col-sm-12 col-lg-12" align="center">
    <h6><b>After clicking "Enter Payment Information" please scroll down on the following page to enter your payment information.</b></h6>
  </div>
  <div class="form-group col-sm-12 col-lg-12 mt-2" align="center">
    <input id="PaymentKind" type="hidden" value="CreditCard">
    <input id="ControllerAction" type="hidden" name="Controller.Action">
    <input type="hidden" name="Controller.Actions.PseudoSave" value="Donor.Save=,PseudoPledge.Process=">
    <input type="hidden" name="Controller.Actions.Save" value="Donor.Save=,Pledge.InitiatePledge=,state=Processing,controller.redirect=DONORPAYMENT.html?^[Encrypt('pledge.id=' + Pledge.ID)]">
    <button type="submit" id="submitBtn" class="btn btn-primary disabled">Enter Payment Information</button>
  </div>
  <div class="form-group col-sm-12 col-lg-12 pb-5" align="center">
    <a class="text-muted pt-4 pt-sm-0 d-block d-sm-inline" href="privacypolicy.html?LgAdGRVZegEBHX9TXntXQkc-" target="_blank"><u><em>Privacy Policy</em></u></a>
  </div>
  <!-- FORM END -->
</form>

POST

<form method="post">
  <input id="DeletePledgeID" type="hidden" name="Pledge.ID" value="0">
  <input type="hidden" name="Controller.Actions.Yes" value="Pledge.Delete=,Controller.Redirect=?LA4eHwsOPQxYEXRWXnxWRUY-">
  <input type="submit" name="Controller.Action" value="Yes" class="btn btn-primary mr-2">
  <button type="button" class="btn btn-secondary mr-2" data-dismiss="modal">Cancel</button>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

VALOR CHRISTIAN SCHOOL INTERNATIONAL

 

Powered by Google Übersetzer


RUN-FOR-ONE

OCTOBER 12




EDELWEISS AND XAVIER'S FUNDRAISING PAGE

Pledged: $52
Goal: $200


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

Dear uncle kevin,

Our school is having a Run-for-One to raise money for student tuition and needs
at our one-to-one schools in Haiti, Kenya, The Philippines & Guatemala. A
portion of funds raised will also go toward programs and other necessities for
our Beaverton students. To sponsor us, please complete the information below.

If you're not uncle kevin, click here

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

PLEDGE INFORMATION

CONFIRM YOUR FIRST AND LAST NAME FOR YOUR RECEIPT

First Name

Last Name


An Email Address is required for your receipt. Please enter one below.

Email Address


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

SELECT PLEDGE TYPE
Combined
Per Runner
Per Lap
Sorry, I can't right now.
Enter a combined amount for Edelweiss and Xavier
USD $


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

SELECT A PAYMENT METHOD
Credit Card
Check
I would like to add 3% to my donation to cover credit card fees so that 100% of
my donation goes back towards Valor Christian School International.

PLEDGE TOTAL: $0.00

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

COMPANY DONATION MATCH

My company offers donation matching, and I will submit a request to my company,
including a copy of my receipt if needed, to have them match my donation.
Please enter the name of your company.


AFTER CLICKING "ENTER PAYMENT INFORMATION" PLEASE SCROLL DOWN ON THE FOLLOWING
PAGE TO ENTER YOUR PAYMENT INFORMATION.

Enter Payment Information
Privacy Policy
LEADER BOARD
$0$50$100$150$200$250$300$350$400$450$500$550Mrs. Fessenden(1st Period), 6thMrs.
Phillips, 3rdHigh SchoolColor Groups,9th-12thMrs. Fuller(Technology), 7thMrs.
Brannock(Science), 8thMrs. Schwartz,5thMrs. Sady, K4Mrs. Apol, 4thMrs.
Terletzky, 1stMs. Leon, K5Mrs. Bates, 2nd

THANK YOU TO OUR SPONSORS




YOU MAY NOW CLOSE THIS PAGE.

WE'RE SORRY, YOUR CREDIT CARD WAS DECLINED FOR THE FOLLOWING REASON:



Go Back

CONFIRM NAME CHANGE

You changed your pledge information. Are you not kevin bredemeier? If you are
not, please click the button below to be taken to your own personal donation
page.

If you are kevin bredemeier click "Continue" below.

I Am Someone Else Continue

PROCESSING - PLEASE WAIT

ARE YOU SURE YOU WANT TO PERMANENTLY DELETE THIS PLEDGE?

Cancel

YOUR DONATION HAS BEEN COMPLETED. THANK YOU!

Please check your email for a receipt. You may view your donation(s) or make
another on this page.

Powered by Pledgestar

Help


CLICK FOR ANSWERS TO FREQUENTLY ASKED QUESTIONS

WHY DIDN’T MY DONATION GO THROUGH?

If a circle with a red line appears when you press submit that means something
is not filled out completely or correctly. It should indicate which box has the
problem. A few things to look out for:
 * When entering your card information do not enter any spaces in the credit
   card field.
 * When entering the expiration date, do not add a “0” before a single digit
   month number. For example, if the expiration date is March 2034, you should
   enter “3” for the month and “34” for the year.
 * When entering a donation amount, do not include the dollar sign ($).
   Additionally, a decimal is not needed for whole numbers.
 * If an address is required, only enter the street address and zip code. The
   city and state are only needed when those separate fields are present.

HOW DO I ENTER AN ENCOURAGING MESSAGE?

You can enter an encouraging message once you have completed your donation. If
you did not leave a message and would like to do so, you can click on the link
provided in the “thank you” email you received that contains your receipt. If
you would like us to add the encouraging message on your behalf, please click
the Help button, select the category labeled “Encouraging Message”, and leave
your encouraging message in the comment field. The encouraging message will be
added for you.

WHERE DO I SEND MY CHECK?

Once you confirm your check donation, you will be directed to a page with check
submission instructions. These check instructions will also be emailed to you.

CAN I DONATE DIFFERENT AMOUNTS FOR DIFFERENT PARTICIPANTS?

If the participants were added to the same family page, donations will be split
equally. If you need to direct different amounts to individual participants, you
should contact the family. Offline donations (i.e. check and cash donations) can
be made individually.

WHY DOES MY DONATION SAY $0 ABANDONED?

This means you went through the donation process but did not complete the
donation. You may click the edit box by the donation and complete the donation
with your credit card.

I RECEIVED A DONATION LINK, BUT THE NAME LISTED IS SOMEONE ELSE’S. SHOULD I
CHANGE THE NAME?

NO. There is a button that says "If you are not (name), click here". Click this
button and complete your donation using your name and email.

MY NAME IS IN THE NAME BOX, BUT IT IS MISSPELLED OR A NICKNAME. SHOULD I CHANGE
IT?

Yes. You can change the name so it appears correctly on the donation log and
your receipt.

THE DONATION REQUEST SAYS "TO UNCLE KEVIN" INSTEAD OF MY NAME. WILL MY CREDIT
CARD GO THROUGH?

The credit card transaction will go through, but you can change the first and
last name so it appears correctly on the donation log and your receipt.

DO I GET A RECEIPT?

Yes. It will be emailed to you once the donation is complete.

WHY DO I HAVE TO ENTER MY EMAIL ADDRESS?

An email address is required in order for you to receive your tax receipt.

DO YOU SELL OR USE MY EMAIL ADDRESS?

No, email addresses and/or mobile phone numbers are not shared with any third
parties. You can view our full privacy policy by clicking on the privacy policy
link on the donation page.

DID MY DONATION GO THROUGH?

If you were returned to the donation page, your donation did not go through.
Look for highlighted boxes or error messages to correct and try your donation
again. Once the donation is complete, you will see a confirmation page. You will
also be sent a “thank you” email with a tax receipt attached.

I HAVE QUESTIONS ABOUT MY DONATION?

Contact our support team by scrolling down to “Submit A Help Request” and
filling out the appropriate information or by calling 1 (888) 598-7510.

WHY DOES IT SAY WAITING FOR PAYMENT BUT ALSO THAT A DONATION WENT THROUGH?

This indicates that there were multiple donation attempts made. One donation was
successful. The donation status may appear as “waiting for payment” for many
reasons. For example, it may indicate that a donation did not go through, the
donor is making their donation via check, the donor made a “per rep” pledge, or
the donor is submitting for a Company Match.

CAN OTHER DONORS SEE MY DONATION AMOUNT?

No. Other donors are not able to see how much you donated, but they can see your
encouraging message. If you need to make changes to your encouraging message,
click the Help button and submit your changes in the comments section under
“Submit A Help Request”.


Prefer to call us? Call 1-888-598-7510

Average response time is 1 hour between business hours of 8am - 6pm PST

Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern