Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ConvertKit/convertkit-gravity-forms
Gravity Forms ConvertKit Add-On
https://github.com/ConvertKit/convertkit-gravity-forms
Last synced: 3 months ago
JSON representation
Gravity Forms ConvertKit Add-On
- Host: GitHub
- URL: https://github.com/ConvertKit/convertkit-gravity-forms
- Owner: ConvertKit
- License: gpl-3.0
- Created: 2016-04-18T18:44:51.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T12:00:14.000Z (7 months ago)
- Last Synced: 2024-06-19T07:02:37.707Z (5 months ago)
- Language: PHP
- Size: 616 KB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gravity-forms - Gravity Forms ConvertKit Add-On - Integrates Gravity Forms with ConvertKit allowing form submissions to be automatically sent to your ConvertKit account. (Third-Party Add-Ons)
README
# ConvertKit for Gravity Forms
Welcome to the ConvertKit Gravity Forms Addon for WordPress repository on GitHub. Here you can view the plugin source code, review open issues, and see releases of the plugin.
**If you're not a developer, please download the plugin from [WordPress.org](https://wordpress.org/plugins/convertkit-gravity-forms/). Downloading and installing directly from GitHub will not work.**
## Support
If you are having issues setting up this plugin on your WordPress site, or have issues with your ConvertKit forms please do the following:
* Check the [Knowledge Base](https://help.convertkit.com/) for an answer to your question.
* If you're still having trouble contact [ConvertKit Support](https://convertkit.com/support/).## Developers
For ConvertKit Developers, there are guides in the main ConvertKit Plugin repository covering:
- [Setup](https://github.com/ConvertKit/convertkit-wordpress/blob/main/SETUP.md) - setting up your local environment for development and testing
- [Development](https://github.com/ConvertKit/convertkit-wordpress/blob/main/DEVELOPMENT.md) - best practices for development
- [Testing](https://github.com/ConvertKit/convertkit-wordpress/blob/main/TESTING.md) - how to write and run tests
- [Actions and Filters](ACTIONS-FILTERS.md) - Actions and Filters available to WordPress Developers looking to extend ConvertKit's functionalityFor ConvertKit, there is a separate guide to deploying new versions to wordpress.org:
- [Deployment](https://github.com/ConvertKit/convertkit-wordpress/blob/main/DEPLOYMENT.md) - how to deploy a new Plugin version to [WordPress.org](https://wordpress.org/plugins/convertkit-gravity-forms/)These guides can be applied to this Plugin; there may be some minor differences in terms of .env.testing configuration.