django-helpdesk.apptask.dev Open in urlscan Pro
223.197.188.28  Public Scan

URL: https://django-helpdesk.apptask.dev/
Submission: On December 11 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST

<form role="form" method="post" enctype="multipart/form-data">
  <input type="hidden" name="csrfmiddlewaretoken" value="NZbLClAXmv9IJSD4l557qRrYJotpSncPtf0o7tlbYHtiKx5kzSRePnhQKvf7MEOb">
  <div class="form-group">
    <label class=" " for="id_queue">Queue</label>
    <div class=" ">
      <select name="queue" class="form-control form-control" required="" id="id_queue">
        <option value="" selected="">--------</option>
        <option value="1">Queue A</option>
      </select>
    </div>
  </div>
  <div class="form-group">
    <label class=" " for="id_title">Summary of the problem</label>
    <div class=" ">
      <input type="text" name="title" class="form-control form-control" maxlength="100" required="" id="id_title">
    </div>
  </div>
  <div class="form-group">
    <label class=" " for="id_body">Description of your issue</label>
    <div class=" ">
      <textarea name="body" cols="40" rows="10" class="form-control form-control" required="" aria-describedby="id_body_helptext" id="id_body"></textarea>
      <small class="form-text text-muted">Please be as descriptive as possible and include all details</small>
    </div>
  </div>
  <div class="form-group">
    <label class=" " for="id_priority">Priority</label>
    <div class=" ">
      <select name="priority" class="form-control form-control" aria-describedby="id_priority_helptext" id="id_priority">
        <option value="1">1. Critical</option>
        <option value="2">2. High</option>
        <option value="3" selected="">3. Normal</option>
        <option value="4">4. Low</option>
        <option value="5">5. Very Low</option>
      </select>
      <small class="form-text text-muted">Please select a priority carefully. If unsure, leave it as '3'.</small>
    </div>
  </div>
  <div class="form-group">
    <label class=" " for="id_due_date">Due on</label>
    <div class=" ">
      <input type="text" name="due_date" class="form-control form-control hasDatepicker" autocomplete="off" id="id_due_date">
    </div>
  </div>
  <div class="form-group">
    <label class=" " for="id_attachment">Attach File</label>
    <div class=" ">
      <input type="file" name="attachment" class="form-control-file" aria-describedby="id_attachment_helptext" id="id_attachment">
      <small class="form-text text-muted">You can attach a file to this ticket. Only file types such as plain text (.txt), a document (.pdf, .docx, or .odt), or screenshot (.png or .jpg) may be uploaded.</small>
    </div>
  </div>
  <div class="form-group">
    <label class=" " for="id_submitter_email">Your E-Mail Address</label>
    <div class=" ">
      <input type="email" name="submitter_email" class="form-control form-control" maxlength="320" required="" aria-describedby="id_submitter_email_helptext" id="id_submitter_email">
      <small class="form-text text-muted">We will e-mail you when your ticket is updated.</small>
    </div>
  </div>
  <button type="submit" class="btn btn-primary btn-lg btn-block"> Submit Ticket <i class="fa fa-paper-plane"></i>
  </button>
</form>

GET /view/

<form method="get" action="/view/">
  <fieldset>
    <div class="form-group ">
      <label for="id_ticket">Ticket</label>
      <div class="input-group">
        <input type="text" name="ticket" class="form-control">
      </div>
    </div>
    <div class="form-group ">
      <label for="id_email">Your E-mail Address</label>
      <div class="input-group">
        <input type="text" name="email" class="form-control">
      </div>
    </div>
    <div class="buttons form-group">
      <input type="submit" class="btn btn-primary" value="View Ticket">
    </div>
  </fieldset>
</form>

Text Content

Helpdesk
   
 * Log In

 * Homepage
 * New Ticket
 * Knowledgebase

 1. Public
 2. Homepage


SUBMIT A TICKET

Unless otherwise stated, all fields are required. Please provide as descriptive
a title and description as possible.

Queue
-------- Queue A
Summary of the problem

Description of your issue
Please be as descriptive as possible and include all details
Priority
1. Critical 2. High 3. Normal 4. Low 5. Very Low Please select a priority
carefully. If unsure, leave it as '3'.
Due on

Attach File
You can attach a file to this ticket. Only file types such as plain text (.txt),
a document (.pdf, .docx, or .odt), or screenshot (.png or .jpg) may be uploaded.
Your E-Mail Address
We will e-mail you when your ticket is updated.
Submit Ticket


VIEW A TICKET

Ticket

Your E-mail Address


Powered by django-helpdesk.