You've already forked Ghost-Theme-Source
Subscribe form logic
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
<form class="gh-form">
|
||||
<input class="gh-form-input" type="email" placeholder="jamie@example.com">
|
||||
<button class="gh-button" type="submit">Subscribe</button>
|
||||
<form class="gh-form" data-members-form>
|
||||
<input class="gh-form-input" type="email" placeholder="jamie@example.com" required data-members-email>
|
||||
<button class="gh-button" type="submit">
|
||||
<span>Subscribe</span>
|
||||
{{> "icons/loader"}}
|
||||
{{> "icons/checkmark"}}
|
||||
</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user