links for 2010-06-26

links for 2010-06-10

  • Question Field module can be used to create evaluations, questionnaires, surveys, and anything else you might want for gathering information from users. The module works much like Webform, but uses CCK to create it's fields.

    Think of the content type as a template for a questionnaire (survey, evaluations, questionnaires, quiz,..) that defines the type of answers that can be collected (text, image, video), and the node as the questionnaire created from the template.

links for 2010-06-09

  • Allow to add steps to any node create/edit/add form.
    CCK fields and groups can be assigned to any step.
    Form is submitted only at last step (not like multistep module do).
    Navigation button at the top of form show current, submitted and unsubmitted steps with different styles so user can see what he did and what he should do to finish.
    And the main difference to multistep module – forms values are stored in $form_state['storage'] (not in database) so we do it in Drupal way!
    (tags: drupal module)

links for 2010-06-07

  • This module provides a simple integration of the Google Wave Embed API by creating a node type "google wave".

    Just grab the id of the wave you want to publish on your drupal site, create a new google wave node and enter the id there. Afterwards click save and you're done.

links for 2010-06-03