I'm unable to add form components. Clicking on the 'Add' button on /node/xyz/edit/components just takes me back to node/xyz rather than to the configuration page for the field. I'm marking this bug as critical since there is now way to use this module whilst this persists

Comments

Rob T’s picture

I experienced the same issue. Whenever I try to add a form component, submitting doesn't add the new component to the webform. Drupal 6.6.

Any ideas? THis looks like a very promising module, but unless the webform can be built...

mclin’s picture

I'm having a problem adding form items too, but mine's even worse. The node/xy/edit/component page comes back completely blank! Drupal 6.12, Webform 6.x-2.7

joachim’s picture

Status: Active » Postponed (maintainer needs more info)

Are you sure you've clicked the 'Add' button?

The UI is not terribly clear on this page.

If you do this:
- enter component name and options
- click 'Submit'
then nothing happens

If you do this:
- enter component name and options
- click 'Add' (to the right of that row, hidden in plain view :( )
then you get to a configuration page for the new form element.

Works for me with the current dev release of this module and webform 2.7

Taking the liberty of setting this to 'need info' :)

eusebius’s picture

Hello,

This happened to me when I tried working with an already existing product node. Webform_Associate would not create a new webform in this case. However, when I created a new product node (after properly configuring webform_associate and this module), everything worked well.

Hope this helps the next person