Skip to content

Commit

Permalink
changes in form
Browse files Browse the repository at this point in the history
  • Loading branch information
ValenMorales committed Mar 1, 2024
1 parent aaafdbd commit 83b86e3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -527,21 +527,22 @@ <h3 class="info-sub-title">Fill up the form and I will get back to you within 24

</div>
<div class="form-wrap">
<form action="https://formsubmit.co/abf6a057b9700c2b3abecf98800f8a73" method="POST">

<form action="https://api.web3forms.com/submit" method="POST">

<input type="hidden" name="access_key" value="db6d15cd-e0c3-4e72-b5fc-a4e9477b4eeb">
<div class="form-fields">
<div class="form-group">
<input type="text" class="fname" placeholder="Name">
</div>
<div class="form-group">
<input type="email" class="email" placeholder="Mail">
<input required type="email" class="email" placeholder="Mail">
</div>

<div class="form-group">
<textarea name="message" id="" placeholder="Write your message"></textarea>
</div>
<div class="form-group">
<input type="submit" value="Send Message" class="submit-button">
<input required type="submit" value="Send Message" class="submit-button">
</div>
</div>

Expand Down

0 comments on commit 83b86e3

Please sign in to comment.