Several threads reporting this problem. The description field (which says will print as node teaser and before form) actually prints below form.
ref http://drupal.org/node/695146#comment-3033666
Several threads reporting this problem. The description field (which says will print as node teaser and before form) actually prints below form.
ref http://drupal.org/node/695146#comment-3033666
Comments
Comment #1
quicksketchWebform is always assigned a hard-coded weight of 1 in the 2.x version of Webform. Normally the body is a weight of 0, so it should show up above the Webform form. However if you have installed CCK, you have control over this weight and it may be set to something higher, causing the body to show up below the Webform itself. You can go to the "manage fields" configuration page and set the weight of the body field to something lower to cause it to show up before the Webform form.
In Webform 3.x, Webform has started adding itself to this list of fields so you can move it up and down the list and not have to worry about the hard-coded weight of 1.
Comment #2
Iowagirl commentedPlease see the comment at http://drupal.org/node/695146#comment-3033666
Comment #3
quicksketchClosing as this problem has already been fixed in 3.x.
Comment #4
samedgecombe commentedHow do I do this in 3.x?
Comment #5
erifneerg commentedYea, I'm having some trouble finding that in 7.x-3. 4. It seems like theming is the only way to change it.