Contact Form 7 Multi-Step Forms - Version 3.0.8

Version Description

added missing freemius files

Download this release

Release Info

Developer webheadllc
Plugin Icon 128x128 Contact Form 7 Multi-Step Forms
Version 3.0.8
Comparing to
See all releases

Code changes from version 3.0.7 to 3.0.8

contact-form-7-multi-step-module.php CHANGED
@@ -6,7 +6,7 @@ Plugin URI: http://www.mymonkeydo.com/contact-form-7-multi-step-module/
6
  Description: Enables the Contact Form 7 plugin to create multi-page, multi-step forms.
7
  Author: Webhead LLC.
8
  Author URI: http://webheadcoder.com
9
- Version: 3.0.7
10
  Text Domain: contact-form-7-multi-step-module
11
  */
12
  /* Copyright 2018 Webhead LLC (email: info at webheadcoder.com)
@@ -62,7 +62,7 @@ if ( !function_exists( 'cf7msm_fs' ) ) {
62
  cf7msm_fs();
63
  // Signal that SDK was initiated.
64
  do_action( 'cf7msm_fs_loaded' );
65
- define( 'CF7MSM_VERSION', '3.0.7' );
66
  define( 'CF7MSM_PLUGIN', __FILE__ );
67
  define( 'CF7MSM_FREE_TEXT_PREFIX_RADIO', '_wpcf7_radio_free_text_' );
68
  define( 'CF7MSM_FREE_TEXT_PREFIX_CHECKBOX', '_wpcf7_checkbox_free_text_' );
6
  Description: Enables the Contact Form 7 plugin to create multi-page, multi-step forms.
7
  Author: Webhead LLC.
8
  Author URI: http://webheadcoder.com
9
+ Version: 3.0.8
10
  Text Domain: contact-form-7-multi-step-module
11
  */
12
  /* Copyright 2018 Webhead LLC (email: info at webheadcoder.com)
62
  cf7msm_fs();
63
  // Signal that SDK was initiated.
64
  do_action( 'cf7msm_fs_loaded' );
65
+ define( 'CF7MSM_VERSION', '3.0.8' );
66
  define( 'CF7MSM_PLUGIN', __FILE__ );
67
  define( 'CF7MSM_FREE_TEXT_PREFIX_RADIO', '_wpcf7_radio_free_text_' );
68
  define( 'CF7MSM_FREE_TEXT_PREFIX_CHECKBOX', '_wpcf7_checkbox_free_text_' );
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webheadllc
3
  Donate Link: https://webheadcoder.com/donate-cf7-multi-step-forms
4
  Tags: contact form 7, multistep form, form, multiple pages, store form, contact, multi, step
5
  Requires at least: 4.7
6
- Tested up to: 4.9.6
7
- Stable tag: 3.0.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -68,7 +68,9 @@ The `multistep` form tag is a hidden field and tries not to add any spacing to y
68
 
69
  = I keep getting the "Please fill out the form on the previous page" message. What's wrong? =
70
 
71
- If you have everything set up correctly and you get a message saying, "Please fill out the form on the previous page" after submitting the first form, then it's probably your caching system not allowing cookies to be set in the normal way. No workarounds or fixes are planned at this time. You will need to turn off caching for the affected pages.
 
 
72
 
73
 
74
  = How can I show a summary of what the user entered or show fields from previous steps? =
@@ -103,6 +105,9 @@ The `multistep` form tag is a hidden field and tries not to add any spacing to y
103
 
104
  == Changelog ==
105
 
 
 
 
106
  = 3.0.7 =
107
  updated freemius
108
 
3
  Donate Link: https://webheadcoder.com/donate-cf7-multi-step-forms
4
  Tags: contact form 7, multistep form, form, multiple pages, store form, contact, multi, step
5
  Requires at least: 4.7
6
+ Tested up to: 4.9.8
7
+ Stable tag: 3.0.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
68
 
69
  = I keep getting the "Please fill out the form on the previous page" message. What's wrong? =
70
 
71
+ If you have everything set up correctly and you get a message saying, "Please fill out the form on the previous page" after submitting the first form, then could be one of two reasons:
72
+ 1. Your Caching system is not allowing cookies to be set in a normal way. No workarounds or fixes are planned at this time. You will need to turn off caching for the affected pages.
73
+ 2. Your protocol or domain is not the same on all pages. Each page that holds a form needs to have the same protocol and domain. If your first page uses https like https://webheadcoder.com, your second page cannot be http:// or a subdomain of that.
74
 
75
 
76
  = How can I show a summary of what the user entered or show fields from previous steps? =
105
 
106
  == Changelog ==
107
 
108
+ = 3.0.8 =
109
+ added missing freemius files
110
+
111
  = 3.0.7 =
112
  updated freemius
113