Fix a 405 error on GH Pages

main
dugo3number2 2023-03-30 12:10:20 -05:00
parent b129c548e8
commit c2e3434005
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
<main data-m="drop" data-m-duration="0.5">
<h1>General Inquiry Contact Form</h1>
<article>
<form action=".." method="post">
<form action="/contact" method="post">
<label for="name">What is your name?</label><br />
<input id="name" name="name" type="text" /><br />
<label for="email">What is your e-mail address?</label><br />

View File

@ -27,7 +27,7 @@
<main data-m="drop" data-m-duration="0.5">
<h1>Help Request Form</h1>
<article>
<form action=".." method="post">
<form action="/contact" method="post">
<label for="name">What is your name?</label><br />
<input id="name" name="name" type="text" /><br />
<label for="email">What is your e-mail address?</label><br />

View File

@ -27,7 +27,7 @@
<main data-m="drop" data-m-duration="0.5">
<h1>Volunteer Application Form</h1>
<article>
<form action="../../contact" method="post">
<form action="/contact" method="post">
<label for="name">What is your name?</label><br />
<input id="name" name="name" type="text" /><br />
<label for="email">What is your e-mail address?</label><br />