Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.03 KB

File metadata and controls

17 lines (9 loc) · 1.03 KB

Obfuscated-Email-Contact-Form

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.

To create the obfuscated email code visit http://www.jottings.com/obfuscator/ 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.

screen

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.