Home / Support / Submit a ticket

SUPPORT TICKET

Submit a support request.

Tell us what’s happening and we’ll get back to you.
Support Ticket

What to expect

Response time

We reply within 1 business day — usually faster.

Email updates

You’ll receive email notifications for every reply.

Secure

Your information is handled securely and never shared.

Looking for a quick answer first? Try our knowledge base.

document.addEventListener('input', function(event) { var input = event.target; if (!window.matchMedia('(max-width: 767px)').matches) { return; } if (!input.matches('.x12-search-popup input[type="search"], .x12-search-popup input[type="text"]')) { return; } setTimeout(function() { if (document.activeElement !== input) { input.focus(); var pos = input.value.length; if (typeof input.setSelectionRange === 'function') { input.setSelectionRange(pos, pos); } } }, 120); });