|  | @@ 1053-1066 (lines=14) @@ | 
                                                            
                                    | 1050 |  | 								); | 
                                                            
                                    | 1051 |  | 						break; | 
                                                            
                                    | 1052 |  |  | 
                                                            
                                    | 1053 |  | 					case 'state': | 
                                                            
                                    | 1054 |  | 							$QST_values = array( | 
                                                            
                                    | 1055 |  | 									'QST_display_text' => __( 'State/Province', 'event_espresso' ), | 
                                                            
                                    | 1056 |  | 									'QST_admin_label' => __( 'State/Province - System Question', 'event_espresso' ), | 
                                                            
                                    | 1057 |  | 									'QST_system' => 'state', | 
                                                            
                                    | 1058 |  | 									'QST_type' => 'STATE', | 
                                                            
                                    | 1059 |  | 									'QST_required' => 0, | 
                                                            
                                    | 1060 |  | 									'QST_required_text' => __( 'This field is required', 'event_espresso' ), | 
                                                            
                                    | 1061 |  | 									'QST_order' => 7, | 
                                                            
                                    | 1062 |  | 									'QST_admin_only' => 0, | 
                                                            
                                    | 1063 |  | 									'QST_wp_user' => self::get_default_creator_id(), | 
                                                            
                                    | 1064 |  | 									'QST_deleted' => 0 | 
                                                            
                                    | 1065 |  | 								); | 
                                                            
                                    | 1066 |  | 						break; | 
                                                            
                                    | 1067 |  |  | 
                                                            
                                    | 1068 |  | 					case 'country' : | 
                                                            
                                    | 1069 |  | 							$QST_values = array( | 
                                                                                
                                |  | @@ 1068-1081 (lines=14) @@ | 
                                                            
                                    | 1065 |  | 								); | 
                                                            
                                    | 1066 |  | 						break; | 
                                                            
                                    | 1067 |  |  | 
                                                            
                                    | 1068 |  | 					case 'country' : | 
                                                            
                                    | 1069 |  | 							$QST_values = array( | 
                                                            
                                    | 1070 |  | 									'QST_display_text' => __( 'Country', 'event_espresso' ), | 
                                                            
                                    | 1071 |  | 									'QST_admin_label' => __( 'Country - System Question', 'event_espresso' ), | 
                                                            
                                    | 1072 |  | 									'QST_system' => 'country', | 
                                                            
                                    | 1073 |  | 									'QST_type' => 'COUNTRY', | 
                                                            
                                    | 1074 |  | 									'QST_required' => 0, | 
                                                            
                                    | 1075 |  | 									'QST_required_text' => __( 'This field is required', 'event_espresso' ), | 
                                                            
                                    | 1076 |  | 									'QST_order' => 8, | 
                                                            
                                    | 1077 |  | 									'QST_admin_only' => 0, | 
                                                            
                                    | 1078 |  | 									'QST_wp_user' => self::get_default_creator_id(), | 
                                                            
                                    | 1079 |  | 									'QST_deleted' => 0 | 
                                                            
                                    | 1080 |  | 								); | 
                                                            
                                    | 1081 |  | 						break; | 
                                                            
                                    | 1082 |  |  | 
                                                            
                                    | 1083 |  | 					case 'zip': | 
                                                            
                                    | 1084 |  | 							$QST_values = array( |