---
title: "How to Send a Message to a Discord Server from a WordPress Form?"
url: https://nexterwp.com/docs/send-a-message-to-a-discord-server-from-a-wordpress-form/
date: 2025-04-17
modified: 2026-09-13
lang: en
author: "Aditya Sharma"
description: "Posting form submissions to Discord keeps your community or team in the loop without checking email. The Form block in Nexter Blocks Pro sends each submission to a Discord channel..."
image: https://nexterwp.com/wp-content/uploads/2025/04/send-a-message-to-a-discord-server-from-a-wordpress-form-1024x519.jpg
word_count: 272
---

# How to Send a Message to a Discord Server from a WordPress Form?

## Key Takeaways

- Nexter Blocks Pro sends Form block submissions to a Discord channel through a webhook, and the Discord action needs the Pro edition with Form switched on under Nexter > Blocks.
- Discord setup uses a webhook URL from the channel’s Integrations > Webhooks settings, then the Form block’s Action After Submit > Discord panel accepts that URL in WebHook URL and a sender name in Username.
- Each submission posts a message starting “Form Submission:” under the chosen Username and lists Name, Email, Phone, Message, Radio Group, and Checkbox Values, while other field types are not included.

Posting form submissions to Discord keeps your community or team in the loop without checking email.

The Form block in Nexter Blocks Pro sends each submission to a Discord channel through a webhook.

*For every Form setting in one place, see the [Form block guide](https://nexterwp.com/docs/add-a-form-in-wordpress/).*

[LIVE BLOCK LINK](https://nexterwp.com/nexter-blocks/blocks/)

## Before You Start

- **Edition:** **Pro** — The Discord action needs Nexter Blocks Pro.- **Block to enable:** Form, switched on under **Nexter > Blocks** in your WordPress dashboard.- **A Discord webhook URL:** create one in the channel's settings under Integrations > Webhooks. See [Discord's intro to webhooks](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks).

## Learn via Video Tutorial

https://www.youtube.com/watch?v=eT4YlVF9dTE

## Steps

- Add the **Form** block to your page, click **Design from Scratch** and choose **Simple Contact Form** or **Newsletter Form**.

- Select the Form block (not a field inside it). In **Action After Submit**, open **Options** and choose **Discord**. You can keep Email selected as well.

![The Action After Submit panel with Options](https://nexterwp.com/wp-content/uploads/2026/09/form-action-submit.webp)

- Open the **Discord** panel that appears and paste the URL into **WebHook URL** and type a sender name in **Username**.

![The Discord panel with WebHook URL and Username](https://nexterwp.com/wp-content/uploads/2026/09/form-discord.webp)

- Save the page, then submit the form once on the front end to test the connection.

## How It Behaves

- Each submission posts a message starting **Form Submission:** to the webhook's channel, shown under your Username.- The message lists Name, Email, Phone, Message, Radio Group and Checkbox Values.

## Limitations

- **Pro only.**- Other field types are not included in the Discord message. Add Email or Database Entry as well to keep every field.

## Troubleshooting

### The visitor sees an error and nothing is posted

The webhook URL was deleted or copied incompletely. Create a new webhook and paste the full URL.

## Related Docs

- [Form block: all settings](https://nexterwp.com/docs/add-a-form-in-wordpress/)- [Send form submissions to Slack](https://nexterwp.com/docs/send-a-message-to-a-slack-channel-from-a-wordpress-form/)- [Save form submissions in WordPress](https://nexterwp.com/docs/save-form-submissions-in-wordpress/)

## Frequently Asked Questions

**Q: What do I need before I can send WordPress form submissions to Discord?**
A: The Discord action in Nexter Blocks Pro needs three things in place: the Pro edition, the Form block enabled under Nexter &gt; Blocks in your WordPress dashboard, and a Discord webhook URL created in the channel’s settings under Integrations &gt; Webhooks. That setup matters because the form posts through the webhook, not through email. If any one of those pieces is missing, the Discord message flow will not be ready.

**Q: How do I send a WordPress form submission to a Discord channel?**
A: Nexter Blocks Pro sends each Form submission to a Discord channel through a webhook. The key detail is that you select the Form block itself, then choose Discord in Action After Submit, paste the webhook URL into WebHook URL, and set a Username. The page also notes you can keep Email selected at the same time, which is useful if you want both Discord alerts and email delivery.

**Q: What happens when someone submits the form to Discord?**
A: Each submission posts a message that starts with Form Submission: in the webhook’s channel and shows under your Username. The message includes Name, Email, Phone, Message, Radio Group, and Checkbox Values. That means Discord gets a readable summary of the submission instead of raw form data, which is handy for quick team triage without opening email.

**Q: Why is my Discord message missing some form fields?**
A: Only certain fields are included in the Discord message. The page says Name, Email, Phone, Message, Radio Group, and Checkbox Values are posted, while other field types are not included. If you need every field preserved, add Email or Database Entry as well so the submission is stored somewhere more complete than the Discord notification alone.

**Q: What should I do if the visitor sees an error and nothing posts to Discord?**
A: A broken or incomplete webhook URL is the first thing to check. The page says this error usually means the webhook URL was deleted or copied incompletely, so creating a new webhook and pasting the full URL fixes it. Since Nexter Blocks Pro sends through that exact URL, even one missing character can stop posting entirely.

**Q: Is there a way to keep all form submissions besides sending them to Discord?**
A: Email can stay enabled alongside Discord, and Database Entry is another option if you want every submission saved in WordPress. That matters because Discord only receives a limited set of fields, so using another action gives you a fuller record. For setup details on storing entries locally, see [Save form submissions in WordPress](https://nexterwp.com/docs/save-form-submissions-in-wordpress/).
