Skip to content

Instantly share code, notes, and snippets.

@PardotGists
Created September 25, 2015 18:45
Show Gist options
  • Save PardotGists/c40fa70060e20848bd58 to your computer and use it in GitHub Desktop.
Save PardotGists/c40fa70060e20848bd58 to your computer and use it in GitHub Desktop.
Form Handlers: Advanced Topics Honey Pot
<div style="position:absolute; left:-9999px; top: -9999px;">
<label for="pardot_extra_field">Comments</label>
<input type="text" id="pardot_extra_field" name="pardot_extra_field">
</div>
@mike-zarandona
Copy link

Probably want to add autocomplete="off" to this so that visitors who use autocomplete actually make it into the results.

@cavemon
Copy link

cavemon commented Jul 10, 2018

+1 on what @mike-zarandona mentioned with adding autocomplete="off"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment