www.laptop.eshopf.com Open in urlscan Pro
119.18.54.165  Public Scan

URL: https://www.laptop.eshopf.com/
Submission: On August 09 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET /index.php

<form class="form-inline ml-auto" action="/index.php" method="GET">
  <input class="form-control mr-sm-2" type="search" name="search_term" placeholder="Search Customer" aria-label="Search">
  <select class="form-control mr-sm-2" name="search_by" required="">
    <option value="id">Customer ID</option>
    <option value="name">Customer Name</option>
  </select>
  <button class="btn btn-primary my-2 my-sm-0" type="submit" name="search_customer">Search</button>
</form>

POST /index.php

<form action="/index.php" method="POST">
  <div class="form-group">
    <label for="name">Name</label>
    <input type="text" class="form-control" id="name" name="name" required="">
  </div>
  <div class="form-group">
    <label for="email">Email</label>
    <input type="email" class="form-control" id="email" name="email">
  </div>
  <div class="form-group">
    <label for="phone">Phone</label>
    <input type="text" class="form-control" id="phone" name="phone">
  </div>
  <div class="form-group">
    <label for="address">Address</label>
    <textarea class="form-control" id="address" name="address"></textarea>
  </div>
  <div class="form-group">
    <label for="laptop_model">Laptop Model</label>
    <input type="text" class="form-control" id="laptop_model" name="laptop_model">
  </div>
  <div class="form-group">
    <label for="problem_description">Problem Description</label>
    <textarea class="form-control" id="problem_description" name="problem_description"></textarea>
  </div>
  <div class="form-group">
    <label for="servicing_date">Servicing Date</label>
    <input type="date" class="form-control" id="servicing_date" name="servicing_date">
  </div>
  <button type="submit" class="btn btn-primary" name="add_customer">Add Customer</button>
</form>

Text Content

Laptop Service
 * Reports
 * Add Customer

Customer ID Customer Name Search
Search Customer

Add Customer
Name
Email
Phone
Address
Laptop Model
Problem Description
Servicing Date
Add Customer
Reports


© 2024 Laptop Service. All rights reserved.

Privacy Policy | Terms of Service