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

Submitted URL: https://link.edgepilot.com/s/1c8212af/Bv2aZOeBokm8K9VS8-9PJw?u=https://bookblast.booksarefun.com/redirect.html?PBMRExJFJkYX...
Effective URL: https://bookblast.booksarefun.com/WallandES/pledge/?LA4eHwsOPQxYEXhZV3xVSEY-
Submission: On January 17 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST

<form id="PledgeForm" method="post">
  <input type="hidden" name="Family.ID" value="1783697">
  <input type="hidden" name="Donor.ID" value="15894486">
  <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="John" 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="Hunter" class="form-control" maxlength="25">
            <div class="text-secondary text-uppercase help-block with-errors"> </div>
          </div>
          <input id="DonorEmailAddress" type="hidden" value="john.hunter@smartbank.com">
          <!-- <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">Flat </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 an amount</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>
      <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">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?LgAdGRVZegEBHXxWVntXSUc-" 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=?LA4eHwsOPQxYEXhZV3xVSEY-">
  <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>

Text Content

WALLAND ELEMENTARY SCHOOL

 



BOOK BLAST

ENDS JANUARY 27TH




ZANE'S CONTRIBUTION PAGE

Pledged: $0
Goal: $240


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

Dear John,

We’re having a Book Blast at Walland Elementary School to build our home
libraries and ensure that all students have books. Your contribution will help
me buy the books on my 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 me, please complete the information below.

If you're not John, click here

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

PLEDGE INFORMATION

CONFIRM YOUR FIRST AND LAST NAME FOR YOUR RECEIPT

First Name

Last Name


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

SELECT PLEDGE TYPE
Flat
Sorry, I can't right now.
Enter an amount
USD $


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

SELECT A PAYMENT METHOD
Credit Card
PayPal

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

If you are John Hunter 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


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 2023, you should
   enter “3” for the month and “23” 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 when completing 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 JOHN" 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, or that the donor made a “per rep”
pledge. Under the “Add Family & Friends + Track Donations” section, you can
click on the donor’s name to see the details of their transactions. If the donor
is sending in a check, the school will mark the check as received and update the
donor’s status upon receiving the check. If “waiting for payment” appears for
donors making their donations via credit card, it may indicate that the donation
was abandoned. This means the donor did not complete the credit card transaction
and the donor needs to try again. If the donor made a “per rep” pledge, the
donor will be notified at the end of the event via email about the total for
their “per rep” donation.

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