Needs review
Project:
Webform Block
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Jun 2009 at 01:29 UTC
Updated:
30 Jun 2011 at 16:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
buddaSorry, I'm not familiar with multi step webforms and never intended to support such a thing. If anyone has time to investigate and submit a patch i'm open to including it.
Comment #2
Bitvark commentedHi,
here you a patch that can solve your trouble.
You'll see a checkbox called "If multistep webform, expose following steps in node" in the "webform advanced settings": check it if you want to display steps that follow step 1 in their node page.
You need to "uninstall" previously installed webform block module, i think, and install this instead later.
Test it, I've done it very recently... not 100% tested...
bye
Comment #3
buddaThanks for taking the time bitvark! Any chance of a patch file for it against the current webform dev code in CVS? http://drupal.org/patch/create
Comment #4
Bitvark commentedHi,
here is the patch vs the dev webformblock module (i guess you were referring to it, not the webform main module itself, isn't it?).
ATTENTION! You've to set the block visibility rule: in the webform page the block should be hidden. This way you can keep both the page with the form and the block which will display following step on page. (e.g. if your webform is /myform, set "myform*" and "Show on every page except the listed pages." in admin/build/block ->custom block page).
Bye
Comment #5
grasmash commentedI posted a simpler patch that should work with the latest 3.x as of 6/30/11:
http://drupal.org/node/1033090#comment-4676340