Skip to content

Instantly share code, notes, and snippets.

@yieldmo
Forked from emaxerrno/*scratch*
Created January 30, 2014 01:05
Show Gist options
  • Select an option

  • Save yieldmo/8700704 to your computer and use it in GitHub Desktop.

Select an option

Save yieldmo/8700704 to your computer and use it in GitHub Desktop.
<form method="post"
action="https://...some/form/action"
name="signup"
id="sadf22222"
accept-charset="UTF-8"
onsubmit="return verifyForm();" >
<input type="hidden"
class="ym_tag_with_click"
name="redirect"
value="http://example.com/trackme/yay/">
<input type="hidden"
class="ym_tag_with_click"
name="errorredirect"
value="http://www.viralstocks.com">
..... etc
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment