dev.booking.jogaapp.com Open in urlscan Pro
13.228.239.141  Public Scan

URL: https://dev.booking.jogaapp.com/
Submission: On May 24 via api from US — Scanned from SG

Form analysis 2 forms found in the DOM

<form action="">
  <div class="modal-header">
    <h5 class="modal-title">Login</h5>
    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  </div>
  <div class="modal-body">
    <div class="mb-2">
      <label for="exampleFormControlInput1" class="form-label required">Email address</label>
      <input type="email" class="form-control" id="exampleFormControlInput1" placeholder="name@example.com">
    </div>
    <div class="mb-2">
      <label for="exampleFormControlInput1" class="form-label required">Password</label>
      <input type="password" class="form-control" id="loginPassword" placeholder="Password">
    </div>
    <div class="color-link text-end cursor-pointer text-decoration-underline"> Forgot Password? </div>
    <div class="text-center color-caption pt-3"> Don't have account? <span class="color-link cursor-pointer text-decoration-underline" data-bs-toggle="modal" data-bs-target="#registrationModal">Register Here</span>
    </div>
  </div>
  <div class="modal-footer">
    <span type="button" class="color-caption" data-bs-dismiss="modal">Close</span>
    <button type="button" class="btn btn-sm btn-jwb-primary ms-3">Login</button>
  </div>
</form>

<form action="">
  <div class="modal-header">
    <h5 class="modal-title">Registraton</h5>
    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  </div>
  <div class="modal-body">
    <div class="row">
      <div class="col-md-6">
        <div class="mb-2">
          <label for="firstName" class="form-label required">First Name</label>
          <input type="text" class="form-control" id="firstName" placeholder="Manuel">
        </div>
      </div>
      <div class="col-md-6">
        <div class="mb-2">
          <label for="lastName" class="form-label required">Last Name</label>
          <input type="text" class="form-control" id="lastName" placeholder="Miletic">
        </div>
      </div>
    </div>
    <div class="mb-2">
      <label for="emailAddress" class="form-label required">Email Address</label>
      <input type="email" class="form-control" id="emailAddress" placeholder="name@example.com">
    </div>
    <div class="row">
      <div class="col-md-6">
        <div class="mb-2">
          <label for="registrationPassword" class="form-label required">Password</label>
          <input type="password" class="form-control" id="registrationPassword" placeholder="Password">
        </div>
      </div>
      <div class="col-md-6">
        <div class="mb-2">
          <label for="registrationConfirmPassword" class="form-label required">Confirm Password</label>
          <input type="password" class="form-control" id="registrationConfirmPassword" placeholder="Confirm Password">
        </div>
      </div>
    </div>
    <div class="mb-2">
      <label for="phone" class="form-label">Phone Number(Optional)</label>
      <input type="tel" class="form-control" id="phone" name="phone" placeholder="1234567">
    </div>
    <div class="text-center color-caption pt-3"> Have account? <span class="color-link cursor-pointer text-decoration-underline" data-bs-toggle="modal" data-bs-target="#loginModal">Login</span>
    </div>
  </div>
  <div class="modal-footer">
    <span type="button" class="color-caption" data-bs-dismiss="modal">Close</span>
    <button type="button" class="btn btn-sm btn-jwb-primary ms-3">Login</button>
  </div>
</form>

Text Content

Login

SPA BOOKING APPLICATION

 * 1Categories
 * 2Contracts
 * 3Professionals
 * 4Slots
 * 5Add Account
 * 6Review


AVAILABLE CATEGORIES

Select Category for booking

Massage

Spa

Facial

Body Treatment

Grooming

Nail Care

Hair Care

Next

© Copyright 2024. All Rights Reserved by JogaApp.

LOGIN

Email address
Password
Forgot Password?
Don't have account? Register Here
Close Login

REGISTRATON

First Name
Last Name
Email Address
Password
Confirm Password
Phone Number(Optional)
Have account? Login
Close Login