Skip to content

Commit

Permalink
Final changes, no redirect, no subject, all working
Browse files Browse the repository at this point in the history
  • Loading branch information
niaapps committed Oct 8, 2019
1 parent e8adbba commit 9bc6c71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,13 @@
<input type="text" name="name" id ="name" required > <br>
<label for="email"> Email: </label>
<input type="text" name="_replyto" id ="email" required ><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>
</div>

<input type="submit"value="Submit">
<input type="hidden" name="_next" value="https://niaapps.github.io/thanks.html"/>

</form>

</div>
Expand Down

0 comments on commit 9bc6c71

Please sign in to comment.