Security Sense

Personal ramblings of a security professional

Obfuscated Email Contact Form

2018-02-19 Code Tutorials Simon

This code implements a web contact form in Javascript which utilises Formspree and the inclusion of an obfuscated email address using the email obfuscator script v2.1 by Tim Williams, University of Arizona and can be found at my Github

To create the obfuscated email code visit the following link and enter your email address then copy the code between the <!-- and //--> tags into the Main-Javascript.js code.

Once implemented on your web site submit a message via the form and as this is the first submission you will be asked to confirm your email address by Formspree.

Formspree sign-up process for contact form email

The Formspree service is free and details can be found at https://formspree.io/

Thanks go out to Tim Williams and Andrew Moulden for the obfuscation script as well as Michel Plungjan @mplungjan for the contact form code.

Newer posts