Developers
Built to be extended, not just configured
ChargeForms ships with a REST API, a documented hook system, and a builder architecture designed for custom field types — not a closed black box.
REST API
Manage forms and entries programmatically, or trigger a submission from outside wp-admin.
Custom Field Types
Register a new field type in the builder, front-end renderer, and submission handler.
Webhooks
Send a POST request to any URL on submission, with a per-form override of the site-wide default.
Hooks Reference
PHP actions and filters exposed throughout the plugin lifecycle.
Contributing
ChargeForms's core is open on GitHub. Bug reports and pull requests are welcome — see the repository's contributing guide for local setup and coding standards.
View on GitHub