Change it to:
add_action( 'init', 'xxxxx_wpcf7_add_shortcode' );
function xxxxx_wpcf7_add_shortcode() {
wpcf7_add_shortcode('postdropdown', 'createbox', true);
}
Change it to:
add_action( 'init', 'xxxxx_wpcf7_add_shortcode' );
function xxxxx_wpcf7_add_shortcode() {
wpcf7_add_shortcode('postdropdown', 'createbox', true);
}