--- webform.module
+++ webform.module
@@ -1128,7 +1128,7 @@
   // Add the output to the node.
   $node = node_prepare($node, $teaser);
   if (isset($output)) {
-    $node->content['webform'] = array('#value' => $output, '#weight' => 1);
+    $node->content['webform'] = array('#value' => $output, '#weight' => 100);
   }
 
   return $node;
