This module adds an interface for editing webforms to the node form itself, but doesn't allow you to (easily) control where on the node form it appears (in relation to the other fields, e.g. "Title" and "Body").

We should allow that to be configured via drag-and-drop on the "Manage Fields" screen.

In theory, this should be easy if we implement hook_field_extra_fields(). In practice it may be harder since we are modify the node form a lot in this module. Note: When viewing the node, the location of the webform fields should now be configurable due to this recent issue in the Webform module itself: #1111092: Implement hook_field_extra_fields() for D7