I can't fix little problem with my plugin. There is a new shortcode that produced by my plugin. There is a function doing it.
add_shortcode('comp_anketa', 'create_competition');
But this function works twice on page. And i have 2 emails, that function sends. Why does this happen?