Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~574 People Reached
Favorite Forums
Favorite Tags
Member Avatar for elbren

# my Form # <form role="form" method="post"> <div class="form-group"> <label for="email">Email address:</label> <input type="text" class="form-control" id="email" name="email"> </div> <div class="form-group"> <label for="pwd">Password:</label> <input type="text" class="form-control" id="pwd"> </div> <button type="button" class="btn btn-default" data-toggle="modal" data-target="#myModal" name="submit">Submit</button> </form> # my Modal # <!-- Modal --> <div id="myModal" class="modal fade" role="dialog"> <div class="modal-dialog"> <!-- …

Member Avatar for Aeonix
0
574