description = 'Create a new form or questionnaire. Submission results and statistics are recorded and accessible to privileged users.'; node_type_save($type); } // Turn off comments by default for webform nodes. variable_set('comment_webform', COMMENT_NODE_CLOSED); // Disable the AddThis block by default. variable_set('addthis_nodetype_webform', 0); // Hide the submitted by text by default variable_set('node_submitted_webform', FALSE); }