Contact us
Want to Bring ATrack to Your Team?
We’re here to make pricing simple. Tell us a bit about your organization, and we’ll provide a personalized quote that reflects your unique needs—no guesswork, no pressure.
Follow us
function timestamp() {
var response = document.getElementById("g-recaptcha-response");
if (response == null || response.value.trim() == "") {
var elems = JSON.parse(document.getElementsByName("captcha_settings")[0].value);
elems["ts"] = JSON.stringify(new Date().getTime());
document.getElementsByName("captcha_settings")[0].value = JSON.stringify(elems);
}
}
setInterval(timestamp, 500);
.custom-form {
max-width: 600px;
margin: auto;
padding: 40px;
background-color: #ffffff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
border-radius: 8px;
font-family: arial;
display: flex;
flex-direction: column;
gap: 16px;
box-sizing: border-box;
}
.custom-form h2 {
margin-top: 0;
margin-bottom: 10px;
font-size: 28px;
color: #333;
text-align: left;
}
.custom-form .input-row {
display: flex;
gap: 10px;
}
.custom-form .input-row input[type="text"] {
width: 100%;
padding: 16px 14px;
font-size: 15px;
}
.custom-form input[type="text"],
.custom-form input[type="email"] {
width: 100%;
padding: 20px 18px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 15px;
}
.custom-form input[type="submit"] {
width: 100%;
background-color: #8e24aa;
color: white;
border: none;
padding: 20px;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
transition: background-color 0.3s ease;
}
.custom-form input[type="submit"]:hover {
background-color: #005fa3;
}
@media (max-width: 600px) {
.custom-form {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 20px !important;
}
.custom-form .input-row {
flex-direction: column;
}
}
Please complete the reCAPTCHA.
document.querySelector('form.custom-form').addEventListener('submit', function (e) { if (typeof grecaptcha !== 'undefined' && grecaptcha.getResponse().length === 0) { e.preventDefault(); document.getElementById('recaptcha-error').style.display = 'inline'; } else { document.getElementById('recaptcha-error').style.display = 'none'; } });
Contact Sales
document.querySelector('form.custom-form').addEventListener('submit', function (e) { if (typeof grecaptcha !== 'undefined' && grecaptcha.getResponse().length === 0) { e.preventDefault(); document.getElementById('recaptcha-error').style.display = 'inline'; } else { document.getElementById('recaptcha-error').style.display = 'none'; } });


