Index: bp-xprofile-classes.php
===================================================================
--- bp-xprofile-classes.php	(revision 2046)
+++ bp-xprofile-classes.php	(working copy)
@@ -673,7 +673,7 @@
 		if ( !$wpdb->get_row($sql) ) 
 			return false;
 		
-		return true;
+		return apply_filters( 'xprofile_data_is_valid_field', true, $this );
 	}
 
 	function save() {
