Home
About
Resources
Features
The Professionalist
Professional Resources
Marketing Strategy
Set Up Your Business to Succeed
Services
View Our Marketing Services
Customers
Blog & Podcasts
Marketing Articles Coming Soon
Testimonials
Testiimonials section coming soon
Portfolio
Some of our business sites
More
About Blox Marketing
Learn More About Blox Marketing
Contact us
Contact us to schedule a free consultation
FAQ
Frequently asked marketing questions and ansers coming soon
Services
Website Planning & Design
Start your business, store or blog off right
SEO Services
Optimize your website & business for success
Brand & Social marketing
Get seen by ore visitors & potential clients
Consultations
Contact us
Contact us to learn more about article syndication, marketing & more
View Latest Posts
Drop us a line or two
Name
Email
Subject
Message
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Mail Address
105 Canterbury Lane
#453
Bolingbrook, IL 60440
Become an Author
Twitter
Facebook
Instagram
YouTube
Pinterest
Medium
// EMAIL DOMAINS TO BLOCK var emailList = /^([\w-\.]+@(?!ericjonesmyemail@gmail.com)([\w-]+\.)+[\w-]{2,4})?$/ // ALERT MESSAGE TO BE SHOWN var emailAlert = 'Please input a valid work email address (NOT Gmail, Outlook, Yahoo, etc.)' // VALIDATion $('input[type=submit]').click(function() { $("input[type=email]").each(function() { var email = $(this).val().toLowerCase(); if (emailList.test(email)) { (this).setCustomValidity(''); } else { (this).setCustomValidity(emailAlert); } }) }); // PREVENTS ALERT FROM APPEARING WITH EACH KEYPRESS $('input[type=email]').on('input', function() { (this).setCustomValidity(''); });