-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb3a927
commit 8f36a63
Showing
2 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,7 +120,7 @@ <h4>Call:</h4> | |
<div class="row justify-content-center mt-4"> | ||
|
||
<div class="col-lg-9"> | ||
<form action="https://formsubmit.co/[email protected]" method="POST" role="form" | ||
<form action="https://formsubmit.co/ 3c01de3712d417b4e4263e106768abc2" method="POST" role="form" | ||
class="php-email-form"> | ||
<div class="row"> | ||
<div class="col-md-6 form-group"> Name | ||
|
@@ -136,15 +136,15 @@ <h4>Call:</h4> | |
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea> | ||
</div> | ||
<div class="my-3"> | ||
<div class="loading">Loading</div> | ||
<!--<div class="error-message"></div>--> | ||
<div class="sent-message">Su mensaje ha sido enviado. Muchas Gracias!</div> | ||
<div class="loading" style="display: none;">Loading</div> | ||
<div class="sent-message" style="display: none;">Su mensaje ha sido enviado. ¡Muchas Gracias!</div> | ||
</div> | ||
|
||
<div class="text-center"><button type="submit">Enviar Mensaje</button></div> | ||
<input type="hidden" name="_next" value="exito.html"> | ||
|
||
<input type="hidden" name="_captcha" value="false"> | ||
|
||
</div> | ||
|
||
</form> | ||
|
@@ -199,4 +199,4 @@ <h4>Call:</h4> | |
|
||
</body> | ||
|
||
</html> | ||
</html> |