Currently we test emails two ways:
~ We test emails prior to any list upload
~ We have email validation upon form submit
What I'd actually like to do is implement email validation prior to form submit i.e. it is verified real-time as they are filling out the form. I'd like for it to prompt them to enter a correct email address if it is invalid etc.
Who are you using for this? How have you found the quality to be? Pros/Cons?
We currently use StrikeIron (owned by Informatica) for email validation upon form submit. We use BriteVerify to validate our lists prior to upload (user interface is easier and results are similar)
Thanks!
Nichole
We (Etumos) built one of these! Specifically meant to do this exact thing with Marketo Forms 2.0. I call it one of our microproducts.
Basically, it's some JS on a landing page with a form that watches for the email address input. Upon submit, it does a real-time MX lookup on the email address to tell if it's a valid email or not. If it isn't a valid email, pops up an error to the user in the same format of errors as you already styled with CSS. Then it's also available as a webhook in Marketo with some more features for the response, such as telling you if it's a free email account domain (e.g., @hotmail, @gmail, etc.) or otherwise.
You can play with demo version here: Demo: Real-Time Email Verification in Marketo
We usually roll it out in a more comprehensive package, but we're starting to experiment with selling it as a stand-alone. Feature requests welcome. : )
Cheers,
Edward Unthank | Founder, Etumos
I believe this is the part where I unapologetically am a fangirl and endorse BriteVerify (if you're curious, here's a live example site.) Alternately, if you're looking for something a little more basic or are on a budget, I've successfully deployed mailcheck with Marketo forms to reduce invalid email capture due to user error.
Hi Courtney,
I'm a fan of BriteVerify too and our web guy is currently playing around with their lines of code for verification. Do you use them too? The reporting looks quite robust and it'd be quite nice to track our form abandonment rate etc.
I'm curious of the pros & cons you've found with using them? If the email address is invalid or if they can't confirm it, are users still allowed to submit a form?
Thanks!
Nichole
Hi Nichole Cunningham, I'm researching email validation tools for our forms and have the same questions as you did. What are your thoughts on BriteVerify so far?
Thanks!
Liliana
BriteVerify didn't work with forms 2.0. It still allowed the form to be submitted and BriteVerify mentioned it was a bug in their code. I have an entire email chain that my web guy could forward you or that I can send you. In summary, it didn't do what we wanted. Our current process is validation prior to list upload using BriteVerify and validation upon form submit. Not ideal, but we see our deliverability in the low-mid-90s+ now and it used to be in the 80s and high 70s for some regions. Just implementing the above has really helped with delivery.
I have an entire email chain that my web guy could forward you or that I can send you.
Love to see how they explained that. (OK, not really!)
Hi Courtney,
a pity they apparently do not offer a real (API based) Marketo integration...
-Greg
It's true that you need to do the custom API scripting to make it work with Forms 2.0 in particular (and it's obnoxious) but maybe if enough people nudge them (hint, hint, Marketo Nation!) they'd make the integration a little easier.
Hey Courtney, just wondering how difficult/complicated was it to get Briteverify working with Marketo forms? Was wanting to test them out - how has their product been?
Paul, while BriteVerify is cool, you won't get the drag-and-drop Marketo integration of Etumos Verify anywhere else. That's 'cuz I contributed the EV client code, and I know quite a bit about Marketo Forms 2.0.