Changeset 2007747
- Timestamp:
- 01/07/2019 01:15:37 PM (7 years ago)
- Location:
- contactic/trunk
- Files:
-
- 3 edited
-
CTC_ExportBase.php (modified) (1 diff)
-
ContacticPlugin.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contactic/trunk/CTC_ExportBase.php
r2007663 r2007747 610 610 611 611 if ($merge_col) { 612 $option_input_merge = $this->plugin->getOption('InputMerge', '%email%,%e-mail%,%e_mail% ', true);612 $option_input_merge = $this->plugin->getOption('InputMerge', '%email%,%e-mail%,%e_mail%,%mail%', true); 613 613 614 614 // Process and extract merge field inputs from options -
contactic/trunk/ContacticPlugin.php
r2007663 r2007747 252 252 protected function initOptions() { 253 253 // By default ignore CF7 metadata fields 254 $this->addOption('NoSaveFields', '/.*wpcf7.*/,_wpnonce ');255 $this->addOption('InputMerge', '%email%,%e-mail%,%e_mail% ');254 $this->addOption('NoSaveFields', '/.*wpcf7.*/,_wpnonce,g-recaptcha-response'); 255 $this->addOption('InputMerge', '%email%,%e-mail%,%e_mail%,%mail%'); 256 256 } 257 257 -
contactic/trunk/readme.txt
r2007663 r2007747 3 3 Tags: CF7,Contact form 7,CFDB,contact form,database,contact form database,save contact form,form database,contactic 4 4 Requires at least: 4.0 5 Tested up to: 4.9.85 Tested up to: 5.0.2 6 6 Requires PHP: 5.4.45 7 7 Stable tag: trunk … … 22 22 By simply installing the plugin, it will automatically begin to capture form submissions from: 23 23 24 * [Contact Form 7 (CF7) plugin](https://wordpress.org/plugins/contact-form-7/ \"Contact Form 7 (CF7) plugin\")25 * [Fast Secure Contact Form (FSCF) plugin](https://wordpress.org/plugins/si-contact-form/ \"Fast Secure Contact Form (FSCF) plugin\")24 * [Contact Form 7 (CF7) plugin](https://wordpress.org/plugins/contact-form-7/) 25 * [Fast Secure Contact Form (FSCF) plugin](https://wordpress.org/plugins/si-contact-form/) 26 26 * [JetPack Contact Form plugin](https://wordpress.org/plugins/jetpack/) 27 27 * [Gravity Forms plugin](http://www.gravityforms.com) … … 85 85 Refer the [Plugin Documentation Site](https://contactic.io/docs) (in progress) 86 86 87 ##### I installed the plugin but I don \'t see any of my forms listed in the administration page87 ##### I installed the plugin but I don't see any of my forms listed in the administration page 88 88 Nothing will show until you have actual form submissions captured by this plugin. The plugin is not aware of your form definitions, it is only aware of form submissions. 89 89 … … 92 92 93 93 ##### Where do I see the data? 94 In the admin page, \"Contacts\"94 In the admin page, "Contacts" 95 95 96 96 ##### Can I display form data on a non-admin web page or in a post?
Note: See TracChangeset
for help on using the changeset viewer.