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
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