// HFC will modify these for each new submission type, as appropriate:
var commentEmpty = "You did not enter your talent. Please try again.";
var commentTooLong = "You have too many words for this submission. Please try again.";

// The following probably don't have to be changed for new forms:
var firstNameEmpty = "You did not enter your first name. Please try again.";
var ageEmpty = "You did not enter your age. Please try again.";
var stateEmpty = "You did not select a state, province, or country. Please try again.";

