Source of the Contact Form 7 Controls plugin for WordPress.
Support the continued development of this plugin by pre-ordering the PRO version that will include advanced analytics and tracking features. Learn more →
Search for "Contact Form 7 Controls" under "Plugins → Add New" in your WordPress dashboard.
Install as a Composer dependancy:
composer require kasparsd/contact-form-7-extras
We use Composer for managing PHP development dependencies while Node.js is used for most scripting needs, building the plugin release and deploying to WP.org via Grunt.
-
Clone the plugin repository:
git clone https://github.com/kasparsd/contact-form-7-extras.git cd widget-context-wporg
-
Setup the development environment and tools:
npm install composer install
-
Prepare a release in the
dist
directory:npm run build