-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grab form spree email from the site config. Closes #78.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
--- | ||
|
||
<div class="py2"> | ||
<form action="https://forms.brace.io/[email protected]" method="POST" class="form-stacked form-light"> | ||
<form action="https://forms.brace.io/{{ site.email }}" method="POST" class="form-stacked form-light"> | ||
<input type="text" name="email" class="input mobile-block" placeholder="Email Address"> | ||
<textarea type="text" name="content" class="input mobile-block" rows="5" placeholder="What would you like to say?"></textarea> | ||
<input type="submit" class="button button-blue button-big mobile-block" value="Say Hello"> | ||
|