Hi there I have to do a questionnaire with CCK, the problem is that too many fields and I want the questionnaire has the next and previous buttons. Which module should I implement?
Thanks and regards
You could use Webform: http://drupal.org/project/webform and use the pagebreak feature.
On 3/20/10 6:24 PM, Gustavo Cabral wrote:
Hi there I have to do a questionnaire with CCK, the problem is that too many fields and I want the questionnaire has the next and previous buttons. Which module should I implement?
Thanks and regards
2010/3/21 Bob Morse bob@morsemedia.net:
You could use Webform: http://drupal.org/project/webform and use the pagebreak feature.
Thanks Bob, But I have made my form with CCK fields because there can only be achieved with CCK, for example matrix ...
Multiple forms with links and perhaps a status field?
On Sun, Mar 21, 2010 at 12:03 AM, Gustavo Cabral gmcabral@gmail.com wrote:
2010/3/21 Bob Morse bob@morsemedia.net:
You could use Webform: http://drupal.org/project/webform and use the pagebreak feature.
Thanks Bob, But I have made my form with CCK fields because there can only be achieved with CCK, for example matrix ... -- [ Drupal support list | http://lists.drupal.org/ ]
2010/3/21 Hans Langouche hans.langouche@gmail.com:
Multistep form: http://drupal.org/project/multistep
Or create you're own multi step form (there are quite a few manuals out there).
Excellent Hans, that's the solution. Thanks, thank you very much. Best regards