Ready to take your artistry to the next level? Submit your contact information to be considered as an artist on the team!
Have you ever dreamed of tattooing clients under anesthesia? Now is your chance to be considered as an artist on our team!
Our artists are not employed by Sedated Ink – we value independence and creative freedom! Submit your information below to get the inside scoop on what it looks like to be on our team.
By submitting your information, you agree that we may contact you via SMS, phone, or email.
SEDATED INK
Welcome to the ultimate anesthesia tattoo experience where we have flipped the script through innovation and comfort. SEDATED INK combines the artistry of tattooing with the benefits of anesthesia, ensuring a pain-free experience. Reap all the gain, while experiencing zero pain. The artists we work with have been carefully sought out specifically for their expertise and skill. Founded by an anesthesiologist adorned in artwork, SEDATED INK was created as the result of merging two passions. While our love for the art of tattooing is abundant, we always prioritize safety. All treatments are performed in an accredited surgical facility.
document.querySelector('.custom-phone-form').addEventListener('submit', function(e) {
console.log('Form submitted'); // Add this to confirm the form is submitting
const phoneField = document.querySelector('#b26ecb6'); // phone field ID
const phoneValue = phoneField.value.trim();
console.log('Phone number:', phoneValue); // Log the value of the phone number field
const phoneRegex = /^\d{7,}$/; // regex for at least 7 digits
if (!phoneRegex.test(phoneValue)) {
e.preventDefault(); // prevent form submission
alert('Please enter a valid phone number with at least 7 digits.');
console.log('Validation failed'); // Log when validation fails
}
});