2023 FPQG Registration Form

Registration Form for the 2023 FPQG Quilt Show

Click Block symbol in upper right corner to print.

UA-59519254-2 /** * Sell only in California */ function wc_sell_only_states( $states ) { $states['US'] = array( 'CA' => __( 'California', 'woocommerce' ), ); return $states; } add_filter( 'woocommerce_states', 'wc_sell_only_states' );