A premium extension for CF7 Visual Styler that adds beautiful premium themes to your Contact Form 7 forms.
- 3 Premium Themes: Neon Glow, Gradient Flow, and Cyberpunk
- License Validation: Secure license key system to protect premium features
- Easy Integration: Seamlessly integrates with the free CF7 Visual Styler plugin
- Simple Setup: Just activate your license and start using premium themes
- Upload the
cf-style-profolder to the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Go to Contact > Pro License and enter your license key
- Go to Contact > Form Styles to select a premium theme
The pro plugin requires a valid license key to function. Without a license key, premium themes will not be available.
For classroom demo purposes: Any non-empty license key will be accepted.
- Navigate to Contact > Pro License in your WordPress admin
- Enter your license key in the input field
- Click "Activate License"
- Premium themes will now be available in Contact > Form Styles
A futuristic theme with vibrant neon colors and glowing effects. Perfect for modern, tech-focused websites.
A smooth gradient theme with modern aesthetics and elegant color transitions. Great for creative and design-focused sites.
A dark theme with neon accents and tech-inspired design. Ideal for gaming, technology, or edgy websites.
cf-style-pro/
├── cf-style-pro.php # Main plugin file
├── assets/
│ └── css/
│ ├── neon-glow.css # Neon Glow theme styles
│ ├── gradient-flow.css # Gradient Flow theme styles
│ └── cyberpunk.css # Cyberpunk theme styles
└── README.md # This file
The pro plugin uses WordPress hooks to extend the free CF7 Visual Styler plugin:
cf7_styler_register_themesfilter - Adds premium themes to the theme listcf7_styler_enqueue_theme_stylesaction - Loads premium theme CSS files
When a user selects a premium theme, the pro plugin detects this and loads the appropriate CSS file.
The plugin checks for a valid license key before loading premium features:
public function is_license_valid() {
$license_key = get_option( 'cf7_styler_pro_license_key', '' );
return ! empty( $license_key );
}Note: For this classroom demo, any non-empty license key is considered valid. In a production environment, you would implement server-side validation.
Located at Contact > Pro License, this page allows users to:
- Enter and save their license key
- View license activation status
Located at Contact > Pro Features, this page shows:
- Available premium themes
- License information
- Links to manage license
Located at Contact > Pro Pricing, this page displays:
- Pricing plans (Personal, Business, Agency)
- Feature comparison
- Call-to-action buttons
- WordPress 5.0 or higher
- Contact Form 7 plugin
- CF7 Visual Styler (free version) plugin
For support, please visit our website or contact our support team.
- Initial release
- 3 premium themes: Neon Glow, Gradient Flow, Cyberpunk
- License validation system
- Admin pages for license, features, and pricing
This plugin is proprietary software. A valid license key is required to use premium features.