Created
January 16, 2017 17:31
-
-
Save postnidea/5d8d29110513ca37bb2a604ec03ee4fa 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 id="add_strength" action="http://abc.com/process"> | |
<div class="form-group" > | |
<input type="text" name="input" class="form-control" placeholder="Enter Input"> | |
</div> | |
<button type="submit" class="btn btn-default" id="register_user">Submit</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment