Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasparsd/contact-form-7-extras
Simple controls for the advanced Contact Form 7 features
https://github.com/kasparsd/contact-form-7-extras
contact-form-7 facebook-pixel google-analytics wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
Simple controls for the advanced Contact Form 7 features
- Host: GitHub
- URL: https://github.com/kasparsd/contact-form-7-extras
- Owner: kasparsd
- Created: 2014-09-03T15:18:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T16:56:49.000Z (7 months ago)
- Last Synced: 2024-10-30T04:59:59.948Z (3 months ago)
- Topics: contact-form-7, facebook-pixel, google-analytics, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://formcontrols.com
- Size: 1.51 MB
- Stars: 18
- Watchers: 8
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# Contact Form 7 Controls
[![Lint and Test](https://github.com/kasparsd/contact-form-7-extras/actions/workflows/test.yml/badge.svg)](https://github.com/kasparsd/contact-form-7-extras/actions/workflows/test.yml)
Source of the [Contact Form 7 Controls plugin](https://formcontrols.com) for WordPress.
## 🚀 Get PRO
Support the continued development of this plugin by [pre-ordering the PRO version](https://formcontrols.com/pro) that will include advanced analytics and tracking features. [Learn more →](https://formcontrols.com/pro)
## Install
Search for "Contact Form 7 Controls" under "Plugins → Add New" in your WordPress dashboard.
Install as a [Composer dependancy](https://packagist.org/packages/kasparsd/contact-form-7-extras):
composer require kasparsd/contact-form-7-extras
## Contribute
We use [Composer](https://getcomposer.org) for managing PHP development dependencies while [Node.js](https://nodejs.org) is used for most scripting needs, building the plugin release and deploying to WP.org via [Grunt](https://gruntjs.com).
1. Clone the plugin repository:
git clone https://github.com/kasparsd/contact-form-7-extras.git
cd widget-context-wporg2. Setup the development environment and tools:
npm install
composer install3. Prepare a release in the `dist` directory:
npm run build
## Screenshot
![Contact Form 7 Controls](screenshot-1.png)