fgms / contact-form-7-web-communications
Wordpress plugin to add communications to Contact 7 Forms
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.4
- composer/installers: ~1.0
- sturple/wordpress-utilities: ~1.0
This package is not auto-updated.
Last update: 2025-01-05 04:08:29 UTC
README
Introduction
This plugin adds functionality to contact form 7
- Gives the option to create "Accept/Decline" email communications.
- Adds a supervisor email for dropped email communications.
- Adds Bcc email to prevent Mod Security Errors when saving headers.
- Creates ability to add email rollups every week.
- Adds Custom Twig template function into this plugin.
- Creates a database of form communication.
- Updates Mail and Mail 2 emails to Admin and Client emails
- adds additional email tags site_url, company_name, comm_status, comm_accept_link and comm_decline_link
shortcodes
[wpcf7_communications_results]
Gets results of weekly communications.
[wpcf7_communications_results]
[wpcf7_communications_action]
[wpcf7_communications_action accept_message="" decline_message="" not_found_message=""]
File Structure
├── composer.json - for composer
├── contact-form-7-web-communications.php - plugin file
├── README.MD -- this file
├── shortcodes
│ ├── wpcf7-communications-action.php -- this allows an action for accept and decline of email communications
│ └── wpcf7-communications-results.php -- this outputs the results of weekly email communications
└── src
└── Fgms
└── Communications
├── Controller.php - Controller
├── Model.php - where all the database stuff happens.
└── View.php - display data