Skip to content

Commit

Permalink
docs: mention Formailer also works as a contact form endpoint (#828)
Browse files Browse the repository at this point in the history
Co-authored-by: Razon Yang <razonyang@gmail.com>
  • Loading branch information
Rubonnek and razonyang committed Nov 30, 2022
1 parent fbaaad8 commit 88a5208
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion exampleSite/content/docs/layouts/contact/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Once created, the link will appear in the profile widget.

## Backends

It is designed to be compatible with most backends, such as [Netlify form](https://docs.netlify.com/forms/setup), [Getform](https://getform.io/), [Formspree](https://formspree.io/) and [Fabform.io](https://fabform.io/).
It is designed to be compatible with most backends, such as [Netlify form](https://docs.netlify.com/forms/setup), [Getform](https://getform.io/), [Formspree](https://formspree.io/) and [Fabform.io](https://fabform.io/). Also works with self-hosted alternative [Formailer](https://github.com/djatwood/formailer).

### Netlify

Expand All @@ -70,6 +70,12 @@ It is designed to be compatible with most backends, such as [Netlify form](https
> Please make sure the `contact.endpoint` parameter is empty if you intend to use Netlify form.
### Formailer

[Formailer](https://github.com/djatwood/formailer) is supported with a [contact form hook]({{< ref "/docs/advanced/hooks" >}}) to inject a missing input to the form.

> See also [Google Cloud Functions example](https://github.com/djatwood/formailer/tree/main/examples/gcf) upstream.
### Others

Let's take [Getform](https://getform.io) as an example:
Expand Down
8 changes: 7 additions & 1 deletion exampleSite/content/docs/layouts/contact/index.zh-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ layout = "contact"

## 后端

其被设计成可以兼容大部分后端,比如:[Netlify form](https://docs.netlify.com/forms/setup)[Getform](https://getform.io/)[Formspree](https://formspree.io/)
其被设计成可以兼容大部分后端,比如:[Netlify form](https://docs.netlify.com/forms/setup)[Getform](https://getform.io/)[Formspree](https://formspree.io/),以及 [Formailer](https://github.com/djatwood/formailer)

### Netlify

Expand All @@ -69,6 +69,12 @@ layout = "contact"
> 如果你打算使用 Netlify form,请确保 `contact.endpoint` 参数为空。
### Formailer

[Formailer](https://github.com/djatwood/formailer) is supported with a [contact form hook]({{< ref "/docs/advanced/hooks" >}}) to inject a missing input to the form.

> See also [Google Cloud Functions example](https://github.com/djatwood/formailer/tree/main/examples/gcf) upstream.
### 其他

我们以 [Getform](https://getform.io) 为例:
Expand Down
8 changes: 7 additions & 1 deletion exampleSite/content/docs/layouts/contact/index.zh-hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ layout = "contact"

## 後端

其被設計成可以相容大部分後端,比如:[Netlify form](https://docs.netlify.com/forms/setup)[Getform](https://getform.io/)[Formspree](https://formspree.io/)
其被設計成可以相容大部分後端,比如:[Netlify form](https://docs.netlify.com/forms/setup)[Getform](https://getform.io/)[Formspree](https://formspree.io/),以及 [Formailer](https://github.com/djatwood/formailer)

### Netlify

Expand All @@ -69,6 +69,12 @@ layout = "contact"
> 如果你打算使用 Netlify form,請確保 `contact.endpoint` 參數為空。
### Formailer

[Formailer](https://github.com/djatwood/formailer) is supported with a [contact form hook]({{< ref "/docs/advanced/hooks" >}}) to inject a missing input to the form.

> See also [Google Cloud Functions example](https://github.com/djatwood/formailer/tree/main/examples/gcf) upstream.
### 其他

我們以 [Getform](https://getform.io) 為例:
Expand Down

0 comments on commit 88a5208

Please sign in to comment.