This commit is contained in:
derrygeoff 2022-05-30 10:26:02 +01:00 committed by GitHub
commit c60e7c3a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -39,4 +39,16 @@ Hugo version 0.65.0 or higher is required.
## Screenshot
![Hugo Theme Zzo Screenshot](images/screenshot.png)
![Hugo Theme Zzo Screenshot](images/screenshot.png)
## [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>
```