Created
January 3, 2011 08:07
-
-
Save acangiano/763243 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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