Update README.md

Added instructions to add a hugo contact form on README.md
This commit is contained in:
derrygeoff 2022-05-30 10:19:57 +01:00 committed by GitHub
parent 720bd45dc8
commit 7e2ebe9ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,6 +330,17 @@ set HUGO_ENV=production
hugo hugo
``` ```
## [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>
```
## Contributing ## Contributing
If you find a bug or have an idea for a feature, feel free to use the [issue tracker](https://github.com/theNewDynamic/gohugo-theme-ananke/issues) to let me know. If you find a bug or have an idea for a feature, feel free to use the [issue tracker](https://github.com/theNewDynamic/gohugo-theme-ananke/issues) to let me know.