you just need to wrap it around this it Ensure WooCommerce is Fully Loaded:
add_action('init', 'your_form_submission_handler'); // or 'woocommerce_init' function your_form_submission_handler() { // Place your form submission code here }