kasparsd / contact-form-7-extras
Simple controls for some of the advanced Contact Form 7 plugin functionality.
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 8
Forks: 4
Open Issues: 9
Type:wordpress-plugin
Requires (Dev)
- wp-coding-standards/wpcs: ^2.0
README
Source of the Contact Form 7 Controls plugin for WordPress.
🚀 Get PRO
Support the continued development of this plugin by pre-ordering the PRO version that will include advanced analytics and tracking features. Learn more →
Install
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
Contribute
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