gouvedic.milkmaster.co Open in urlscan Pro
188.114.96.3  Public Scan

URL: https://gouvedic.milkmaster.co/
Submission: On August 25 via api from US — Scanned from NL

Form analysis 14 forms found in the DOM

POST

<form class="add-item-form" method="post">
  <div class="modal-body p-5 catalog2-container" style="overflow: scroll; height: 450px;">
    <div id="catalog2" class="catalog">
    </div>
  </div>
  <div class="modal-footer">
    <button style="display: none;" class="add-item-form-hidden-close" data-dismiss="modal">Close</button>
    <button type="button" class="btn btn-light-primary text-dark-50 font-weight-bold add-item-form-close">Close</button>
    <button type="button" class="btn btn-sm btn-primary font-weight-bold border-dark text-dark add-item-save">Save changes</button>
  </div>
</form>

POST

<form class="add-one-time-order-form" method="post">
  <div class="modal-body p-5 catalog2-container" style="overflow: scroll; height: 450px;">
    <h5>Cart Items</h5>
    <div id="cart_details" class="catalog"></div>
  </div>
  <div class="modal-footer one-time-payment-option">
  </div>
</form>

<form class="px-10" novalidate="novalidate" id="kt_form1">
  <input type="hidden" name="product_id" id="subscription_product_id">
  <input type="hidden" name="address_id" id="address_id">
  <div class="pb-5 pt-10 scroll ps" data-scroll="true" data-wheel-propagation="true" data-height="470" data-wizard-type="step-content" data-wizard-state="current" style="height: 470px; overflow: hidden;">
    <div class="form-group row mb-6">
      <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Frequency</label>
      <div class="col-lg-9 col-md-12 col-sm-12">
        <div class="radio-inline frequency-container row">
        </div>
      </div>
    </div>
    <div class="form-group row every_nth_day config-data d-none">
      <div class="input-group col-lg-6">
        <label class="col-form-label text-lg-right col-6">Select Nth Day</label>
        <div class="col-lg-6 col-md-12 col-sm-12">
          <div class="row align-items-center">
            <div class="col-12">
              <select class="form-control" name="nth-day" style="min-height:40px">
                <option value="2">2</option>
                <option value="3">3</option>
                <option value="4">4</option>
                <option value="5">5</option>
                <option value="6">6</option>
                <option value="7">7</option>
                <option value="8">8</option>
                <option value="9">9</option>
                <option value="10">10</option>
              </select>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="form-group row dont_deliver_on_nth_day config-data d-none">
      <div class="input-group col-lg-6">
        <label class="col-form-label text-lg-right col-6">Select Nth Day</label>
        <div class="col-lg-6 col-md-12 col-sm-12">
          <div class="row align-items-center">
            <div class="col-12">
              <select class="form-control" name="daily-except-nth-day" style="min-height:40px">
                <option value="1">1</option>
                <option value="2">2</option>
                <option value="3">3</option>
                <option value="4">4</option>
                <option value="5">5</option>
                <option value="6">6</option>
                <option value="7">7</option>
                <option value="8">8</option>
                <option value="9">9</option>
                <option value="10">10</option>
              </select>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="form-group row custom config-data d-none">
      <div class="input-group col-lg-6">
        <label class="col-form-label text-lg-right col-6">MONDAY</label>
        <input type="button" value="-" class="button-minus" data-field="custom_qty_1">
        <input type="number" step="1" max="" value="1" name="custom_qty_1" class="quantity-field custom-qty-field">
        <input type="button" value="+" class="button-plus" data-field="custom_qty_1">
      </div>
      <div class="input-group col-lg-6">
        <label class="col-form-label text-lg-right col-6">TUESDAY</label>
        <input type="button" value="-" class="button-minus" data-field="custom_qty_2">
        <input type="number" step="1" max="" value="1" name="custom_qty_2" class="quantity-field custom-qty-field">
        <input type="button" value="+" class="button-plus" data-field="custom_qty_2">
      </div>
      <div class="input-group col-lg-6">
        <label class="col-form-label text-lg-right col-6">WEDNESDAY</label>
        <input type="button" value="-" class="button-minus" data-field="custom_qty_3">
        <input type="number" step="1" max="" value="1" name="custom_qty_3" class="quantity-field custom-qty-field">
        <input type="button" value="+" class="button-plus" data-field="custom_qty_3">
      </div>
      <div class="input-group col-lg-6">
        <label class="col-form-label text-lg-right col-6">THURSDAY</label>
        <input type="button" value="-" class="button-minus" data-field="custom_qty_4">
        <input type="number" step="1" max="" value="1" name="custom_qty_4" class="quantity-field custom-qty-field">
        <input type="button" value="+" class="button-plus" data-field="custom_qty_4">
      </div>
      <div class="input-group col-lg-6">
        <label class="col-form-label text-lg-right col-6">FRIDAY</label>
        <input type="button" value="-" class="button-minus" data-field="custom_qty_5">
        <input type="number" step="1" max="" value="1" name="custom_qty_5" class="quantity-field custom-qty-field">
        <input type="button" value="+" class="button-plus" data-field="custom_qty_5">
      </div>
      <div class="input-group col-lg-6">
        <label class="col-form-label text-lg-right col-6">SATUREDAY</label>
        <input type="button" value="-" class="button-minus" data-field="custom_qty_6">
        <input type="number" step="1" max="" value="1" name="custom_qty_6" class="quantity-field custom-qty-field">
        <input type="button" value="+" class="button-plus" data-field="custom_qty_6">
      </div>
      <div class="input-group col-lg-6">
        <label class="col-form-label text-lg-right col-6">SUNDAY</label>
        <input type="button" value="-" class="button-minus" data-field="custom_qty_7">
        <input type="number" step="1" max="" value="1" name="custom_qty_7" class="quantity-field custom-qty-field">
        <input type="button" value="+" class="button-plus" data-field="custom_qty_7">
      </div>
    </div>
    <div class="form-group row mb-6 config-data qty">
      <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Qty</label>
      <div class="col-lg-6 col-md-12 col-sm-12">
        <div class="row align-items-center">
          <div class="col-4">
            <input type="text" class="form-control font-size-h2 bg-secondary" id="qty_1_input" placeholder="1">
          </div>
          <div class="col-8">
            <div id="qty_1" class="nouislider nouislider-handle-primary border-dark"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="form-group row mb-6 config-data daily alternate">
      <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Different Qty on alternate days ?</label>
      <div class="checkbox-inline ml-5">
        <label class="checkbox checkbox-lg">
          <input type="checkbox" name="alternte_qty">
          <span></span> Yes </label>
      </div>
      <span class="form-text text-muted mt-2 mt-lg-6 ml-5">(If you want 1 qty on day one and 2 qty on day two)</span>
    </div>
    <div class="form-group row mb-6 config-data alternate alternate_qty_slider d-none">
      <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Alt Qty</label>
      <div class="col-lg-6 col-md-12 col-sm-12">
        <div class="row align-items-center">
          <div class="col-4">
            <input type="text" class="form-control font-size-h2 bg-secondary" id="qty_2_input" placeholder="0">
          </div>
          <div class="col-8">
            <div id="qty_2" class="nouislider nouislider-handle-primary border-dark"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="form-group row">
      <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Start Date</label>
      <div class="col-lg-6 col-md-9 col-sm-12">
        <div class="input-group date">
          <input type="text" name="start_date" class="start_date form-control font-size-h5 py-6" readonly="" value="" id="start_date">
          <div class="input-group-append">
            <span class="input-group-text">
              <i class="la la-calendar"></i>
            </span>
          </div>
        </div>
        <span class="form-text text-muted">This is a fresh produce and require some lead time for delivery, next available delivery date is <span class="text-info changes-appling-date">[date as per lead time]</span></span>
      </div>
    </div>
    <div class="ps__rail-x" style="left: 0px; top: 0px;">
      <div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div>
    </div>
    <div class="ps__rail-y" style="top: 0px; left: 0px;">
      <div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div>
    </div>
  </div>
  <div class="pb-5 scroll scroll-pull ps" data-scroll="true" data-wheel-propagation="true" data-height="350" data-wizard-type="step-content" style="height: 350px; overflow: hidden;">
    <div class="pt-lg-0 py-5 text-center text-md-left">
      <h3 class="font-weight-bold text-dark font-size-h2">Address Details<span class="edit-address-btn"><i class="fa fa-pen"></i></span></h3>
      <p class="text-info">Any updation to address below will update your address for existing subscription as well</p>
    </div>
    <div class="customer-address-edit-form d-none">
      <div class="address-update-msg"></div>
      <div class="row">
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Name</label>
            <input class="form-control addr_first_name h-auto p-3 rounded-lg font-size-h6 required" name="first_name" style="width:100%;">
          </div>
        </div>
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Email</label>
            <input class="form-control addr_email h-auto p-3 rounded-lg font-size-h6" name="email" style="width:100%;">
          </div>
        </div>
        <div class="col-xl-4">
          <input type="hidden" id="subscription-customer-address-id" value="">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">City</label>
            <select name="city" class="form-control city" style="width: 100%">
              <option value="">Select</option>
            </select>
          </div>
        </div>
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Area</label>
            <select name="area" class="form-control address-area" style="width: 100%">
              <option value="">Select</option>
            </select>
          </div>
        </div>
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Sub Area</label>
            <select name="subarea" class="form-control subarea" style="width: 100%">
              <option value="">Select</option>
            </select>
          </div>
        </div>
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Delivery Shift</label>
            <select name="time_slot" class="form-control delivery-shift" style="width: 100%">
              <option value="">Select</option>
            </select>
          </div>
        </div>
      </div>
      <div class="row"></div>
      <div class="row">
        <div class="col-xl-12">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark">Flat/House No.</label>
            <input type="text" class="form-control h-auto p-3 rounded-lg font-size-h6 street-addr required" name="address" placeholder="Address" maxlength="30" value="">
          </div>
        </div>
      </div>
    </div>
    <div class="address-detail card p-5">
      <p class="name-text"></p>
      <p class="city-text"></p>
      <p class="address-area-text"></p>
      <p class="subarea-text"></p>
      <p class="street-addr-text"></p>
    </div>
    <div class="ps__rail-x" style="left: 0px; top: 0px;">
      <div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div>
    </div>
    <div class="ps__rail-y" style="top: 0px; right: -2px;">
      <div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div>
    </div>
  </div>
  <div class="pb-5 " data-wizard-type="step-content">
    <div class="pt-lg-0 py-5 text-center text-md-left">
      <div class="row">
        <div class="col-xl-6 summary">
          <div class="card card-custom gutter-b card-stretch ">
            <div class="card-header border-0 p-5 mb-5">
              <div class="card-title">
                <div class="card-label">
                  <div class="font-weight-bold text-left">Summary</div>
                  <div class="font-size-lg text-info mt-2 summary-product-name">Premium Cow Milk</div>
                </div>
              </div>
            </div>
            <div class="card-body d-flex flex-column  pl-5">
              <div class="mt-n12 position-relative zindex-0 row">
                <div class="col-4 col-xl-12 d-flex align-items-center mb-lg-8">
                  <div class="symbol symbol-circle symbol-40 symbol-light mr-3 flex-shrink-0">
                    <div class="symbol-label bg-secondary">
                      <i class="flaticon2-calendar-8 text-dark"></i>
                    </div>
                  </div>
                  <div>
                    <a href="javascript:void(0)" class="font-size-h6 text-dark-75 text-hover-primary font-weight-bolder">Start Date </a>
                    <div class="summary-start-date font-size-sm font-weight-bold mt-1">23rd Apr 2021</div>
                  </div>
                </div>
                <div class="col-4 col-xl-12 d-flex align-items-center mb-lg-8">
                  <div class="symbol symbol-circle symbol-40 symbol-light mr-3 flex-shrink-0">
                    <div class="symbol-label bg-secondary">
                      <i class="flaticon2-calendar-5 text-dark"></i>
                    </div>
                  </div>
                  <div>
                    <a href="javascript:void(0)" class="font-size-h6 text-dark-75 text-hover-primary font-weight-bolder">Quantity</a>
                    <div class="summary-qty font-size-sm font-weight-bold mt-1">2 Ltr </div>
                  </div>
                </div>
                <div class="col-4 col-xl-12 d-flex align-items-center">
                  <div class="symbol symbol-circle symbol-40 symbol-light mr-3 flex-shrink-0">
                    <div class="symbol-label bg-primary">
                      <i class="flaticon2-calendar-6 text-dark"></i>
                    </div>
                  </div>
                  <div>
                    <a href="javascript:void(0)" class="font-size-h6 text-dark-75 text-hover-primary font-weight-bolder text-nowrap">Frequency</a>
                    <div class="summary-frequency font-size-sm font-weight-bold mt-1 text-capitalize">Daily</div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="col-xl-6">
          <div class="card card-custom gutter-b card-stretch">
            <div class="card-header border-0 pt-5">
              <div class="card-title font-weight-bolder">
                <div class="card-label text-left">Payment <div class="font-size-lg text-info mt-2">Recharge with minimum: <span class="minimum-price">₹ 100</span></div>
                </div>
              </div>
            </div>
            <div class="card-body">
              <div class="input-group form-group">
                <input type="button" value="-100" class="btn btn-secondary amount-minus" data-field="amount">
                <input type="number" step="100" max="" value="6000" name="amount" class="amount-field form-control font-size-h1 mx-3">
                <input type="button" value="+100" class="btn btn-secondary amount-plus" data-field="amount">
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="d-flex justify-content-between">
    <div class="mr-2">
      <button type="button" class="btn btn-light-primary font-weight-bold font-size-h6 pr-8 pl-6 py-4 my-3 mr-3" data-wizard-type="action-prev">
        <span class="svg-icon svg-icon-md mr-2">
          <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
            <g stroke="none" stroke-width=".7" fill="none" fill-rule="evenodd">
              <polygon points="0 0 24 0 24 24 0 24"></polygon>
              <rect fill="#000000" opacity="0.3" transform="translate(15.000000, 12.000000) scale(-1, 1) rotate(-90.000000) translate(-15.000000, -12.000000)" x="14" y="7" width="2" height="10" rx="1"></rect>
              <path
                d="M3.7071045,15.7071045 C3.3165802,16.0976288 2.68341522,16.0976288 2.29289093,15.7071045 C1.90236664,15.3165802 1.90236664,14.6834152 2.29289093,14.2928909 L8.29289093,8.29289093 C8.67146987,7.914312 9.28105631,7.90106637 9.67572234,8.26284357 L15.6757223,13.7628436 C16.0828413,14.136036 16.1103443,14.7686034 15.7371519,15.1757223 C15.3639594,15.5828413 14.7313921,15.6103443 14.3242731,15.2371519 L9.03007346,10.3841355 L3.7071045,15.7071045 Z"
                fill="#000000" fill-rule="nonzero" transform="translate(9.000001, 11.999997) scale(-1, -1) rotate(90.000000) translate(-9.000001, -11.999997)"></path>
            </g>
          </svg>
        </span> Previous </button>
    </div>
    <div>
      <button type="button" class="btn btn-primary font-weight-bold font-size-h6 pl-8 pr-4 py-3 my-3 text-dark border-dark" data-wizard-type="action-submit">Submit <span class="svg-icon svg-icon-md ml-2">
          <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
            <g stroke="none" stroke-width=".7" fill="none" fill-rule="evenodd">
              <polygon points="0 0 24 0 24 24 0 24"></polygon>
              <rect fill="#000000" opacity="0.3" transform="translate(8.500000, 12.000000) rotate(-90.000000) translate(-8.500000, -12.000000)" x="7.5" y="7.5" width="2" height="9" rx="1"></rect>
              <path
                d="M9.70710318,15.7071045 C9.31657888,16.0976288 8.68341391,16.0976288 8.29288961,15.7071045 C7.90236532,15.3165802 7.90236532,14.6834152 8.29288961,14.2928909 L14.2928896,8.29289093 C14.6714686,7.914312 15.281055,7.90106637 15.675721,8.26284357 L21.675721,13.7628436 C22.08284,14.136036 22.1103429,14.7686034 21.7371505,15.1757223 C21.3639581,15.5828413 20.7313908,15.6103443 20.3242718,15.2371519 L15.0300721,10.3841355 L9.70710318,15.7071045 Z"
                fill="#000000" fill-rule="nonzero" transform="translate(14.999999, 11.999997) scale(1, -1) rotate(90.000000) translate(-14.999999, -11.999997)"></path>
            </g>
          </svg>
        </span>
      </button>
      <button type="button" class="btn btn-primary font-weight-bold font-size-h6 pl-8 pr-4 py-3 my-3 text-dark border-dark" data-wizard-type="action-next">Next <span class="svg-icon svg-icon-md ml-2">
          <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
            <g stroke="none" stroke-width=".7" fill="none" fill-rule="evenodd">
              <polygon points="0 0 24 0 24 24 0 24"></polygon>
              <rect fill="#000000" opacity="0.3" transform="translate(8.500000, 12.000000) rotate(-90.000000) translate(-8.500000, -12.000000)" x="7.5" y="7.5" width="2" height="9" rx="1"></rect>
              <path
                d="M9.70710318,15.7071045 C9.31657888,16.0976288 8.68341391,16.0976288 8.29288961,15.7071045 C7.90236532,15.3165802 7.90236532,14.6834152 8.29288961,14.2928909 L14.2928896,8.29289093 C14.6714686,7.914312 15.281055,7.90106637 15.675721,8.26284357 L21.675721,13.7628436 C22.08284,14.136036 22.1103429,14.7686034 21.7371505,15.1757223 C21.3639581,15.5828413 20.7313908,15.6103443 20.3242718,15.2371519 L15.0300721,10.3841355 L9.70710318,15.7071045 Z"
                fill="#000000" fill-rule="nonzero" transform="translate(14.999999, 11.999997) scale(1, -1) rotate(90.000000) translate(-14.999999, -11.999997)"></path>
            </g>
          </svg>
        </span>
      </button>
    </div>
  </div>
</form>

<form class="px-10" novalidate="novalidate" id="kt_form">
  <input type="hidden" name="product_id" id="product_id">
  <input type="hidden" name="subscription_id" id="subscription_id">
  <div class="form-group row mb-6">
    <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Frequency</label>
    <div class="col-lg-9 col-md-12 col-sm-12">
      <div class="radio-inline frequency-container row">
      </div>
    </div>
  </div>
  <div class="form-group row custom config-data d-none">
    <div class="input-group col-lg-6">
      <label class="col-form-label text-lg-right col-6">MONDAY</label>
      <input type="button" value="-" class="button-minus" data-field="custom_qty_1">
      <input type="number" step="1" max="" value="1" name="custom_qty_1" class="quantity-field modify-custom-qty-field">
      <input type="button" value="+" class="button-plus" data-field="custom_qty_1">
    </div>
    <div class="input-group col-lg-6">
      <label class="col-form-label text-lg-right col-6">TUESDAY</label>
      <input type="button" value="-" class="button-minus" data-field="custom_qty_2">
      <input type="number" step="1" max="" value="1" name="custom_qty_2" class="quantity-field modify-custom-qty-field">
      <input type="button" value="+" class="button-plus" data-field="custom_qty_2">
    </div>
    <div class="input-group col-lg-6">
      <label class="col-form-label text-lg-right col-6">WEDNESDAY</label>
      <input type="button" value="-" class="button-minus" data-field="custom_qty_3">
      <input type="number" step="1" max="" value="1" name="custom_qty_3" class="quantity-field modify-custom-qty-field">
      <input type="button" value="+" class="button-plus" data-field="custom_qty_3">
    </div>
    <div class="input-group col-lg-6">
      <label class="col-form-label text-lg-right col-6">THURSDAY</label>
      <input type="button" value="-" class="button-minus" data-field="custom_qty_4">
      <input type="number" step="1" max="" value="1" name="custom_qty_4" class="quantity-field modify-custom-qty-field">
      <input type="button" value="+" class="button-plus" data-field="custom_qty_4">
    </div>
    <div class="input-group col-lg-6">
      <label class="col-form-label text-lg-right col-6">FRIDAY</label>
      <input type="button" value="-" class="button-minus" data-field="custom_qty_5">
      <input type="number" step="1" max="" value="1" name="custom_qty_5" class="quantity-field modify-custom-qty-field">
      <input type="button" value="+" class="button-plus" data-field="custom_qty_5">
    </div>
    <div class="input-group col-lg-6">
      <label class="col-form-label text-lg-right col-6">SATUREDAY</label>
      <input type="button" value="-" class="button-minus" data-field="custom_qty_6">
      <input type="number" step="1" max="" value="1" name="custom_qty_6" class="quantity-field modify-custom-qty-field">
      <input type="button" value="+" class="button-plus" data-field="custom_qty_6">
    </div>
    <div class="input-group col-lg-6">
      <label class="col-form-label text-lg-right col-6">SUNDAY</label>
      <input type="button" value="-" class="button-minus" data-field="custom_qty_7">
      <input type="number" step="1" max="" value="1" name="custom_qty_7" class="quantity-field modify-custom-qty-field">
      <input type="button" value="+" class="button-plus" data-field="custom_qty_7">
    </div>
  </div>
  <div class="form-group row every_nth_day config-data d-none">
    <div class="input-group col-lg-6">
      <label class="col-form-label text-lg-right col-6">Select Nth Day</label>
      <select class="form-control" name="nth-day">
        <option value="2">2</option>
        <option value="3">3</option>
        <option value="4">4</option>
        <option value="5">5</option>
        <option value="6">6</option>
        <option value="7">7</option>
        <option value="8">8</option>
        <option value="9">9</option>
        <option value="10">10</option>
        <option value="11">11</option>
        <option value="12">12</option>
        <option value="13">13</option>
        <option value="14">14</option>
        <option value="15">15</option>
        <option value="16">16</option>
        <option value="17">17</option>
        <option value="18">18</option>
        <option value="19">19</option>
        <option value="20">20</option>
        <option value="21">21</option>
        <option value="22">22</option>
        <option value="23">23</option>
        <option value="24">24</option>
        <option value="25">25</option>
        <option value="26">26</option>
        <option value="27">27</option>
        <option value="28">28</option>
        <option value="29">29</option>
        <option value="30">30</option>
      </select>
    </div>
  </div>
  <div class="form-group row dont_deliver_on_nth_day config-data d-none">
    <div class="input-group col-lg-6">
      <label class="col-form-label text-lg-right col-6">Select Nth Day</label>
      <select class="form-control" name="daily-except-nth-day">
        <option value="1">1</option>
        <option value="2">2</option>
        <option value="3">3</option>
        <option value="4">4</option>
        <option value="5">5</option>
        <option value="6">6</option>
        <option value="7">7</option>
        <option value="8">8</option>
        <option value="9">9</option>
        <option value="10">10</option>
        <option value="11">11</option>
        <option value="12">12</option>
        <option value="13">13</option>
        <option value="14">14</option>
        <option value="15">15</option>
        <option value="16">16</option>
        <option value="17">17</option>
        <option value="18">18</option>
        <option value="19">19</option>
        <option value="20">20</option>
        <option value="21">21</option>
        <option value="22">22</option>
        <option value="23">23</option>
        <option value="24">24</option>
        <option value="25">25</option>
        <option value="26">26</option>
        <option value="27">27</option>
        <option value="28">28</option>
        <option value="29">29</option>
        <option value="30">30</option>
      </select>
    </div>
  </div>
  <div class="form-group row mb-6 config-data qty">
    <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Qty</label>
    <div class="col-lg-6 col-md-12 col-sm-12">
      <div class="row align-items-center">
        <div class="col-4">
          <input type="text" class="form-control font-size-h2 bg-secondary" id="subscription_modify_qty_1_input">
        </div>
        <div class="col-8">
          <div id="subscription_modify_qty_1" class="nouislider nouislider-handle-primary border-dark"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group row mb-6 config-data daily alternate">
    <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Different Qty on alternate days ?</label>
    <div class="checkbox-inline ml-5">
      <label class="checkbox checkbox-lg">
        <input type="checkbox" name="alternte_qty">
        <span></span> Yes </label>
    </div>
    <span class="form-text text-muted mt-2 mt-lg-6 ml-5">(If you want 1 qty on day one and 2 qty on day two)</span>
  </div>
  <div class="form-group row mb-6 config-data alternate alternate_qty_slider d-none">
    <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Alt Qty</label>
    <div class="col-lg-6 col-md-12 col-sm-12">
      <div class="row align-items-center">
        <div class="col-4">
          <input type="text" class="form-control font-size-h2 bg-secondary" id="subscription_modify_qty_2_input">
        </div>
        <div class="col-8">
          <div id="subscription_modify_qty_2" class="nouislider nouislider-handle-primary border-dark"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <label class="col-form-label text-left col-lg-3 col-sm-12">Apply Changes From</label>
    <div class=" form-group col-lg-6 col-md-9 col-sm-12">
      <div class="input-group">
        <input type="text" name="from_date" class="from_date form-control font-size-h5 py-6" readonly="" value="" id="suspend_date" placeholder="From Date">
        <div class="input-group-append">
          <span class="input-group-text">
            <i class="la la-calendar"></i>
          </span>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-form-label text-left col-lg-3 col-sm-12">Revert Changes From (optional)</label>
    <div class="col-lg-6 col-md-9 col-sm-12">
      <div class="input-group">
        <input type="text" name="to_date" class="to_date form-control font-size-h5 py-6" readonly="" value="" id="resume_date" placeholder="Revert From">
        <div class="input-group-append">
          <span class="input-group-text">
            <i class="la la-calendar"></i>
          </span>
        </div>
      </div>
    </div>
  </div>
  <span class="form-text text-muted">This is a fresh produce and require some lead time for delivery, nearest date available for change is <span class="text-info changes-appling-date">[date as per lead time]</span></span>
</form>

<form class="px-10" novalidate="novalidate" id="kt_form2">
  <input type="hidden" name="product_id" id="trial_product_id">
  <input type="hidden" name="address_id" id="trial_address_id">
  <div class="pb-5 pt-10 scroll scroll-pull ps" data-scroll="true" data-wheel-propagation="true" data-height="350" data-wizard-type="step-content" data-wizard-state="current" style="height: 350px; overflow: hidden;">
    <div class="form-group row mb-6">
      <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Trial Type</label>
      <div class="col-lg-6 col-md-12 col-sm-12">
        <div class="radio-inline frequency-container row">
        </div>
      </div>
    </div>
    <div class="form-group row">
      <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Start Date</label>
      <div class="col-lg-6 col-md-9 col-sm-12">
        <div class="input-group date">
          <input type="text" name="trial_start_date" class="start_date form-control font-size-h5 py-6" readonly="" value="" id="trial_start_date">
          <div class="input-group-append">
            <span class="input-group-text">
              <i class="la la-calendar"></i>
            </span>
          </div>
        </div>
        <span class="form-text text-muted">This is a fresh produce and require some lead time for delivery, next available delivery date is <span class="text-info changes-appling-date">[date as per lead time]</span></span>
      </div>
    </div>
    <div class="ps__rail-x" style="left: 0px; top: 0px;">
      <div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div>
    </div>
    <div class="ps__rail-y" style="top: 0px; right: -2px;">
      <div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div>
    </div>
  </div>
  <div class="pb-5 scroll scroll-pull ps" data-scroll="true" data-wheel-propagation="true" data-height="350" data-wizard-type="step-content" style="height: 350px; overflow: hidden;">
    <div class="pt-lg-0 py-5 text-center text-md-left">
      <h3 class="font-weight-bold text-dark font-size-h2">Address Details<span class="edit-address-btn"><i class="fa fa-pen"></i></span></h3>
      <p class="text-info">Any updation to address below will update your address for existing trial as well</p>
    </div>
    <div class="customer-address-edit-form d-none">
      <div class="address-update-msg"></div>
      <div class="row">
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Name</label>
            <input class="form-control addr_first_name h-auto p-3 rounded-lg font-size-h6" name="first_name" style="width:100%;">
          </div>
        </div>
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Email</label>
            <input class="form-control addr_email h-auto p-3 rounded-lg font-size-h6" name="email" style="width:100%;">
          </div>
        </div>
        <div class="col-xl-4">
          <input type="hidden" id="trial-customer-address-id" value="">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">City</label>
            <select name="city" class="form-control city" style="width: 100%">
              <option value="">Select</option>
              <option value="delhi">Delhi</option>
              <option value="gurgaon">Gurgaon</option>
              <option value="noida">Noida</option>
              <option value="faridabad">Faridabad</option>
              <option value="ghaziabad">Ghaziabad</option>
            </select>
          </div>
        </div>
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Area</label>
            <select name="area" class="form-control address-area" style="width: 100%">
              <option value="">Select</option>
            </select>
          </div>
        </div>
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Sub Area</label>
            <select name="subarea" class="form-control subarea" style="width: 100%">
              <option value="">Select</option>
            </select>
          </div>
        </div>
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Delivery Shift</label>
            <select name="time_slot" class="form-control delivery-shift" style="width: 100%">
              <option value="">Select</option>
            </select>
          </div>
        </div>
      </div>
      <div class="row"></div>
      <div class="row">
        <div class="col-xl-12">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark">Flat/House No.</label>
            <input type="text" class="form-control h-auto p-3 rounded-lg font-size-h6 street-addr" name="address" placeholder="Address" maxlength="30" value="">
          </div>
        </div>
      </div>
    </div>
    <div class="address-detail card p-5">
      <p class="name-text"></p>
      <p class="city-text"></p>
      <p class="address-area-text"></p>
      <p class="subarea-text"></p>
      <p class="street-addr-text"></p>
    </div>
    <div class="ps__rail-x" style="left: 0px; top: 0px;">
      <div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div>
    </div>
    <div class="ps__rail-y" style="top: 0px; right: -2px;">
      <div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div>
    </div>
  </div>
  <div class="d-flex justify-content-between">
    <div class="mr-2">
      <button type="button" class="btn btn-light-primary font-weight-bold font-size-h6 pr-8 pl-6 py-4 my-3 mr-3" data-wizard-type="action-prev">
        <span class="svg-icon svg-icon-md mr-2">
          <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
            <g stroke="none" stroke-width=".7" fill="none" fill-rule="evenodd">
              <polygon points="0 0 24 0 24 24 0 24"></polygon>
              <rect fill="#000000" opacity="0.3" transform="translate(15.000000, 12.000000) scale(-1, 1) rotate(-90.000000) translate(-15.000000, -12.000000)" x="14" y="7" width="2" height="10" rx="1"></rect>
              <path
                d="M3.7071045,15.7071045 C3.3165802,16.0976288 2.68341522,16.0976288 2.29289093,15.7071045 C1.90236664,15.3165802 1.90236664,14.6834152 2.29289093,14.2928909 L8.29289093,8.29289093 C8.67146987,7.914312 9.28105631,7.90106637 9.67572234,8.26284357 L15.6757223,13.7628436 C16.0828413,14.136036 16.1103443,14.7686034 15.7371519,15.1757223 C15.3639594,15.5828413 14.7313921,15.6103443 14.3242731,15.2371519 L9.03007346,10.3841355 L3.7071045,15.7071045 Z"
                fill="#000000" fill-rule="nonzero" transform="translate(9.000001, 11.999997) scale(-1, -1) rotate(90.000000) translate(-9.000001, -11.999997)"></path>
            </g>
          </svg>
        </span> Previous </button>
    </div>
    <div>
      <button type="button" class="btn btn-primary font-weight-bold font-size-h6 pl-8 pr-4 py-3 my-3 text-dark border-dark" data-wizard-type="action-submit">Submit <span class="svg-icon svg-icon-md ml-2">
          <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
            <g stroke="none" stroke-width=".7" fill="none" fill-rule="evenodd">
              <polygon points="0 0 24 0 24 24 0 24"></polygon>
              <rect fill="#000000" opacity="0.3" transform="translate(8.500000, 12.000000) rotate(-90.000000) translate(-8.500000, -12.000000)" x="7.5" y="7.5" width="2" height="9" rx="1"></rect>
              <path
                d="M9.70710318,15.7071045 C9.31657888,16.0976288 8.68341391,16.0976288 8.29288961,15.7071045 C7.90236532,15.3165802 7.90236532,14.6834152 8.29288961,14.2928909 L14.2928896,8.29289093 C14.6714686,7.914312 15.281055,7.90106637 15.675721,8.26284357 L21.675721,13.7628436 C22.08284,14.136036 22.1103429,14.7686034 21.7371505,15.1757223 C21.3639581,15.5828413 20.7313908,15.6103443 20.3242718,15.2371519 L15.0300721,10.3841355 L9.70710318,15.7071045 Z"
                fill="#000000" fill-rule="nonzero" transform="translate(14.999999, 11.999997) scale(1, -1) rotate(90.000000) translate(-14.999999, -11.999997)"></path>
            </g>
          </svg>
        </span>
      </button>
      <button type="button" class="btn btn-primary font-weight-bold font-size-h6 pl-8 pr-4 py-3 my-3 text-dark border-dark" data-wizard-type="action-next">Next <span class="svg-icon svg-icon-md ml-2">
          <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
            <g stroke="none" stroke-width=".7" fill="none" fill-rule="evenodd">
              <polygon points="0 0 24 0 24 24 0 24"></polygon>
              <rect fill="#000000" opacity="0.3" transform="translate(8.500000, 12.000000) rotate(-90.000000) translate(-8.500000, -12.000000)" x="7.5" y="7.5" width="2" height="9" rx="1"></rect>
              <path
                d="M9.70710318,15.7071045 C9.31657888,16.0976288 8.68341391,16.0976288 8.29288961,15.7071045 C7.90236532,15.3165802 7.90236532,14.6834152 8.29288961,14.2928909 L14.2928896,8.29289093 C14.6714686,7.914312 15.281055,7.90106637 15.675721,8.26284357 L21.675721,13.7628436 C22.08284,14.136036 22.1103429,14.7686034 21.7371505,15.1757223 C21.3639581,15.5828413 20.7313908,15.6103443 20.3242718,15.2371519 L15.0300721,10.3841355 L9.70710318,15.7071045 Z"
                fill="#000000" fill-rule="nonzero" transform="translate(14.999999, 11.999997) scale(1, -1) rotate(90.000000) translate(-14.999999, -11.999997)"></path>
            </g>
          </svg>
        </span>
      </button>
    </div>
  </div>
</form>

<form class="px-10" novalidate="novalidate" id="kt_form3">
  <input type="hidden" name="address_id" id="one_time_address_id">
  <input type="hidden" name="product_id" id="one_time_product_id">
  <div class="pb-5 pt-10" data-wizard-type="step-content" data-wizard-state="current">
    <div class="form-group row mb-6 config-data qty">
      <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Qty</label>
      <div class="col-lg-6 col-md-12 col-sm-12">
        <div class="row align-items-center">
          <div class="col-4">
            <input type="text" value="1" class="form-control font-size-h2 bg-secondary" id="one_qty_1_input" placeholder="1">
          </div>
          <div class="col-8">
            <div id="one_qty_1" class="nouislider nouislider-handle-primary border-dark"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="form-group row">
      <label class="col-form-label text-lg-right col-lg-3 col-sm-12">Delivery Date</label>
      <div class="col-lg-6 col-md-9 col-sm-12">
        <div class="input-group date">
          <input type="text" name="one_time_start_date" id="one_time_start_date" class="start_date form-control font-size-h5 py-6" readonly="" value="">
          <div class="input-group-append">
            <span class="input-group-text">
              <i class="la la-calendar"></i>
            </span>
          </div>
        </div>
        <span class="form-text text-muted">This is a fresh produce and require some lead time for delivery, next available delivery date is <span class="text-info changes-appling-date">[date as per lead time]</span></span>
      </div>
    </div>
  </div>
  <div class="pb-5 scroll scroll-pull ps" data-scroll="true" data-wheel-propagation="true" data-height="350" data-wizard-type="step-content" style="height: 350px; overflow: hidden;">
    <div class="pt-lg-0 py-5 text-center text-md-left">
      <h3 class="font-weight-bold text-dark font-size-h2">Address Details<span class="edit-address-btn"><i class="fa fa-pen"></i></span></h3>
      <p class="text-info">Any updation to address below will update your address for existing subscription as well</p>
    </div>
    <div class="customer-address-edit-form d-none">
      <div class="address-update-msg"></div>
      <div class="row">
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Name</label>
            <input class="form-control addr_first_name h-auto p-3 rounded-lg font-size-h6" name="first_name" style="width:100%;">
          </div>
        </div>
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Email</label>
            <input class="form-control addr_email h-auto p-3 rounded-lg font-size-h6" name="email" style="width:100%;">
          </div>
        </div>
        <div class="col-xl-4">
          <input type="hidden" id="customer-address-id" value="">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">City</label>
            <select name="city" class="form-control city" style="width: 100%">
              <option value="">Select</option>
              <option value="delhi">Delhi</option>
              <option value="gurgaon">Gurgaon</option>
              <option value="noida">Noida</option>
              <option value="faridabad">Faridabad</option>
              <option value="ghaziabad">Ghaziabad</option>
            </select>
          </div>
        </div>
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Area</label>
            <select name="area" class="form-control address-area" style="width: 100%">
              <option value="">Select</option>
            </select>
          </div>
        </div>
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Sub Area</label>
            <select name="subarea" class="form-control subarea" style="width: 100%">
              <option value="">Select</option>
            </select>
          </div>
        </div>
        <div class="col-xl-4">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark w-100">Delivery Shift</label>
            <select name="time_slot" class="form-control delivery-shift" style="width: 100%">
              <option value="">Select</option>
            </select>
          </div>
        </div>
      </div>
      <div class="row"></div>
      <div class="row">
        <div class="col-xl-12">
          <div class="form-group">
            <label class="font-size-h6 font-weight-bold text-dark">Flat/House No.</label>
            <input type="text" class="form-control h-auto p-3 rounded-lg font-size-h6 one-time-street-addr" name="address" placeholder="Address" maxlength="30" value="">
          </div>
        </div>
      </div>
    </div>
    <div class="address-detail card p-5">
      <p class="one-time-name-text"></p>
      <p class="one-time-city-text"></p>
      <p class="one-time-address-area-text"></p>
      <p class="one-time-subarea-text"></p>
      <p class="one-time-street-addr-text"></p>
    </div>
    <div class="ps__rail-x" style="left: 0px; top: 0px;">
      <div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div>
    </div>
    <div class="ps__rail-y" style="top: 0px; right: -2px;">
      <div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div>
    </div>
  </div>
  <div class="pb-5 " data-wizard-type="step-content">
    <div class="pt-lg-0 py-5 text-center text-md-left">
      <div class="row">
        <div class="col-xl-6 summary">
          <div class="card card-custom gutter-b card-stretch ">
            <div class="card-header border-0 p-5 mb-5">
              <div class="card-title">
                <div class="card-label">
                  <div class="font-weight-bold text-left">Summary</div>
                  <div class="font-size-lg text-info mt-2 summary-product-name">Premium Cow Milk</div>
                </div>
              </div>
            </div>
            <div class="card-body d-flex flex-column  pl-5">
              <div class="mt-n12 position-relative zindex-0 row">
                <div class="col-6 col-xl-12 d-flex align-items-center mb-lg-8">
                  <div class="symbol symbol-circle symbol-40 symbol-light mr-3 flex-shrink-0">
                    <div class="symbol-label bg-secondary">
                      <i class="flaticon2-calendar-8 text-dark"></i>
                    </div>
                  </div>
                  <div>
                    <a href="javascript:void(0)" class="font-size-h6 text-dark-75 text-hover-primary font-weight-bolder">Start Date </a>
                    <div class="font-size-sm font-weight-bold mt-1 summary-start-date">23rd Apr 2021</div>
                  </div>
                </div>
                <div class="col-6 col-xl-12 d-flex align-items-center mb-lg-8">
                  <div class="symbol symbol-circle symbol-40 symbol-light mr-3 flex-shrink-0">
                    <div class="symbol-label bg-secondary">
                      <i class="flaticon2-calendar-5 text-dark"></i>
                    </div>
                  </div>
                  <div>
                    <a href="javascript:void(0)" class="font-size-h6 text-dark-75 text-hover-primary font-weight-bolder text-nowrap">Quantity</a>
                    <div class="summary-qty font-size-sm font-weight-bold mt-1">2 Ltr </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="col-xl-6">
          <div class="card card-custom gutter-b card-stretch">
            <div class="card-header border-0 pt-5">
              <div class="card-title font-weight-bolder">
                <div class="card-label text-left">Payment</div>
              </div>
            </div>
            <div class="card-body">
              <div class="input-group form-group">
                <input type="button" value="-100" class="btn btn-secondary amount-minus" data-field="amount">
                <input type="number" step="100" max="" value="100" name="amount" class="amount-field form-control font-size-h2 mx-3">
                <input type="button" value="+100" class="btn btn-secondary amount-plus" data-field="amount">
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="d-flex justify-content-between">
    <div class="mr-2">
      <button type="button" class="btn btn-light-primary font-weight-bold font-size-h6 pr-8 pl-6 py-4 my-3 mr-3" data-wizard-type="action-prev">
        <span class="svg-icon svg-icon-md mr-2">
          <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
            <g stroke="none" stroke-width=".7" fill="none" fill-rule="evenodd">
              <polygon points="0 0 24 0 24 24 0 24"></polygon>
              <rect fill="#000000" opacity="0.3" transform="translate(15.000000, 12.000000) scale(-1, 1) rotate(-90.000000) translate(-15.000000, -12.000000)" x="14" y="7" width="2" height="10" rx="1"></rect>
              <path
                d="M3.7071045,15.7071045 C3.3165802,16.0976288 2.68341522,16.0976288 2.29289093,15.7071045 C1.90236664,15.3165802 1.90236664,14.6834152 2.29289093,14.2928909 L8.29289093,8.29289093 C8.67146987,7.914312 9.28105631,7.90106637 9.67572234,8.26284357 L15.6757223,13.7628436 C16.0828413,14.136036 16.1103443,14.7686034 15.7371519,15.1757223 C15.3639594,15.5828413 14.7313921,15.6103443 14.3242731,15.2371519 L9.03007346,10.3841355 L3.7071045,15.7071045 Z"
                fill="#000000" fill-rule="nonzero" transform="translate(9.000001, 11.999997) scale(-1, -1) rotate(90.000000) translate(-9.000001, -11.999997)"></path>
            </g>
          </svg>
        </span> Previous </button>
    </div>
    <div>
      <button type="button" class="btn btn-primary font-weight-bold font-size-h6 pl-8 pr-4 py-3 my-3 text-dark border-dark ontime-submit" data-wizard-type="action-submit">Submit <span class="svg-icon svg-icon-md ml-2">
          <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
            <g stroke="none" stroke-width=".7" fill="none" fill-rule="evenodd">
              <polygon points="0 0 24 0 24 24 0 24"></polygon>
              <rect fill="#000000" opacity="0.3" transform="translate(8.500000, 12.000000) rotate(-90.000000) translate(-8.500000, -12.000000)" x="7.5" y="7.5" width="2" height="9" rx="1"></rect>
              <path
                d="M9.70710318,15.7071045 C9.31657888,16.0976288 8.68341391,16.0976288 8.29288961,15.7071045 C7.90236532,15.3165802 7.90236532,14.6834152 8.29288961,14.2928909 L14.2928896,8.29289093 C14.6714686,7.914312 15.281055,7.90106637 15.675721,8.26284357 L21.675721,13.7628436 C22.08284,14.136036 22.1103429,14.7686034 21.7371505,15.1757223 C21.3639581,15.5828413 20.7313908,15.6103443 20.3242718,15.2371519 L15.0300721,10.3841355 L9.70710318,15.7071045 Z"
                fill="#000000" fill-rule="nonzero" transform="translate(14.999999, 11.999997) scale(1, -1) rotate(90.000000) translate(-14.999999, -11.999997)"></path>
            </g>
          </svg>
        </span>
      </button>
      <button type="button" class="btn btn-primary font-weight-bold font-size-h6 pl-8 pr-4 py-3 my-3 text-dark border-dark" data-wizard-type="action-next">Next <span class="svg-icon svg-icon-md ml-2">
          <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
            <g stroke="none" stroke-width=".7" fill="none" fill-rule="evenodd">
              <polygon points="0 0 24 0 24 24 0 24"></polygon>
              <rect fill="#000000" opacity="0.3" transform="translate(8.500000, 12.000000) rotate(-90.000000) translate(-8.500000, -12.000000)" x="7.5" y="7.5" width="2" height="9" rx="1"></rect>
              <path
                d="M9.70710318,15.7071045 C9.31657888,16.0976288 8.68341391,16.0976288 8.29288961,15.7071045 C7.90236532,15.3165802 7.90236532,14.6834152 8.29288961,14.2928909 L14.2928896,8.29289093 C14.6714686,7.914312 15.281055,7.90106637 15.675721,8.26284357 L21.675721,13.7628436 C22.08284,14.136036 22.1103429,14.7686034 21.7371505,15.1757223 C21.3639581,15.5828413 20.7313908,15.6103443 20.3242718,15.2371519 L15.0300721,10.3841355 L9.70710318,15.7071045 Z"
                fill="#000000" fill-rule="nonzero" transform="translate(14.999999, 11.999997) scale(1, -1) rotate(90.000000) translate(-14.999999, -11.999997)"></path>
            </g>
          </svg>
        </span>
      </button>
    </div>
  </div>
</form>

<form class="px-10 step-1" novalidate="novalidate">
  <div class="address-update-msg"></div>
  <div class="row">
    <div class="col-xl-12">
      <div class="form-group">
        <label class="font-size-h6 font-weight-bold text-dark w-100">New Mobile number</label>
        <input type="number" class="form-control new_mobile_number h-auto p-3 rounded-lg font-size-h6 required" name="new_mobile_number" style="width:100%;">
      </div>
    </div>
  </div>
  <button type="button" class="btn btn-primary font-size-h6 send-otp">Submit <span class="svg-icon svg-icon-md ml-2">
      <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
        <g stroke="none" stroke-width=".7" fill="none" fill-rule="evenodd">
          <polygon points="0 0 24 0 24 24 0 24"></polygon>
          <rect fill="#000000" opacity="0.3" transform="translate(8.500000, 12.000000) rotate(-90.000000) translate(-8.500000, -12.000000)" x="7.5" y="7.5" width="2" height="9" rx="1"></rect>
          <path
            d="M9.70710318,15.7071045 C9.31657888,16.0976288 8.68341391,16.0976288 8.29288961,15.7071045 C7.90236532,15.3165802 7.90236532,14.6834152 8.29288961,14.2928909 L14.2928896,8.29289093 C14.6714686,7.914312 15.281055,7.90106637 15.675721,8.26284357 L21.675721,13.7628436 C22.08284,14.136036 22.1103429,14.7686034 21.7371505,15.1757223 C21.3639581,15.5828413 20.7313908,15.6103443 20.3242718,15.2371519 L15.0300721,10.3841355 L9.70710318,15.7071045 Z"
            fill="#000000" fill-rule="nonzero" transform="translate(14.999999, 11.999997) scale(1, -1) rotate(90.000000) translate(-14.999999, -11.999997)"></path>
        </g>
      </svg>
    </span>
  </button>
</form>

<form class="px-10 step-2" novalidate="novalidate" style="display: none;">
  <div class="address-update-msg"></div>
  <div class="row">
    <div class="col-xl-12">
      <div class="form-group">
        <label class="font-size-h6 font-weight-bold text-dark w-100">OTP Verification</label>
        <p>We have Sent an OTP on mobile number <span class="new-mobile-number-label"></span>&nbsp;</p>
        <input type="number" class="form-control verify_otp h-auto p-3 rounded-lg font-size-h6 required" maxlength="4" name="verify_otp" style="width:100%;">
        <p class="pt-5 new-timer-container">Resend in <span id="resend-timer">30 Seconds</span></p>
      </div>
    </div>
  </div>
  <button type="button" class="btn btn-primary font-size-h6 verify-otp">Verify OTP <span class="svg-icon svg-icon-md ml-2">
      <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
        <g stroke="none" stroke-width=".7" fill="none" fill-rule="evenodd">
          <polygon points="0 0 24 0 24 24 0 24"></polygon>
          <rect fill="#000000" opacity="0.3" transform="translate(8.500000, 12.000000) rotate(-90.000000) translate(-8.500000, -12.000000)" x="7.5" y="7.5" width="2" height="9" rx="1"></rect>
          <path
            d="M9.70710318,15.7071045 C9.31657888,16.0976288 8.68341391,16.0976288 8.29288961,15.7071045 C7.90236532,15.3165802 7.90236532,14.6834152 8.29288961,14.2928909 L14.2928896,8.29289093 C14.6714686,7.914312 15.281055,7.90106637 15.675721,8.26284357 L21.675721,13.7628436 C22.08284,14.136036 22.1103429,14.7686034 21.7371505,15.1757223 C21.3639581,15.5828413 20.7313908,15.6103443 20.3242718,15.2371519 L15.0300721,10.3841355 L9.70710318,15.7071045 Z"
            fill="#000000" fill-rule="nonzero" transform="translate(14.999999, 11.999997) scale(1, -1) rotate(90.000000) translate(-14.999999, -11.999997)"></path>
        </g>
      </svg>
    </span>
  </button>
</form>

<form class="form-inline" novalidate="novalidate">
  <p class="text-dark-50 text-message">Please provide your delivery location to see products</p>
  <div class="form-group">
    <button type="button" class="btn btn-primary text-dark h-auto rounded-lg" id="locationBtn">Detect my location</button>
  </div>
  <span class="separator-text form-group">
    <span>OR</span>
  </span>
  <div class="city-control">
    <div class="form-group">
      <select name="city" class="form-control h-auto rounded-lg select2-hidden-accessible" id="city" style="width:233px;" data-select2-id="city" tabindex="-1" aria-hidden="true">
        <option value="" data-select2-id="51">Select City</option>
        <option value="Gurugram">Gurugram</option>
      </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="50" style="width: 233px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
            aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-city-container"><span class="select2-selection__rendered" id="select2-city-container" role="textbox" aria-readonly="true"
              title="Select City">Select City</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
    </div>
  </div>
</form>

POST

<form class="form" id="verify-mobile-number" data-group-name="digits" data-autosubmit="false" method="post" novalidate="novalidate">
  <p class="font-weight-bold text-dark font-size-h5 ">Mobile Verification</p>
  <div class="d-flex flex-column justify-content-center">
    <div class="">
      <input class="font-size-h2 font-weight-bold font-size-h1-lg form-control form-control-solid py-7 px-4 rounded-lg bg-primary border-dark-thik" type="number" name="mobile-number" autocomplete="off" id="mobile-number" required="required"
        aria-required="true">
    </div>
  </div>
  <div class="d-flex flex-column justify-content-center">
    <div class="">
      <input placeholder="Referral Code?" class="mt-5 font-size-h6 font-weight-bold form-control form-control-solid py-6 px-2 rounded-md bg-light border-secondary" type="text" name="referrer_id" autocomplete="off" id="referrer_id">
    </div>
  </div>
  <div class="d-flex flex-column justify-content-center">
    <div class="">
      <button type="submit" class="btn btn-primary mt-10 px-10 border-dark-thik text-dark">GET OTP</button>
    </div>
  </div>
  <div class=" text-dark-50 pt-5">We will send you an SMS with One Time Password</div>
</form>

POST

<form class="form" id="verify-otp" method="post" data-group-name="digits" data-autosubmit="false">
  <p class="font-weight-bold text-dark font-size-h5 ">OTP Verification</p>
  <p>We have sent an SMS on mobile number <span class="mobile-number-label"></span>&nbsp;<a href="javascript://" onclick="resetMobileNumber();"><i class="fa fa-pen"></i></a></p>
  <div class="otp-wrapper otp-event">
    <div class="otp-container">
      <input type="text" name="otp" id="digit-1" class="w-50 font-size-h2 font-weight-bold form-control-solid font-size-h1-lg form-control bg-primary py-7 px-4  border-dark-thik" maxlength="4" autocomplete="one-time-code" inputmode="numeric"
        pattern="\d{4}" style="letter-spacing: 10px;">
      <div class="errorTxt"></div>
    </div>
  </div>
  <p class="pt-5 timer-container">Resend in <span id="timer">5 seconds</span> </p>
  <div class="">
    <button class="btn otp-submit btn-primary mt-10 px-10 border-dark-thik text-dark" id="submit-otp" type="submit">VERIFY</button>
  </div>
</form>

<form class="form" novalidate="novalidate" id="kt_login_signup_form">
  <div class="pb-13 pt-lg-0 pt-5">
    <h3 class="font-weight-bold text-dark font-size-h4 font-size-h1-lg"></h3>
    <p class="font-weight-bold font-size-h4">Select Your City</p>
    <select class="select2 login-city select2-hidden-accessible" tabindex="-1" aria-hidden="true" data-select2-id="36">
      <option value="delhi" data-select2-id="38">Delhi</option>
      <option value="gurgaon">Gurgaon</option>
      <option value="noida">Noida</option>
      <option value="faridabad">Faridabad</option>
    </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="37" style="width: auto;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox" aria-haspopup="true"
          aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-096o-container"><span class="select2-selection__rendered" id="select2-096o-container" role="textbox" aria-readonly="true" title="Delhi">Delhi</span><span
            class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
    <p class="font-weight-bold font-size-h4 pt-5 pt-lg-10">Select Your Area</p>
    <select class="select2 login-area select2-hidden-accessible" tabindex="-1" aria-hidden="true" data-select2-id="41">
      <option value="area1" data-select2-id="43">Area 1</option>
      <option value="area2">Area 2</option>
    </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="42" style="width: auto;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox" aria-haspopup="true"
          aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-lnqx-container"><span class="select2-selection__rendered" id="select2-lnqx-container" role="textbox" aria-readonly="true" title="Area 1">Area 1</span><span
            class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
    <div class="time-slot-container-login">
      <p class="font-weight-bold font-size-h4 pt-5 pt-lg-10">Select Your Delivery Shift</p>
      <select class="select2 login-time-slot select2-hidden-accessible" tabindex="-1" aria-hidden="true" data-select2-id="46">
        <option value="area1" data-select2-id="48">Area 1</option>
        <option value="area2">Area 2</option>
      </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="47" style="width: auto;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
            aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-5tj7-container"><span class="select2-selection__rendered" id="select2-5tj7-container" role="textbox" aria-readonly="true"
              title="Area 1">Area 1</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
    </div>
  </div>
  <button class="btn btn-primary select-temp-hub" type="button">Select Area</button>
</form>

POST

<form class="add-item-form" method="post">
  <div class="modal-body p-5 catalog2-container scroll ps" data-scroll="true" data-height="450" style="height: 450px; overflow: hidden;">
    <div class="vip-member-produts">
      <input type="hidden" name="discount_rule_id" id="discount_rule_id">
      <div class="col-md-12 col-lg-12 col-sm-12">
        <label>
          <input type="radio" name="product" selected="" checked="" class="card-input-element">
          <div class="card card-custom mb-4 card-input">
            <div class="card-heading" style="padding:10px 0px 0px 20px">
              <h5></h5>
            </div>
            <div class="card-body" style="margin:-25px -60px -40px -20px;">
              <table class="table table-borderless">
                <thead>
                  <tr>
                    <th>Cost:</th>
                    <th>Max Discount:</th>
                    <th>Validity:</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td>
                      <p><span class="text-success font-size-h6 font-weight-bold"></span></p>
                    </td>
                    <td class="pr-0 font-size-h6 align-items-center"></td>
                    <td class="pr-0 font-size-h6 align-items-center"></td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
        </label>
      </div>
    </div>
    <div class="ps__rail-x" style="left: 0px; top: 0px;">
      <div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div>
    </div>
    <div class="ps__rail-y" style="top: 0px; left: 0px;">
      <div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-light-primary text-dark-50 font-weight-bold add-member-hidden-close" data-dismiss="modal">Close</button>
    <button type="button" class="btn btn-sm btn-primary font-weight-bold border-dark text-dark add-membership-save">Buy Membership</button>
  </div>
</form>

POST

<form class="add-one-time-order-form" method="post">
  <div class="catalog2-container scroll ps" data-scroll="true" data-height="400" style="height: 400px; overflow: hidden;">
    <div class="catalog2-container">
      <div id="already_scheduled_item" class="catalog"></div>
    </div>
    <h5> Items</h5>
    <div id="membership_details" class="catalog"></div>
    <div class="ps__rail-x" style="left: 0px; top: 0px;">
      <div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div>
    </div>
    <div class="ps__rail-y" style="top: 0px; left: 0px;">
      <div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div>
    </div>
  </div>
</form>

Text Content

☎ 8860088304




Loading...
₹00
A
 * Calendar/Orders
 * ₹0000
   Wallet
 * Vacations
 * Delivery History
 * Layer 1
   Invoices
 * Contact Us
 *  



‹›



QUICK CALENDAR

Expand
AUG
25
SUN
AUG
26
Today
AUG
27
Tomorrow
AUG
28
WED
AUG
29
THU
AUG
30
FRI
AUG
31
SAT
SEP
1
SUN
SEP
2
MON




Add Item to Calendar Update Vacation


WALLET


Load More


PRODUCT CATALOG



           
           
Powered by MilkMaster TM



NOTIFICATIONS 24 NEW

5 new user generated report
Reports based on sales
2 new items submited
by Grog John
79 PSD files generated
Reports based on sales
$2900 worth producucts sold
Total 234 items
4.5h-avarage response time
Fostest is Barry
3 Defence alerts
40% less alerts thar last week
Avarage 4 blog posts per author
Most posted 12 time
16 authors joined last week
9 photodrapehrs, 7 designer
2 new items have been submited
by Grog John
2.8 GB-total downloads size
Mostly PSD end AL concepts
$2900 worth producucts sold
Total 234 items
7 new user generated report
Reports based on sales
4.5h-avarage response time
Fostest is Barry


A
Customer Name
Sign Out

Add Name update
Save Cancel
Add Mobile Number update
Save Cancel
Address
Street, Sub Area, Area Name update
Save Cancel
Email Id
Add Email update
Save Cancel
Date of Birth
update
Save Cancel
Alternate Contact number
update
Save Cancel
Delivery Preference
Ring the bell update
Ring the bell Save Cancel
Available Delivery Shift
update
- Save Cancel





PRODUCTS CATALOG

           
           
₹0 Wallet Balance
Add Money
Apply
Recharge Now
‹›



TRANSACTIONS

Filter
 * All
 * Added
 * Deducted

There is no wallet transaction in your account


Load More


DELIVERY HISTORY

Filter


Load More
Click on date to view/add products for selected date

ADD PRODUCTS FOR

All



Close Close Save changes

ORDER DETAILS

CART ITEMS




1


QUANTITY

Frequency
2


ADDRESS

Delivery address
3


PAYMENT

Payment mode
Frequency

Select Nth Day
2 3 4 5 6 7 8 9 10
Select Nth Day
1 2 3 4 5 6 7 8 9 10
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATUREDAY
SUNDAY
Qty

Different Qty on alternate days ?
Yes
(If you want 1 qty on day one and 2 qty on day two)
Alt Qty

Start Date

This is a fresh produce and require some lead time for delivery, next available
delivery date is [date as per lead time]




ADDRESS DETAILS

Any updation to address below will update your address for existing subscription
as well

Name
Email
City Select
Area Select
Sub Area Select
Delivery Shift Select

Flat/House No.





Summary
Premium Cow Milk
Start Date
23rd Apr 2021
Quantity
2 Ltr
Frequency
Daily
Payment
Recharge with minimum: ₹ 100

Previous
Submit Next

Frequency

MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATUREDAY
SUNDAY
Select Nth Day 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
26 27 28 29 30
Select Nth Day 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
26 27 28 29 30
Qty

Different Qty on alternate days ?
Yes
(If you want 1 qty on day one and 2 qty on day two)
Alt Qty

Apply Changes From

Revert Changes From (optional)

This is a fresh produce and require some lead time for delivery, nearest date
available for change is [date as per lead time]
Previous
Submit

Product Select Select
Reason Select Select

Your changes will be applicable from [date as per lead time]

Pause

You can also set Vacation if you want to temporary supspend your subscription

Product All Primium Cow Milk Fresh Whole Wheat Bread Fresh Whole Wheat Bread

Your changes will be applicable from [date as per lead time]

Resume

Vacation period



Save
 1. All your subscription will be marked as paused and no delivery will be made
    during vacation period..



1


QUANTITY

Frequency
2


ADDRESS

Delivery address
Trial Type

Start Date

This is a fresh produce and require some lead time for delivery, next available
delivery date is [date as per lead time]




ADDRESS DETAILS

Any updation to address below will update your address for existing trial as
well

Name
Email
City Select Delhi Gurgaon Noida Faridabad Ghaziabad
Area Select
Sub Area Select
Delivery Shift Select

Flat/House No.





Previous
Submit Next

1


QUANTITY

Frequency
2


ADDRESS

Delivery address
3


PAYMENT

Payment mode
Qty

Delivery Date

This is a fresh produce and require some lead time for delivery, next available
delivery date is [date as per lead time]


ADDRESS DETAILS

Any updation to address below will update your address for existing subscription
as well

Name
Email
City Select Delhi Gurgaon Noida Faridabad Ghaziabad
Area Select
Sub Area Select
Delivery Shift Select

Flat/House No.





Summary
Premium Cow Milk
Start Date
23rd Apr 2021
Quantity
2 Ltr
Payment

Previous
Submit Next


INVOICES

Subscription Invoice

₹





HELP CENTER

Email us

GOUVEDICFARMS@GMAIL.COM

Click on email id to send an email to our support
WhatsApp us




Click on number to contact over Whatsapp
Call us


8860088304

Click on number to call our support number

GOU VEDIC FARMS

UPDATE MOBILE NUMBER

New Mobile number
Submit
OTP Verification

We have Sent an OTP on mobile number  

Resend in 30 Seconds

Verify OTP

WELCOME TO GAU VEDIC WEB APP

×

Please provide your delivery location to see products

Detect my location
OR
Select CityGurugramSelect City

CUSTOMER LOGIN

×

Mobile Verification



GET OTP
We will send you an SMS with One Time Password

OTP Verification

We have sent an SMS on mobile number  



Resend in 5 seconds

VERIFY

Select Your City

Delhi Gurgaon Noida Faridabad Delhi

Select Your Area

Area 1 Area 2 Area 1

Select Your Delivery Shift

Area 1 Area 2 Area 1
Select Area


Powered by MilkMaster™

VIP MEMBERSHIP

Cost: Max Discount: Validity:





Close Buy Membership


AUTO RENEW OPTIONS

Choose your auto-renew options:

 * Auto Renew at Expiry
   
   Automatically renew membership at expiry

 * Auto Renew at Exhausted
   
   Automatically renew membership when exhausted

Submit Close

MEMBERSHIP START FROM

ITEMS




Pay Now Save Pay on Delivery