1. Entries Not Appearing #
If submissions aren’t showing under Forms → Entries:
Checks (from docs logic):
- Module Enabled?
- Ensure Enable Forms module is ON in Forms → Settings.
- Provider Selected?
- Confirm the provider (e.g. SureForms) is enabled in the providers list.
- Correct Form Provider?
- Make sure the form you’re testing is from one of the supported providers.
2. Auto Replies Not Sending #
If Pro’s auto replies are not sent:
- Pro License Active?
- Docs emphasize Pro-only fields are applied only when
my_fs()->can_use_premium_code()is true.
- Docs emphasize Pro-only fields are applied only when
- Auto-Send Enabled?
- Check Forms → Email for Auto-send toggle.
- Provider Filter:
- Ensure the form’s provider matches the configured provider filter for auto emails.
- Forms AI Settings Complete?
- Verify
forms_openai_api_keyor fallback main key, model, and prompt are set.
- Verify
3. Telegram Alerts Not Received #
If Telegram alerts do not arrive:
- Telegram Settings:
- In Forms → Telegram, verify bot token and chat ID values from docs.
- Provider Filter:
- Ensure that provider filter includes the provider that submitted the form.
- Debug Logs:
- The plugin’s Debug Logs module can log Telegram-related errors, as noted in the docs.
4. Using Debug Logs for Forms #
Your documentation explains that the Debug Logs module can log Forms channel:
Step-by-step:
- Go to Davix AI Engine → Debug Logs.
- Enable the Forms logging channel (e.g., a checkbox for forms logs).
- Save.
- Reproduce the issue (submit a form, trigger auto reply).
- Return to Debug Logs and click View log for Forms.
- Inspect for any error messages that explain why AI reply, email, or Telegram alert failed.
image IMAGE PLACEHOLDER: Screenshot of Debug Logs with the Forms channel enabled and a “View log” button clicked, showing lines mentioning Forms operations. IMAGE image

