Skip to content

Instantly share code, notes, and snippets.

@acangiano
Created January 3, 2011 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acangiano/763243 to your computer and use it in GitHub Desktop.
Save acangiano/763243 to your computer and use it in GitHub Desktop.
<form action="" method="post">
<div class="field-group">
<label for="email" style="margin-top:15px">one)</label>
<input type="text" id="email" name="would" tabindex="2" value="how often would you use innout mail?" onclick="this.value='';" onblur="if (this.value == '') {this.value = 'how often would you use innout mail?';}" />
</div>
<div class="field-group">
<label for="email" style="margin-top:15px">two)</label>
<input type="text" id="email" name="much" tabindex="3" value="how much would you pay for this service?" onclick="this.value='';" onblur="if (this.value == '') {this.value = 'how much would you pay for this service?';}" />
</div>
<div id="form-button-group">
<input type="submit" id="signup-button" name="submit" tabindex="4" value="submit (thank you!)" />
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment