bookblast.booksarefun.com Open in urlscan Pro
34.213.13.114  Public Scan

Submitted URL: https://bookblast.booksarefun.com/redirect.html?PBMRExJFJkYXRT4RASYFTUZOFmNZVxV1Rx0nFAITHB0RBQRJIUcNKQwAERBHOlUhTyMOHG4MHxQc*THoLC...
Effective URL: https://bookblast.booksarefun.com/ClarenceLawsonES/pledge/?LA4eHwsOPQxYEn9XWX9WQkg-
Submission: On March 05 via manual from US — 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="2548424">
  <input type="hidden" name="Donor.ID" value="22677728">
  <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="Terry" 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="Eslahi" class="form-control" maxlength="25">
            <div class="text-secondary text-uppercase help-block with-errors"> </div>
          </div>
          <input id="DonorEmailAddress" type="hidden" value="terry.eslahi@health.mo.gov">
          <!-- <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 Student </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"> Kaylee and Kainan</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>
        <input id="stripeKey" type="hidden" value="pk_live_51Jm1L3FNAZ5NDqUYzrA1blJ1V3FfqXKmwLnkC5BmhYWWwdvs35GGi7d1YPg9UEjVlV67KfXUYz9QfTuPqtuYWpt200PNrxjNf3">
        <fieldset class="form-group">
          <legend class="h6 mb-3">SELECT A PAYMENT METHOD</legend>
          <div class="custom-control custom-radio">
            <input id="inpStripe" type="radio" class="custom-control-input" name="Pledge.PaymentMethod" value="Stripe" required="required" onchange="UpdateOptions();">
            <label id="lblPaymentTypeStripe" class="custom-control-label" for="inpStripe">Credit Card</label>
          </div>
          <div class="custom-control custom-radio">
            <input id="inpPayPal" type="radio" class="custom-control-input" name="Pledge.PaymentMethod" value="PayPal" required="required" onchange="UpdateOptions();">
            <label id="lblPaymentTypePayPal" class="custom-control-label" for="inpPayPal">PayPal</label>
          </div>
        </fieldset>
      </div>
      <fieldset class="form-group mb-4">
        <input id="DonorFeePercent" type="hidden" name="Event.DonorFeePercent" value="5.5">
        <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"> Yes, I want to cover the 5.5% processing fee, so my contribution goes to buy books for the kids. <span class="fa fa-info-circle" aria-hidden="true" data-toggle="tooltip"
              data-placement="right" title="" data-original-title="Yes, I want to cover the 5.5% processing fee, so my contribution goes to buy books for the kids.">
            </span></label>
        </div>
      </fieldset>
      <h6>PLEDGE TOTAL: <span class="text-secondary pl-1">$<span id="CCAmount">0.00</span></span></h6>
    </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?LgAdGRVZegEBHX9UWnBVQkQ-" 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=?LA4eHwsOPQxYEn9XWX9WQkg-">
  <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

CLARENCE LAWSON ELEM SCHOOL

 

Powered by Google Übersetzer


BOOK BLAST

ENDS MARCH 15TH




KAYLEE AND KAINAN'S CONTRIBUTION PAGE

Pledged: $0
Goal: $480


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

Dear Grand Ma,

We’re having a Book Blast at Clarence Lawson Elem School to build our home
libraries and ensure that all students have books. Your contribution will help
us buy the books on our book list! Extra contributions go toward helping other
students build their home libraries or getting additional resources for
teachers! If you can help, please complete the information below.

To support us, please complete the information below.

If you're not Grand Ma, click here

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

PLEDGE INFORMATION

CONFIRM YOUR FIRST AND LAST NAME FOR YOUR RECEIPT

First Name

Last Name


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

SELECT PLEDGE TYPE
Combined
Per Student
Sorry, I can't right now.
Enter a combined amount for Kaylee and Kainan
USD $


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

SELECT A PAYMENT METHOD
Credit Card
PayPal
Yes, I want to cover the 5.5% processing fee, so my contribution goes to buy
books for the kids.

PLEDGE TOTAL: $0.00

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

Enter Payment Information
Privacy Policy



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 Terry Eslahi? If you are not,
please click the button below to be taken to your own personal donation page.

If you are Terry Eslahi 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 BookBlast

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, enter a “0” before a single digit month
   number. For example, if the expiration date is March 2034, you should enter
   “03” 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 GRAND MA" 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