Contact Form 7 Multi-Step Forms - Version 1.01

Version Description

updated readme.

Download this release

Release Info

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

Code changes from version 1.0 to 1.01

Files changed (1) hide show
  1. readme.txt +10 -1
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: webheadllc
3
  Tags: contact form 7, multistep form, form, multiple pages, store form
4
  Requires at least: 3.4.1
5
  Tested up to: 3.5.1
6
- Stable tag: 1.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -13,15 +13,21 @@ Enables the Contact Form 7 plugin to create multi-page, multi-step forms.
13
 
14
  I needed a contact form that spanned across multiple pages and in the end would send an email with all the info collected. This plugin does just that. This plugin requires the Contact Form 7 Wordpress plugin.
15
 
 
 
16
  **Usage**
 
17
  1. Create a contact form 7 form as you normally would.
 
18
  1. Add a hidden tag named "step" with the value being the current step dash ("-") total steps. If you have a 5-step form and you are creating the first step, the hidden field would look like:
19
  [hidden step "1-5"]
20
  the last step, would look like:
21
  [hidden step "5-5"]
 
22
  1. In the "Additional Settings" textarea at the bottom of the form editing page, add in the location of the next form.
23
  If the next form is located on My2ndPage on example.com you would add the following to the "Additional Settings" textarea:
24
  on_sent_ok: "location.replace('http://example.com/My2ndPage/');"
 
25
  1. Repeat steps 1 - 3. On the form that will actually send a email, do not do step 3 unless you want the form to redirect
26
  the user to another page.
27
 
@@ -39,5 +45,8 @@ I have used countless free plugins and have saved countless hours. I could not
39
 
40
  == Changelog ==
41
 
 
 
 
42
  = 1.0 =
43
  Initial release.
3
  Tags: contact form 7, multistep form, form, multiple pages, store form
4
  Requires at least: 3.4.1
5
  Tested up to: 3.5.1
6
+ Stable tag: 1.01
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
13
 
14
  I needed a contact form that spanned across multiple pages and in the end would send an email with all the info collected. This plugin does just that. This plugin requires the Contact Form 7 Wordpress plugin.
15
 
16
+ Sample of this working is at [http://webheadcoder.com/contact-form-7-multi-step-form/](http://webheadcoder.com/contact-form-7-multi-step-form/)
17
+
18
  **Usage**
19
+
20
  1. Create a contact form 7 form as you normally would.
21
+
22
  1. Add a hidden tag named "step" with the value being the current step dash ("-") total steps. If you have a 5-step form and you are creating the first step, the hidden field would look like:
23
  [hidden step "1-5"]
24
  the last step, would look like:
25
  [hidden step "5-5"]
26
+
27
  1. In the "Additional Settings" textarea at the bottom of the form editing page, add in the location of the next form.
28
  If the next form is located on My2ndPage on example.com you would add the following to the "Additional Settings" textarea:
29
  on_sent_ok: "location.replace('http://example.com/My2ndPage/');"
30
+
31
  1. Repeat steps 1 - 3. On the form that will actually send a email, do not do step 3 unless you want the form to redirect
32
  the user to another page.
33
 
45
 
46
  == Changelog ==
47
 
48
+ = 1.01 =
49
+ updated readme.
50
+
51
  = 1.0 =
52
  Initial release.