Update README.md

instructions on how to add a hugo form
This commit is contained in:
derrygeoff 2022-05-30 09:37:43 +01:00 committed by GitHub
parent 43ac108b03
commit cc2c0ab471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,18 @@ Read Wiki For More Details => **[PaperMod-Icons](https://github.com/adityatelang
--- ---
---
## [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>
```
## FAQs / How To's Guide 🙋 ## FAQs / How To's Guide 🙋
Read Wiki For More Details => **[PaperMod-FAQs](https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs)** Read Wiki For More Details => **[PaperMod-FAQs](https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs)**