Skip to content

feat: add Form Builder plugin to admin registry#766

Open
lane711 wants to merge 1 commit intomainfrom
fix/issue-548-contact-form-plugin
Open

feat: add Form Builder plugin to admin registry#766
lane711 wants to merge 1 commit intomainfrom
fix/issue-548-contact-form-plugin

Conversation

@lane711
Copy link
Copy Markdown
Collaborator

@lane711 lane711 commented Apr 9, 2026

Summary

  • The Form Builder / Contact Form functionality exists in the codebase but was not listed in AVAILABLE_PLUGINS
  • Users could not discover or install it from the admin plugins page
  • Adds form-builder entry to AVAILABLE_PLUGINS array and corresponding install handler with sensible defaults

Test plan

  • Navigate to Admin → Plugins
  • Verify "Form Builder" appears in the available plugins list
  • Click Install and verify it installs successfully
  • Verify the plugin appears in the installed plugins list

Closes #548

🤖 Generated with Claude Code

The Form Builder / Contact Form functionality exists in the codebase
but was not listed in AVAILABLE_PLUGINS, making it undiscoverable
from the admin plugins page. Users had no way to install it.

Add form-builder entry to AVAILABLE_PLUGINS array and add the
corresponding install handler with sensible defaults.

Closes #548

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Contact Form Plugin: Admin Installation and Route Mounting Issues

2 participants