-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: lennartrommeiss <[email protected]>
- Loading branch information
Showing
6 changed files
with
43 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Contact" | ||
--- | ||
|
||
<form action="https://api.web3forms.com/submit" method="POST"> | ||
<input type="hidden" name="access_key" value="0a8dc059-6054-425e-8a5c-d8ba490cd5f7"> | ||
<input type="hidden" name="from_name" value="FIPGuide"> | ||
<input type="hidden" name="subject" value="New Message from FIPGuide"> | ||
<input type="hidden" name="redirect" value="{{< ref "common/success" >}}"> | ||
|
||
<label for="name">Name:</label><br> | ||
<input type="text" id="name" name="name" required><br><br> | ||
|
||
<label for="email">Email:</label><br> | ||
<input type="email" id="email" name="email" required><br><br> | ||
|
||
<label for="message">Message:</label><br> | ||
<textarea id="message" name="message" rows="4" cols="50" required></textarea><br><br> | ||
<input type="submit" value="Submit"> | ||
</form> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: "Erfolgreich!" | ||
--- | ||
|
||
<div> | ||
<p>Wir melden uns schnellstmöglich zurück</p> | ||
<a href="{{< ref "/" >}}">Zurück zur Startseite</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: "Success" | ||
--- | ||
|
||
<div> | ||
<p>We will get back to you as soon as possible</p> | ||
<a href="{{< ref "/" >}}">Back to start page</a> | ||
|
||
</div> |