Update index.html

This commit is contained in:
mathias 2016-05-05 16:01:26 +03:00
parent e4dfc35df6
commit c606745f39

View file

@ -469,9 +469,9 @@
<p> <p>
Do you have anything you would like to say about the server? Suggestions for new features? Send us your feedback below. Do you have anything you would like to say about the server? Suggestions for new features? Send us your feedback below.
</p> </p>
<form action="https://formspree.io/contact@flame.ga" method="POST"> <form action="https://formspree.io/hello@flame.ga" method="POST">
<input type="hidden" name="_subject" value="New feedback submission for Flame.ga" /> <input type="hidden" name="_subject" value="New feedback submission for Flame.ga" />
<input type="hidden" name="_replyto" value="feedback@email.com" /> <input type="text" name="_replyto" value="feedback@email.com" class="hide" />
<textarea name="body" rows="7" placeholder="Your message" required></textarea> <textarea name="body" rows="7" placeholder="Your message" required></textarea>
<input type="text" name="_gotcha" class="hide" /> <input type="text" name="_gotcha" class="hide" />
<input type="text" name="_format" value="plain" class="hide" /> <input type="text" name="_format" value="plain" class="hide" />