HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/brokeronboard/index.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Welcome to KRISUMI - Web to Lead Form</title>
  <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/choices.js/public/assets/styles/choices.min.css" />

  <style>
    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: linear-gradient(135deg, #dbeafe, #fef9c3);
      margin: 0;
      padding: 40px;
    }

    .form-container {
      background: linear-gradient(145deg, #ffffff, #f0f4f8);
      max-width: 550px;
      margin: auto;
      padding: 35px 30px 45px;
      border-radius: 16px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease-in-out;
    }

    .form-container:hover {
      transform: scale(1.01);
      box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
    }

    .logo {
      display: block;
      max-width: 160px;
      height: auto;
      margin: 0 auto 25px;
    }

    .form-container h2 {
      text-align: center;
      margin-bottom: 30px;
      color: #1e3a8a;
      font-size: 28px;
    }

    form label {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
      color: #374151;
    }

    form input[type="text"],
    form textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 20px;
      border: 1px solid #cbd5e1;
      border-radius: 6px;
      background-color: #f9fafb;
      font-size: 15px;
      transition: border-color 0.2s ease-in-out;
    }

    form input[type="text"]:focus,
    form textarea:focus {
      border-color: #3b82f6;
      background-color: #fff;
      outline: none;
    }

    form textarea {
      resize: vertical;
      height: 100px;
    }

    .choices__inner {
      background-color: #f9fafb;
      border-radius: 6px;
      padding: 10px;
      font-size: 15px;
      border: 1px solid #cbd5e1;
    }

    form input[type="submit"] {
      background: linear-gradient(to right, #3b82f6, #2563eb);
      color: white;
      padding: 14px 20px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
      width: 100%;
      transition: background 0.3s ease-in-out;
    }

    form input[type="submit"]:hover {
      background: linear-gradient(to right, #2563eb, #1e40af);
    }
  </style>
</head>
<body>

<div class="form-container">
  <img src="https://krisumi.com/wp-content/uploads/2023/07/logo.png" alt="KRISUMI Logo" class="logo">

  <h2>Welcome to KRISUMI</h2>
  <form action="https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8&orgId=00D2w000008WWIC" method="POST">
    <input type="hidden" name="oid" value="00D2w000008WWIC">
    <input type="hidden" name="retURL" value="https://krisumi.com/">

    <label for="first_name">First Name</label>
    <input id="first_name" maxlength="40" name="first_name" type="text" />

    <label for="last_name">Last Name</label>
    <input id="last_name" maxlength="80" name="last_name" type="text" />

    <label for="email">Email</label>
    <input id="email" maxlength="80" name="email" type="text" />

    <label for="phone">Phone</label>
    <input id="phone" maxlength="40" name="phone" type="text" />

    <label for="project">Project Interested</label>
    <select id="project" name="00N2w00000OVR5k" multiple>
      <option value="WATERSIDE RESIDENCES 1">WATERSIDE RESIDENCES 1</option>
      <option value="WATERSIDE RESIDENCES 2">WATERSIDE RESIDENCES 2</option>
      <option value="WATERSIDE RESIDENCES 3">WATERSIDE RESIDENCES 3</option>
      <option value="WATERFALL SUITES 1">WATERFALL SUITES 1</option>
      <option value="WATERFALL SUITES 2">WATERFALL SUITES 2</option>
      <option value="WATERFALL SUITES 3">WATERFALL SUITES 3</option>
      <option value="WATERFALL SUITES 4">WATERFALL SUITES 4</option>
    </select>

    <label for="00NIg000000LaGd">Budget</label>
    <input id="00NIg000000LaGd" name="00NIg000000LaGd" type="text" />

    <label for="00NIg000000LaGY">Purchase Timeline</label>
    <input id="00NIg000000LaGY" maxlength="255" name="00NIg000000LaGY" type="text" />

    <label for="description">Description</label>
    <textarea id="description" name="description"></textarea>

    <input type="submit" name="submit" value="Submit">
  </form>
</div>

<script src="https://cdn.jsdelivr.net/npm/choices.js/public/assets/scripts/choices.min.js"></script>
<script>
  new Choices('#project', {
    removeItemButton: true,
    placeholderValue: 'Select projects...',
    searchPlaceholderValue: 'Search projects...',
  });
</script>

</body>
</html>