boroko.jivemarket.com Open in urlscan Pro
66.70.138.53  Public Scan

URL: https://boroko.jivemarket.com/
Submission: On January 27 via manual from PG — Scanned from CA

Form analysis 1 forms found in the DOM

/action_page.php

<form action="/action_page.php">
  <div class="form-sec my-4">
    <div class="row">
      <div class="col-md-12">
        <h2 class="mb-4">Choose a Market Bag Size</h2>
      </div>
    </div>
    <div class="row" action="/action_page.php">
      <div class="col-lg-4 col-md-6 mb-4">
        <div class="card mb-4">
          <img src="images/vegetables.png" class="img-fluid" alt="Vegetables">
        </div>
        <div class="form-check">
          <input type="radio" class="form-check-input check-circle" id="radio_50" name="amount" value="50">
          <label class="form-check-label font-weight-500" for="radio_50">
            <h3> K50 </h3>
          </label>
        </div>
      </div>
      <div class="col-lg-4 col-md-6 mb-4">
        <div class="card mb-4">
          <img src="images/vegetables.png" class="img-fluid" alt="Vegetables">
        </div>
        <div class="form-check">
          <input type="radio" class="form-check-input check-circle" id="radio_100" name="amount" value="100">
          <label class="form-check-label font-weight-500" for="radio_100">
            <h3> K100 </h3>
          </label>
        </div>
      </div>
      <div class="col-lg-4 col-md-6 mb-4">
        <div class="card mb-4">
          <img src="images/vegetables.png" class="img-fluid" alt="Vegetables">
        </div>
        <div class="form-check">
          <input type="radio" class="form-check-input check-circle" id="radio_150" name="amount" value="150">
          <label class="form-check-label font-weight-500" for="radio_150">
            <h3> K150 </h3>
          </label>
        </div>
      </div>
    </div>
    <hr>
  </div>
  <!--form-sec-->
  <div class="form-sec my-4">
    <div class="row">
      <div class="col-md-12">
        <h2 class="mb-4">Choose Three Items to Go Into Your Bag</h2>
      </div>
    </div>
    <div class="row" action="/action_page.php">
      <div class="col-md-12">
        <div class="form-check d-flex mb-3">
          <div>
            <input type="checkbox" class="form-check-input check-circle item_Checkbox" id="check4" name="option1" value="Green Kumu Vegetables">
          </div>
          <div>
            <label class="form-check-label font-weight-500" for="check4">
              <h5> Green Kumu Vegetables. </h5>
            </label>
          </div>
        </div>
        <div class="form-check d-flex mb-3">
          <div>
            <input type="checkbox" class="form-check-input check-circle item_Checkbox" id="check5" name="option1" value="Sweet Potato, Potatoes, Taro, Tubers">
          </div>
          <div>
            <label class="form-check-label font-weight-500" for="check5">
              <h5>Sweet Potato, Potatoes, Taro, Tubers. </h5>
            </label>
          </div>
        </div>
        <div class="form-check d-flex mb-3">
          <div>
            <input type="checkbox" class="form-check-input check-circle item_Checkbox" id="check6" name="option6" value="Cooking Bananas, Pitpit, Corn, others">
          </div>
          <div>
            <label class="form-check-label font-weight-500" for="check6">
              <h5> Cooking Bananas, Pitpit, Corn, others. </h5>
            </label>
          </div>
        </div>
        <div class="form-check d-flex mb-3">
          <div>
            <input type="checkbox" class="form-check-input check-circle item_Checkbox" id="check7" name="option1" value="Fruits, ripe banannas, others fruits">
          </div>
          <div>
            <label class="form-check-label font-weight-500" for="check7">
              <h5> Fruits, ripe banannas, others fruits. </h5>
            </label>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="button-sec mb-4">
    <div class="row">
      <div class="col-md-6">
        <!-- <div class="d-inline-block">
                <button type="button" class="btn btn-outline-dark m-2 ml-0">Back</button>
              </div> -->
        <div class="d-inline-block">
          <a href="/selectPayment">
                  <button type="button" class="btn btn-outline-dark m-2">Next</button>
                </a>
        </div>
        <div class="d-inline-block">
          <button type="button" class="btn btn-success m-2" id="customiseBtn">Customise Your Order</button>
        </div>
      </div>
      <div class="col-md-6 mt-0">
        <ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
          <li class="nav-item" role="presentation">
            <a href="/about">
                  <button type="button" class="btn btn-outline-dark m-2">About Us</button>
                </a>
          </li>
          <li class="nav-item" role="presentation">
            <a href="/customerCare">
                    <button type="button" class="btn btn-outline-dark m-2">Customer Care</button>
                  </a>
          </li>
          <li class="nav-item" role="presentation">
            <a href="/policies">
                    <button type="button" class="btn btn-outline-dark m-2">Policies</button>
                  </a>
          </li>
        </ul>
      </div>
    </div>
  </div>
  <!--button-sec-->
</form>

Text Content

CHOOSE A MARKET BAG SIZE


K50


K100


K150

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


CHOOSE THREE ITEMS TO GO INTO YOUR BAG

GREEN KUMU VEGETABLES.

SWEET POTATO, POTATOES, TARO, TUBERS.

COOKING BANANAS, PITPIT, CORN, OTHERS.

FRUITS, RIPE BANANNAS, OTHERS FRUITS.

Next
Customise Your Order
 * About Us
 * Customer Care
 * Policies