Skip to content

Commit

Permalink
init formspree changes
Browse files Browse the repository at this point in the history
  • Loading branch information
niaapps authored Oct 8, 2019
1 parent e355709 commit cb21584
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@
</div>

<h5 class="text-center text-success"><?=$result;?></h5>
<form action="contact.php" method="post">

<form name = "input" action="https://formspree.io/niaapplications@gmail.com" method="POST">

<label for="name"> Name: </label>
<input type="text" name="name" id ="name" required > <br>
<label for="email"> Email: </label>
<input type="text" name="email" id ="email"required ><br>
<label for="msg_t">Message Type:</label>
<select name="Message Type" id="msg_t">
<select name="msg_t" id="msg_t">
<option value="new">Let's Start a Project!</option>
<option value="feedback">Feedback</option>
<option value="q">Question</option>
Expand Down

0 comments on commit cb21584

Please sign in to comment.