Plugin Directory

Changeset 2628384


Ignore:
Timestamp:
11/12/2021 03:28:54 AM (4 years ago)
Author:
thanminhtu
Message:

Add CF7E Button

Location:
wpcf7-extended/trunk
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • wpcf7-extended/trunk/includes/functions.php

    r2627826 r2628384  
    2222    }
    2323
    24     $modules = array( 'confirm' );
     24    $modules = array( 'confirm', 'button' );
    2525    $modules = apply_filters( 'cf7e_load_modules', $modules );
    2626
  • wpcf7-extended/trunk/modules/confirm/cf7-extended-modules.php

    r2627829 r2628384  
    8181    ?>
    8282        <style>
    83             p input[name=_cf7e][value=confirm] ~ input.cf7e-back, p input[name=_cf7e][value=confirm] ~ input.wpcf7-submit{
     83            p input[name=_cf7e][value=confirm] ~ input.cf7e-back, p input[name=_cf7e][value=confirm] ~ .wpcf7-submit{
    8484                display: none !important;
    8585            }
  • wpcf7-extended/trunk/readme.txt

    r2627829 r2628384  
    1616== Description ==
    1717
    18 "WPCF7 Extended" can add confirm step and many other utilities".
     18WPCF7 Extended" can add confirm step and many other utilities :
     19* WPCF7 Extended Contact Form 7 Confirm.
     20* WPCF7 Extended Contact Form 7 Button.
    1921
    2022== Installation ==
     
    2830
    2931
    30 == Frequently asked questions ==
    31 
    32 = A question that someone might have =
    33 
    3432== Screenshots ==
    3533
     
    3836== Changelog ==
    3937
     38= 1.0.1 =
     39* Add CF7E Button : add submit button option < button ></ button > instead of default < input type="submit" >
     40
    4041= 1.0.0 =
    41 Plugin Beta
     42* Initial release.
  • wpcf7-extended/trunk/wpcf7-extended.php

    r2627829 r2628384  
    88Text Domain: wpcf7-extended
    99Domain Path: /languages/
    10 Version: 1.0.0
     10Version: 1.0.1
    1111*/
    1212
Note: See TracChangeset for help on using the changeset viewer.