Skip to content

Commit

Permalink
Updated form without subject drop down
Browse files Browse the repository at this point in the history
  • Loading branch information
niaapps committed Oct 8, 2019
1 parent 2076408 commit b8c98e6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,7 @@
<input type="text" name="name" id ="name" required > <br>
<label for="email"> Email: </label>
<input type="text" name="_replyto" id ="email" required ><br>
<label for="msg_t">Message Type:</label>
<select name="_subject" id="msg_t">
<option value="new">Let's Start a Project!</option>
<option value="feedback">Feedback</option>
<option value="q">Question</option>
</select><br>
<input type="hidden" name="_subject" value="New Submisson">
<div class="mbox">
<label for="msg">Message:</label>
<textarea name = 'message' id="msg" maxlength="1000" cols="30" rows="6" required></textarea>
Expand Down

0 comments on commit b8c98e6

Please sign in to comment.