Fix a 405 error on GH Pages
parent
b129c548e8
commit
c2e3434005
|
@ -27,7 +27,7 @@
|
||||||
<main data-m="drop" data-m-duration="0.5">
|
<main data-m="drop" data-m-duration="0.5">
|
||||||
<h1>General Inquiry Contact Form</h1>
|
<h1>General Inquiry Contact Form</h1>
|
||||||
<article>
|
<article>
|
||||||
<form action=".." method="post">
|
<form action="/contact" method="post">
|
||||||
<label for="name">What is your name?</label><br />
|
<label for="name">What is your name?</label><br />
|
||||||
<input id="name" name="name" type="text" /><br />
|
<input id="name" name="name" type="text" /><br />
|
||||||
<label for="email">What is your e-mail address?</label><br />
|
<label for="email">What is your e-mail address?</label><br />
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<main data-m="drop" data-m-duration="0.5">
|
<main data-m="drop" data-m-duration="0.5">
|
||||||
<h1>Help Request Form</h1>
|
<h1>Help Request Form</h1>
|
||||||
<article>
|
<article>
|
||||||
<form action=".." method="post">
|
<form action="/contact" method="post">
|
||||||
<label for="name">What is your name?</label><br />
|
<label for="name">What is your name?</label><br />
|
||||||
<input id="name" name="name" type="text" /><br />
|
<input id="name" name="name" type="text" /><br />
|
||||||
<label for="email">What is your e-mail address?</label><br />
|
<label for="email">What is your e-mail address?</label><br />
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<main data-m="drop" data-m-duration="0.5">
|
<main data-m="drop" data-m-duration="0.5">
|
||||||
<h1>Volunteer Application Form</h1>
|
<h1>Volunteer Application Form</h1>
|
||||||
<article>
|
<article>
|
||||||
<form action="../../contact" method="post">
|
<form action="/contact" method="post">
|
||||||
<label for="name">What is your name?</label><br />
|
<label for="name">What is your name?</label><br />
|
||||||
<input id="name" name="name" type="text" /><br />
|
<input id="name" name="name" type="text" /><br />
|
||||||
<label for="email">What is your e-mail address?</label><br />
|
<label for="email">What is your e-mail address?</label><br />
|
||||||
|
|
Loading…
Reference in New Issue