ErrorMessage_callback({  
Formal :  { 					"phoneNumberInvalid" : "Incorrect format. Enter a valid 10-digit phone number.", 
					"phoneNumberInvalidBlank" : "Empty field. Enter a 10-digit phone number.", 
					"dobInvalid" : "Incorrect format. Enter a valid date of birth in MM/DD/YYYY format.", 
					"dobInvalidBlank" : "Empty field. Enter a date of birth in MM/DD/YYYY format.", 
					"policyNumberInvalid" : "Incorrect format. Enter a policy number in the same format as it appears on your bill or ID card.", 
					"zip" : "Incorrect format. Enter a valid 5-digit US ZIP Code.", 
					"licenseComboStateRequired" : "Select a state.", 
					"policyNumberInvalidBlank" : "Empty field. Enter a policy number in the same format as it appears on your bill or ID card", 
					"zipCodeInvalid" : "Incorrect format. Enter a valid 5-digit US ZIP Code or 6-character Canadian postal code.", 
					"zipCodeInvalidBlank" : "Empty field. Enter a 5-digit US ZIP Code or 6-character Canadian postal code.", 
					"keyCodeInvalid" : "Incorrect format. Enter a key code in the same format as it appears on a paper bill or bill notification email.", 
					"keyCodeInvalidBlank" : "Empty field. Enter a key code in the same format as it appears on your bill", 
					"planAccntNumberInvalid" : "Incorrect format. Enter a payment plan account number in the same format as it appears on your bill or ID card.", 
					"planAccntNumberInvalidBlank" : "Empty field. Enter a payment plan account number in the same format as it appears on your bill.", 
					"required" : "Empty field. Answer to continue.", 
					"dateInvalid" : "Incorrect format. Enter a valid date in MM-DD-YYYY format.", 
					"zipPostalInvalid" : "Incorrect format. Enter a valid 5-digit US ZIP Code or 6-character Canadian postal code.", 
					"emailInvalid" : "Incorrect format. Enter a valid email address.", 
					"fileTypeInvalid" : "Incorrect file type. Allowed formats are .doc, .docx, .rtf, .pdf, and .txt.", 
					"fileSizeInvalid" : "File size is too large. Maximum file size is 3MB.", 
					"linkedinInvalid" : "Incorrect format. Enter a valid URL (https://www.linkedin.com/in/john-doe-123).", 
},
Informal  :  { 					"phoneNumberInvalid" : "Incorrect format. Enter a valid 10-digit phone number.", 
					"phoneNumberInvalidBlank" : "Empty field. Enter a 10-digit phone number.", 
					"dobInvalid" : "Incorrect format. Enter a valid date of birth in MM/DD/YYYY format.", 
					"dobInvalidBlank" : "Empty field. Enter a date of birth in MM/DD/YYYY format.", 
					"policyNumberInvalid" : "Incorrect format. Enter a policy number in the same format as it appears on your bill or ID card.", 
					"zip" : "Incorrect format. Enter a valid 5-digit US ZIP Code.", 
					"licenseComboStateRequired" : "Select a state.", 
					"policyNumberInvalidBlank" : "Empty field. Enter a policy number in the same format as it appears on your bill or ID card.", 
					"zipCodeInvalid" : "Incorrect format. Enter a valid 5-digit US ZIP Code or 6-character Canadian postal code.", 
					"zipCodeInvalidBlank" : "Empty field. Enter a 5-digit US ZIP Code or 6-character Canadian postal code.", 
					"keyCodeInvalid" : "Incorrect format. Enter a key code in the same format as it appears on a paper bill or bill notification email.", 
					"keyCodeInvalidBlank" : "Empty field. Enter a key code in the same format as it appears on your bill.", 
					"planAccntNumberInvalid" : "Incorrect format. Enter a payment plan account number in the same format as it appears on your bill or ID card.", 
					"planAccntNumberInvalidBlank" : "Empty field. Enter a payment plan account number in the same format as it appears on your bill.", 
					"required" : "Empty field. Answer to continue.", 
					"dateInvalid" : "Incorrect format. Enter a valid date in MM-DD-YYYY format.", 
					"zipPostalInvalid" : "Incorrect format. Enter a valid 5-digit US ZIP Code or 6-character Canadian postal code.", 
					"emailInvalid" : "Incorrect format. Enter a valid email address.", 
					"fileTypeInvalid" : "Incorrect file type. Allowed formats are .doc, .docx, .rtf, .pdf, and .txt.", 
					"fileSizeInvalid" : "File size is too large. Maximum file size is 3MB.", 
					"linkedinInvalid" : "Incorrect format. Enter a valid URL (https://www.linkedin.com/in/john-doe-123).", 
}
})