Plugin Directory

Changeset 2007747


Ignore:
Timestamp:
01/07/2019 01:15:37 PM (7 years ago)
Author:
mouveo
Message:

update admin setup and readme

Location:
contactic/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • contactic/trunk/CTC_ExportBase.php

    r2007663 r2007747  
    610610
    611611        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);
    613613
    614614            // Process and extract merge field inputs from options
  • contactic/trunk/ContacticPlugin.php

    r2007663 r2007747  
    252252    protected function initOptions() {
    253253        // 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%');
    256256    }
    257257
  • contactic/trunk/readme.txt

    r2007663 r2007747  
    33Tags: CF7,Contact form 7,CFDB,contact form,database,contact form database,save contact form,form database,contactic
    44Requires at least: 4.0
    5 Tested up to: 4.9.8
     5Tested up to: 5.0.2
    66Requires PHP: 5.4.45
    77Stable tag: trunk
     
    2222By simply installing the plugin, it will automatically begin to capture form submissions from:
    2323
    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/)
    2626* [JetPack Contact Form plugin](https://wordpress.org/plugins/jetpack/)
    2727* [Gravity Forms plugin](http://www.gravityforms.com)
     
    8585Refer the [Plugin Documentation Site](https://contactic.io/docs) (in progress)
    8686
    87 ##### I installed the plugin but I don\'t see any of my forms listed in the administration page
     87##### I installed the plugin but I don't see any of my forms listed in the administration page
    8888Nothing 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.
    8989
     
    9292
    9393##### Where do I see the data?
    94 In the admin page, \"Contacts\"
     94In the admin page, "Contacts"
    9595
    9696##### 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.