Basic counter in Angular 2.
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
<script src='https://www.google.com/recaptcha/api.js'></script> | |
<form name="htmlform" method="post" action="sendmail.php"> | |
<div class="form-group"> | |
<input type="text" class="form-control" name="name" placeholder="Your name" required> | |
</div> | |
<div class="form-group"> | |
<input type="email" class="form-control" name="email" placeholder="Email" required> | |
</div> | |
<div class="form-group"> |