This commit is contained in:
derrygeoff 2022-05-30 09:32:24 +00:00 committed by GitHub
commit 6f7fb2f2e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -380,6 +380,18 @@ $ git push my-fork my-feature-branch
Then, open a PR against `main` branch of [hugo-toha/toha](https://github.com/hugo-toha/toha) from the `my-feature-branch` branch of your own fork.
## [Add hugo contact form](https://fabform.io/a/hugo-contact-form)
```
<form action="https://fabform.io/f/{form-id}" method="post">
<label for="email">Your Email</label>
<input name="email" type="email">
<button type="submit">Submit</button>
</form>
```
## Attribution
- Thanks [Anup Deb](https://dribbble.com/anupdeb) for his design guidance.