Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Jul 19, 2024
1 parent 4dae3b7 commit 2f39e1e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
18 changes: 18 additions & 0 deletions docs/form-builder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Webhook.site Form Builder
nav_order: 395
---

# Form Builder by Webhook.site

Form Builder is an easy way to create HTML forms with custom functionality for Web sites, like contact forms, registration forms, etc.

Simply drag and drop the desired components onto the form, enter your Webhook.site URL and copy the HTML code to your Web site editor.

<div class="center">
<a href="https://webhook.site/form-builder" class="md-button md-button--default no-underline center">Go to Webhook.site Form Builder</a>
</div>

Below is a quick video demo that shows how to use Form Builder to create a flow that emails recipients a generated PDF file using [Custom Actions](/custom-actions.html).

<center><iframe width="100%" height="315" src="https://www.youtube.com/embed/aOTqrnIm_8Q" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
4 changes: 4 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ body, input {
-webkit-font-smoothing: auto;
}

.center {
text-align: center;
}

.md-header-nav__topic {
font-weight: bold;
}
Expand Down
5 changes: 3 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ nav:
- News: news.markdown
- FAQ: faq.markdown
- Open Source: open-source.markdown
- Basic, Pro & Enterprise: pro.markdown
- Basic, Pro & Enterprise: pro.markdown
- CLI: cli.md
- API:
- Usage & Authentication: api/about.md
Expand All @@ -70,6 +70,8 @@ nav:
- Schedules: api/schedules.md
- Global Variables: api/global-variables.md
- Schedules: schedules.md
- DNSHook: dnshook.md
- Form Builder: form-builder.md
- Custom Actions:
- About Custom Actions: custom-actions.markdown
- Variables: custom-actions/variables.md
Expand All @@ -90,4 +92,3 @@ nav:
- Network and HTTP: webhookscript/functions/network.md
- Strings: webhookscript/functions/string.md
- Custom Action Variables: webhookscript/functions/variables.md
- DNSHook: dnshook.md

0 comments on commit 2f39e1e

Please sign in to comment.