I need a developer to finish writing a module that creates a form using the drupal form-api. The form is called with a button from a node and - should have some fields prepopulated with values from node-fields (the node is created via CCK). - should have other fields (address etc.) that the user fills in. - for authenticated users certain fields (email, name etc.) should be prepopulated from $user. - should possess a required checkbox for terms of service. - should possess an optional...