Skip to content

Instantly share code, notes, and snippets.

<form id="contact" action="https://api.formferret.com/v1/f/YOUR_UNIQUE_FORM_ID"
method="POST"
accept-charset="UTF-8">
<input type="hidden" name="utf8" value="✓"/>
<input type="text" name="name" placeholder="Your name"/>
<input type="email" name="email" placeholder="you@domain.com"/>
<textarea name="comment" placeholder="Your comment"/>
<button type="submit">Submit</button>
</form>
<form action="https://api.formferret.com/v1/f/YOUR_UNIQUE_FORM_ID"
method="POST"
accept-charset="UTF-8">
<input type="hidden" name="utf8" value="✓"/>
<input type="text" name="name" placeholder="Your name"/>
<input type="email" name="email" placeholder="you@domain.com"/>
<textarea name="comment" placeholder="Your comment"/>
<button type="submit">Submit</button>
</form>
<form action="https://api.formferret.com/v1/f/YOUR_UNIQUE_FORM_ID"
method="POST"
accept-charset="UTF-8">
<input name="_gotcha" type="text" />
<input name="email" type="email" placeholder="you@domain.com"/>
<button type="submit">Submit</button>
</form>

Keybase proof

I hereby claim:

  • I am glennr on github.
  • I am glennrob (https://keybase.io/glennrob) on keybase.
  • I have a public key ASBosoApL-Zqr2EL0ps7gQyWus4ZUx7uF8Fj1px3UeZClQo

To claim this, I am signing this object:

# runner.sh
#
# Runs a git bisect using spec/el_bisector_spec.rb inside the 'app' docker container
#
# Usage
#
# Pop your desired spec file in spec/el_bisector_spec.rb. Then use this script as the input to `git bisect run`
#
#
# git bisect start ; git bisect good 0ee17c61406728b2c7866c9cbc407d24600affb5 ; git bisect bad ; git bisect run ./runner.sh; git bisect reset;