Update README.md
instructions on how to add a hugo form
This commit is contained in:
parent
43ac108b03
commit
cc2c0ab471
12
README.md
12
README.md
@ -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)**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user