Skip to content

Instantly share code, notes, and snippets.

View coderguy's full-sized avatar

Daniel Ice coderguy

View GitHub Profile
@coderguy
coderguy / 01-setup.md
Last active February 9, 2018 21:26 — forked from baxterross/cookie.js
Email Capture Form

Configuration

  • Ensure the 'action' attribute of the Email Capture Form HTML points to the correct location (email-capture-form.html, line 3)
  • Change the 'thankYouPageLink' in the Email Capture Form JS to point to your site's Thank You page (email-capture-form.js, line 4)
  • Customize the Email Capture Form CSS match you page styling (after line 8)
  • Add Google Analytics tracking code (email-capture-form.html, line 26)