To complete your support request fill out the form below!
	 
	
		
	
	_request_types[ $request_type ] ) ) {
		$this->w3tc_support_select();
	} else {
		if ( isset( $this->_request_prices[ $request_type ] ) && ! $payment ) {
			$this->w3tc_support_payment();
		} else {
			$this->w3tc_support_form();
		}
	}
	?>