//
// app-user
//
var emailStr = "";
var emailDisplay = "Email Address";
var emailError = "Please provide an email address including a valid domain name.";
var contact_methodStr = "How would you prefer to be contacted?";
var contact_methodDisplay = "Contact Method";
var contact_methodError = "Please provide a value for this field.";
var contact_reasonStr = "Why do you want to contact us?";
var contact_reasonDisplay = "Reason for Contact";
var contact_reasonError = "Please provide a value for this field.";
var honorificStr = "Prefered title or salutation (e.g. Mr, Ms, Dr, etc.)";
var honorificDisplay = "Honorific";
var honorificError = "Please provide a value for this field.";
var first_nameStr = "";
var first_nameDisplay = "First Name";
var first_nameError = "Please provide a value for this field.";
var last_nameStr = "";
var last_nameDisplay = "Last Name";
var last_nameError = "Please provide a value for this field.";
var street_1Str = "Primary street address, including building number and street name.";
var street_1Display = "Street Address";
var street_1Error = "Please provide a value for this field.";
var cityStr = "Enter the city.";
var cityDisplay = "City";
var cityError = "Please provide a value for this field.";
var street_2Str = "Additional address information, such as P.O. Box or Mail Stop.";
var street_2Display = "Extended Address";
var street_2Error = "Please provide a value for this field.";
var stateStr = "Select the state.";
var stateDisplay = "State";
var stateError = "Please provide a value for this field.";
var zipcodeStr = "Enter the Zip Code.";
var zipcodeDisplay = "Zip Code ";
var zipcodeError = "Please provide a value for this field.";
var countryStr = "Select the country.";
var countryDisplay = "Country";
var countryError = "Please provide a value for this field.";
var referrerStr = "Please tell us how you became aware of our services.";
var referrerDisplay = "Referral Information";
var referrerError = "Please provide a value for this field.";
var phone_1Str = "Area code and telephone number.";
var phone_1Display = "Telephone Number";
var phone_1Error = "Please provide a phone number with or without a three-digit area code.";
var phone_1_extStr = "If the telephone number you provided is not directly answered by you, please provide an extension number where you can be reached.";
var phone_1_extDisplay = "Telephone Extension";
var phone_1_extError = "Please provide an extension number (1-8 digits).";
var fax_numberStr = "Area code and fax number.";
var fax_numberDisplay = "Fax Number";
var fax_numberError = "Please provide a phone number with or without a three-digit area code.";
//
// end 
//
