Added a form to the contact page (mostly a test)

svn path=/trunk/; revision=35826
This commit is contained in:
jonas 2017-08-31 10:12:31 +00:00
parent 0169ff04f8
commit c314fee1ac
1 changed files with 15 additions and 0 deletions

View File

@ -44,6 +44,21 @@
Germany</p>
<p>Phone: +49-30-27595290</p>
<h2>Contact us</h2>
<p>
If you want to send a message to us, you can also use the following form to do so.
</p>
<form method="post" action="https://forms.fsfe.org/email">
<input type="email" name="from" id="from" />
<label for="from">Your email</label>
<input type="text" size="45" name="subject" id="subject" />
<label for="subject">Subject</label>
<textarea name="content" id="content" rows="5" cols="45">
</textarea>
<label for="content">Message</label>
<input type="submit" value="Send" />
</form>
</div>
</div>
</body>