Utah Tech University Police Department
Fingerprint Appointment
Important Notice:
Please be aware that from December 23, 2024, to January 3, 2025, UTPD’s office will be closed for fingerprinting and criminal history checks.
If you have an urgent need for either service before January 6, 2025, please call or text 435-236-4000. We will assess your situation and do our best to accommodate your request.
For all other requests, kindly schedule an appointment after January 6, 2025. Thank you for your understanding!
Also, the appointment calendar is temporarily under maintenance and the expected date it will working is January 6th, 2025. Sorry for the inconvenience.
Please use the calendar to book a fingerprint appointment.
You will receive a confirmation email once the booking request has been approved by UTPD office staff.
The confirmation email will include what is required, fees, directions, and where to park.
If you need an appointment on a date and time not available on the calendar, please let us know and we will see if we can accommodate you.
Please call during office hours (Monday – Friday, 9am to 5pm) at 435-652-7515. For questions, cancellations or rescheduling call during office hours or email policeservices@utahtech.edu.
For more details, such as fees and what’s required at your appointment, visit this page of our website: https://police.utahtech.edu/resources/#LIVESCAN
DIRECTIONS to UTPD:
300 S. 800 E., St. George, Utah 84770
From St. George Blvd: Head west and turn left onto 700 East (University Ave).
On 700 East: Drive south until you reach 300 South (Trailblazer Blvd).
On 300 South: Turn left, then take the first right into Parking Lot M.
In Parking Lot M: Drive south towards the Anthony Burns offices. The University Police Department is located in the northeast corner of the Anthony Burns offices, near the line of palm trees, just south of the Holland Library.
PARKING:
For fingerprint services, if available, park in a stall marked “University Police.”
If those stalls are occupied, please use a Visitor parking stall.
Por favor, utilice el calendario para reservar una cita para sus huellas dactilares. Recibirás un correo electrónico de confirmación una vez que la solicitud de reserva haya sido aprobada por el personal de la oficina de la UTPD. El correo electrónico de confirmación incluirá lo que se requiere, las tarifas, las indicaciones y dónde estacionarte.
Si necesitas una cita en una fecha y hora que no están disponibles en el calendario, por favor avísanos y veremos si podemos acomodarte. Por favor llama durante el horario de oficina (lunes a viernes, de 9am a 5pm) al 435-652-7515. Para preguntas, cancelaciones o reprogramaciones, llama durante el horario de oficina o envía un correo electrónico a policeservices@utahtech.edu.
Para más detalles, como tarifas y lo que se requiere en tu cita, visita esta página de nuestro sitio web:
https://police.utahtech.edu/resources/#LIVESCAN
DIRECCIONES al Departamento De Policía de Utah Tech:
300 S. 800 E., St. George, Utah 84770
Dirígete hacia el oeste en St. George Blvd, gira a la izquierda en 700 East (University Ave).
Conduce hacia el sur en 700 East hasta llegar a 300 South (Trailblazer Blvd).
Gira a la izquierda en 300 South, luego gira a la derecha hacia el gran estacionamiento que es el Estacionamiento M.
Conduce hacia el sur en el estacionamiento, hacia las oficinas de Anthony Burns.
La Policía Universitaria se encuentra en la esquina noreste de las oficinas de Anthony Burns. (Cerca de la línea de palmeras, al sur de la Biblioteca Holland).
Para los servicios de huellas dactilares, si están disponibles, estaciona en un lugar marcado como Policía Universitaria, si no hay estacionamientos disponibles, puede estacionarse en un lugar de visitantes.
no appointments allowed on this day
let arr = [{date:"01/07/2025", time:"1:00pm"},{date:"01/14/2025", time:"1:00pm"},{date:"01/14/2025", time:"1:30pm"},{date:"02/19/2025", time:"3:00pm"},{date:"02/19/2025", time:"3:30pm"},];
console.log(arr);
const year_dom = document.querySelector('#current_year');
const month_dom = document.querySelector('#current_month');
const cal_body = document.querySelector('#calendar_body');
let month = new Date().getMonth();
let year = new Date().getFullYear();
month_dom.innerHTML = new Date().toLocaleString('default', { month: 'long' });
year_dom.innerHTML = new Date().getFullYear();
const init = () => {
calendarInit(cal_body, new Date());
}
const nextMonth = function () {
console.log(month)
if (month 0) {
month--;
month_dom.innerHTML = new Date(year, month, 1).toLocaleString('default', { month: 'long' });
} else {
month = 11;
year--;
month_dom.innerHTML = new Date(year, month, 1).toLocaleString('default', { month: 'long' });
year_dom.innerHTML = new Date(year, month, 1).getFullYear();
}
cal_body.innerHTML = "";
calendarInit(cal_body, new Date(year, month, 1))
}
const calendarInit = function (calendar, dates) {
const current_month = dates.getMonth();
const current_year = dates.getFullYear();
let start_day = new Date(current_year, current_month, 1).getDay();
const last_date = new Date(current_year, current_month + 1, 0).getDate();
let date_start = 1;
if (start_day == 0) {
start_day = 7
}
for (let i = 0; i < 42; i++) {
const tile = i;
let date_container = document.createElement("div");
date_container.classList = 'date'
if (tile < start_day) {
calendar.append(date_container);
} else {
if (date_start {
return obj.date == test2;
});
// if(blocked_times !== null){
// let blocked_out = blocked_times.filter(obj2 => {
// return obj2.date == test2;
// });
// }
// console.log(blocked_out);
let counter= '';
let appointment_list = [];
for (var i = 0; i < test5.length; i++) {
let time = test5[i].time;
appointment_list.push(time);
}
console.log('date selected: '+test2);
let active = document.querySelector('.active_date');
if(active){
active.classList.remove('active_date');
}
document.getElementById(date_id).classList.add('active_date');
var selectobject = document.getElementById("field_6wtmg");
var selectobject2 = document.getElementById("field_o4glx");
var selectobject3 = document.getElementById("field_y78hj");
var selectobject4 = document.getElementById("field_6nc29");
var selectobject5 = document.getElementById("field_v0kyr");
selectobject.textContent = '';
selectobject2.textContent = '';
selectobject3.textContent = '';
selectobject4.textContent = '';
selectobject5.textContent = '';
if(dow == 1 ){
let monSched = ['','1:30pm','2:00pm','2:30pm','3:00pm','3:30pm'];
for (var i = 0; i < monSched.length; i++) {
let option = document.createRange().createContextualFragment(''+monSched[i]+'');
selectobject.appendChild(option);
}
document.getElementById("frm_field_37_container").style.display='block';
document.getElementById("frm_field_1140_container").style.display='none';
document.getElementById("frm_field_1143_container").style.display='none';
document.getElementById("frm_field_1146_container").style.display='none';
document.getElementById("frm_field_1178_container").style.display='none';
document.getElementById("unavailable").style.display='none';
for (var i = 0; i < arr.length; i++) {
if(test2 == arr[i].date){
// console.log(arr[i].time);
for (var i=0; i<selectobject.length; i++) {
var time_comp = selectobject.options[i].text;
// console.log('time comp '+time_comp);
if(appointment_list.includes(time_comp)){
selectobject.options[i].setAttribute('disabled', '');
}
}
break;
}
}
}
if( dow == 2 ){
let tuesSched = ['','1:00pm','1:30pm','2:00pm','2:30pm','3:00pm','3:30pm'];
for (var i = 0; i < tuesSched.length; i++) {
let option = document.createRange().createContextualFragment(''+tuesSched[i]+'');
selectobject2.appendChild(option);
}
document.getElementById("frm_field_37_container").style.display='none';
document.getElementById("frm_field_1140_container").style.display='block';
document.getElementById("frm_field_1143_container").style.display='none';
document.getElementById("frm_field_1146_container").style.display='none';
document.getElementById("frm_field_1178_container").style.display='none';
document.getElementById("unavailable").style.display='none';
for (var i = 0; i < arr.length; i++) {
if(test2 == arr[i].date){
for (var i=0; i<selectobject2.length; i++) {
var time_comp2 = selectobject2.options[i].text;
if(appointment_list.includes(time_comp2)){
selectobject2.options[i].setAttribute('disabled', '');
}
}
break;
}
}
}
if( dow == 3 ){
let wedSched = ['','1:30pm','2:00pm','2:30pm','3:00pm','3:30pm'];
for (var i = 0; i < wedSched.length; i++) {
let option = document.createRange().createContextualFragment(''+wedSched[i]+'');
selectobject3.appendChild(option);
}
document.getElementById("frm_field_37_container").style.display='none';
document.getElementById("frm_field_1140_container").style.display='none';
document.getElementById("frm_field_1143_container").style.display='block';
document.getElementById("frm_field_1146_container").style.display='none';
document.getElementById("frm_field_1178_container").style.display='none';
document.getElementById("unavailable").style.display='none';
for (var i = 0; i < arr.length; i++) {
if(test2 == arr[i].date){
for (var i=0; i<selectobject3.length; i++) {
var time_comp3 = selectobject3.options[i].text;
if(appointment_list.includes(time_comp3)){
selectobject3.options[i].setAttribute('disabled', '');
}
}
break;
}
}
}
if( dow == 4 ){
let thursSched = ['','1:00pm','1:30pm','2:00pm','2:30pm','3:00pm','3:30pm'];
for (var i = 0; i < thursSched.length; i++) {
let option = document.createRange().createContextualFragment(''+thursSched[i]+'');
selectobject4.appendChild(option);
}
document.getElementById("frm_field_37_container").style.display='none';
document.getElementById("frm_field_1140_container").style.display='none';
document.getElementById("frm_field_1143_container").style.display='none';
document.getElementById("frm_field_1146_container").style.display='block';
document.getElementById("frm_field_1178_container").style.display='none';
document.getElementById("unavailable").style.display='none';
for (var i = 0; i < arr.length; i++) {
if(test2 == arr[i].date){
for (var i=0; i<selectobject4.length; i++) {
var time_comp4 = selectobject4.options[i].text;
if(appointment_list.includes(time_comp4)){
selectobject4.options[i].setAttribute('disabled', '');
}
}
break;
}
}
}
if( dow == 5 ){
let friSched = ['','10:00am','10:30am','11:00am','11:30am','12:00pm'];
for (var i = 0; i < friSched.length; i++) {
let option = document.createRange().createContextualFragment(''+friSched[i]+'');
selectobject5.appendChild(option);
}
document.getElementById("frm_field_37_container").style.display='none';
document.getElementById("frm_field_1140_container").style.display='none';
document.getElementById("frm_field_1143_container").style.display='none';
document.getElementById("frm_field_1146_container").style.display='none';
document.getElementById("frm_field_1178_container").style.display='block';
document.getElementById("unavailable").style.display='none';
for (var i = 0; i < arr.length; i++) {
if(test2 == arr[i].date){
for (var i=0; i= blockStart && appointment_date <= blockEnd)) {
document.getElementById("unavailable").style.display = 'block';
document.getElementById("frm_field_37_container").style.display = 'none';
document.getElementById("frm_field_1140_container").style.display = 'none';
document.getElementById("frm_field_1143_container").style.display = 'none';
document.getElementById("frm_field_1146_container").style.display = 'none';
document.getElementById("frm_field_1178_container").style.display = 'none';
return; // Prevent further processing for weekends and blocked dates
}
document.getElementById("field_fvp4d").value=test2;
}
init();
.hidden, .span{
display:none;
}
.span.active{
display:block;
}
let url = new URL(window.location.href);
let engl = document.querySelector('.engl');
let span = document.querySelector('.span');
let submit = document.querySelector('.frm_button_submit');
let oldTitle = document.querySelector('h1');
function replaceLabel(el_id, current_label, new_label){
let el = document.getElementById(el_id).innerHTML;
let replaced_label = el.replace(current_label, new_label);
document.getElementById(el_id).innerHTML = replaced_label;
}
if (/[?&]l=/.test(location.search)) {
engl.classList.add('hidden');
span.classList.add('active');
let newTitle = oldTitle.innerHTML.replace('Fingerprint Appointment', 'cita para huellas dactilares');
document.querySelector('h1').innerHTML = newTitle;
let newSubmit = submit.innerHTML.replace('Submit', 'Entegrar');
document.querySelector('.frm_button_submit').innerHTML = newSubmit;
replaceLabel('field_6wtmg_label', 'Availability on Monday', 'Tiempos disponibles');
replaceLabel('field_o4glx_label', 'Availability on Tuesday', 'Tiempos disponibles');
replaceLabel('field_y78hj_label', 'Availability on Wednesday', 'Tiempos disponibles');
replaceLabel('field_6nc29_label', 'Availability on Thursday', 'Tiempos disponibles');
replaceLabel('field_v0kyr_label', 'Availability on Friday', 'Tiempos disponibles');
replaceLabel('field_1ch6s_label', 'First Name', 'Nombre');
replaceLabel('field_r66gi_label', 'Last Name', 'Apellido');
replaceLabel('field_o0zps_label', 'Email', 'Correo Electrónico');
replaceLabel('field_7niy6_label', 'Phone', 'Número de Teléfono');
replaceLabel('field_5udv4_label', 'Comments', 'Comentarios');
}