| 开发者 | rad18 |
|---|---|
| 更新时间 | 2026年9月18日 19:40 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
{all_fields}, {field_KEY} for a single field, {form_title}, {page_url}, {submitted_at}/wp-content/plugins/Message your bot once, then open https://api.telegram.org/bot<TOKEN>/getUpdates in a browser and look for the chat.id value. For a group or channel, add the bot there first, post any message, then check getUpdates the same way. Personal chat IDs are positive numbers; group IDs are negative; supergroup/channel IDs are negative and start with -100.
Yes — list any mix of user, group, and channel IDs in "Chat ID(s)", comma-separated. Each has its own requirement from Telegram itself (the plugin can't override these): a user must have messaged the bot at least once before the bot can message them back; for a group, the bot must be added as a member; for a channel, the bot must be an admin with permission to post.
Check that: the form plugin's section is enabled, the form's ID is listed in "Form IDs" for that plugin, and the bot token/chat ID are correct (use "Save & test connection" to confirm those independently).
No. The plugin only reads the submitted data long enough to build and send the Telegram message; it isn't saved anywhere by this plugin. If a message fails to send, only the error itself is logged — not the submitted data.
Yes, a limited set: <b>, <i>, <a href="...">, <code>. This matches what Telegram's HTML parse mode supports.
No. "Telegram" refers to the messaging service this plugin sends notifications to via its public Bot API; this plugin is an independent, unofficial integration.