Closed (fixed)
Project:
Webform
Version:
6.x-2.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2010 at 22:44 UTC
Updated:
10 Sep 2010 at 08:00 UTC
Have I said I love this module!!!
For my multi-paged survey, I have a detailed description of the survey in the "description" portion of the configuration. I would like it visible on the first page only. Is this possible to do?
thanks
gerald
Comments
Comment #1
quicksketchIt is possible through theming or hook_nodeapi($op == 'alter') to remove the description and other fields if on a multipage form, but this option is not available through the user interface. If you want something on the first page only, I suggest leaving the body field blank, then use a Webform "markup" component on the first page to contain your text.
Comment #2
gwlangie commentedThanks for the information. I'll alter my approach and use the markup component.
Thanks for a great module and great feedback.
g
Comment #3
quicksketch