export const createCaseFields = { caption: { required: true, maxLength: 45 }, captionTwo: { required: true, maxLength: 45 }, caseNumber: { required: true, maxLength: 45 }, judge: { required: true, maxLength: 45 }, plaintiffParties: { required: true, maxLength: 45 }, defendantParties: { required: true, maxLength: 45 }, jurisdiction: { required: true, maxLength: 45 }, venue: { required: true, maxLength: 45 }, trialDate: { required: true, maxLength: 45, type: "date" }, filedDate: { required: true, maxLength: 45, type: "date" }, lawFirm: { required: false, maxLength: 45 }, }; export const createCaseAdditionalFields = { contactEmail: { required: true, maxLength: 45, type: "email" }, contactName: { required: true, maxLength: 45 }, clientPosition: { required: true, default: "Plaintiff" }, caseType: { required: true, maxLength: 45 }, billingCode: { required: true, maxLength: 45 }, leadAttorneys: { required: true, maxLength: 45 }, }; export const floridaCourts = [ { circuit: "First", counties: ["Escambia", "Okaloosa", "Santa Rosa", "Walton"], }, { circuit: "Second", counties: [ "Franklin", "Gadsden", "Jefferson", "Leon", "Liberty", "Wakulla", ], }, { circuit: "Third", counties: [ "Columbia", "Dixie", "Hamilton", "Lafayette", "Madison", "Suwannee", "Taylor", ], }, { circuit: "Fourth", counties: ["Clay", "Duval", "Nassau"], }, { circuit: "Fifth", counties: ["Citrus", "Hernando", "Lake", "Marion", "Sumter"], }, { circuit: "Sixth", counties: ["Pasco", "Pinellas"], }, { circuit: "Seventh", counties: ["Flagler", "Putnam", "St. Johns", "Volusia"], }, { circuit: "Eigth", counties: ["Alachua", "Baker", "Bradford", "Gilchrist", "Levy", "Union"], }, { circuit: "Ninth", counties: ["Orange", "Osceola"], }, { circuit: "Tenth", counties: ["Hardee", "Highlands", "Polk"], }, { circuit: "Eleventh", counties: ["Miami-Dade"], }, { circuit: "Twelfth", counties: ["DeSoto", "Manatee", "Sarasota"], }, { circuit: "Thirteenth", counties: ["Hillsborough"], }, { circuit: "Fourteenth", counties: ["Bay", "Calhoun", "Gulf", "Holmes", "Jackson", "Washington"], }, { circuit: "Fifteenth", counties: ["Palm Beach"], }, { circuit: "Sixteenth", counties: ["Monroe"], }, { circuit: "Seventeenth", counties: ["Broward"], }, { circuit: "Eighteenth", counties: ["Brevard", "Seminole"], }, { circuit: "Nineteenth", counties: ["Indian River", "Martin", "Okeechobee", "St. Lucie"], }, { circuit: "Twentieth", counties: ["Charlotte", "Collier", "Glades", "Hendry", "Lee"], }, ]; export const michiganCourts = [ { circuit: "1st", counties: ["Hillsdale County"], }, { circuit: "2nd", counties: ["Berrien County"], }, { circuit: "3rd", counties: ["Wayne County"], }, { circuit: "4th", counties: ["Jackson County"], }, { circuit: "5th", counties: ["Barry County"], }, { circuit: "6th", counties: ["Oakland County"], }, { circuit: "7th", counties: ["Genesee County"], }, { circuit: "8th", counties: ["Ionia County", "Montcalm County"], }, { circuit: "9th", counties: ["Kalamazoo County"], }, { circuit: "10th", counties: ["Saginaw County"], }, { circuit: "11th", counties: [ "Alger County", "Luce County", "Mackinac County", "Schoolcraft County", ], }, { circuit: "12th", counties: ["Baraga County", "Houghton County", "Keweenaw County"], }, { circuit: "13th", counties: ["Antrim County", "Leelanau County", "Grand Traverse County"], }, { circuit: "14th", counties: ["Muskegon County"], }, { circuit: "15th", counties: ["Branch County"], }, { circuit: "16th", counties: ["Macomb County"], }, { circuit: "17th", counties: ["Kent County"], }, { circuit: "18th", counties: ["Bay County"], }, { circuit: "19th", counties: ["Benzie County", "Manistee County"], }, { circuit: "20th", counties: ["Ottawa County"], }, { circuit: "21st", counties: ["Isabella County"], }, { circuit: "22nd", counties: ["Washtenaw County"], }, { circuit: "23rd", counties: [ "Alcona County", "Arenac County", "Iosco County", "Oscoda County", ], }, { circuit: "24th", counties: ["Sanilac County"], }, { circuit: "25th", counties: ["Marquette County"], }, { circuit: "26th", counties: ["Alpena County", "Montmorency County"], }, { circuit: "27th", counties: ["Lake County", "Newaygo County"], }, { circuit: "28th", counties: ["Missaukee County", "Wexford County"], }, { circuit: "29th", counties: ["Clinton County", "Gratiot County"], }, { circuit: "30th", counties: ["Ingham County"], }, { circuit: "31st", counties: ["St. Clair County"], }, { circuit: "32nd", counties: ["Gogebic County", "Ontonagon County"], }, { circuit: "33rd", counties: ["Charlevoix County"], }, { circuit: "34th", counties: ["Ogemaw County", "Roscommon County"], }, { circuit: "35th", counties: ["Shiawasee County"], }, { circuit: "36th", counties: ["Van Buren County"], }, { circuit: "37th", counties: ["Calhoum County"], }, { circuit: "38th", counties: ["Monroe County"], }, { circuit: "39th", counties: ["Lenawee County"], }, { circuit: "40th", counties: ["Lapeer County"], }, { circuit: "41st", counties: ["Dickinson County", "Iron County", "Menominee County"], }, { circuit: "42nd", counties: ["Midland County"], }, { circuit: "43rd", counties: ["Cass County"], }, { circuit: "44th", counties: ["Livingston County"], }, { circuit: "45th", counties: ["St. Joseph County"], }, { circuit: "45th", counties: ["St. Joseph County"], }, { circuit: "46th", counties: ["Crawford County", "Kalkaska County", "Otsego County"], }, { circuit: "47th", counties: ["Delta County"], }, { circuit: "49th", counties: ["Mecosta County", "Osceoloa County"], }, { circuit: "51st", counties: ["Mason County", "Oceana County"], }, { circuit: "52nd", counties: ["Huron County"], }, { circuit: "53rd", counties: ["Cheboygan County", "Presque Isle County"], }, { circuit: "55th", counties: ["Tuscola County"], }, { circuit: "55th", counties: ["Clare County", "Gladwin County"], }, { circuit: "56th", counties: ["Eaton County"], }, { circuit: "57th", counties: ["Emmet County"], }, { circuit: "50th", counties: ["Chippewa County"], }, ]; export const newYorkCounties = [ { name: "Albany County" }, { name: "Allegany County" }, { name: "Bronx County" }, { name: "Broome County" }, { name: "Cattaraugus County" }, { name: "Cayuga County" }, { name: "Chautauqua County" }, { name: "Chemung County" }, { name: "Chenango County" }, { name: "Clinton County" }, { name: "Columbia County" }, { name: "Cortland County" }, { name: "Delaware County" }, { name: "Dutchess County" }, { name: "Erie County" }, { name: "Essex County" }, { name: "Franklin County" }, { name: "Fulton County" }, { name: "Genesee County" }, { name: "Greene County" }, { name: "Hamilton County" }, { name: "Herkimer County" }, { name: "Jefferson County" }, { name: "Kings County" }, { name: "Lewis County" }, { name: "Livingston County" }, { name: "Madison County" }, { name: "Monroe County" }, { name: "Montgomery County" }, { name: "Nassau County" }, { name: "New York County " }, { name: "Niagara County" }, { name: "Oneida County" }, { name: "Onondaga County" }, { name: "Ontario County" }, { anme: "Orange County" }, { name: "Orleans County" }, { name: "Oswego County" }, { name: "Otsego County" }, { name: "Putnam County" }, { name: "Queens County" }, { name: "Rensselaer County" }, { name: "Richmond County" }, { name: "Rockland County" }, { name: "Saint Lawrence County" }, { name: "Saratoga County" }, { name: "Schenectady County" }, { name: "Schoharie County" }, { name: "Schuyler County" }, { name: "Seneca County" }, { name: "Steuben County" }, { name: "Suffolk County" }, { name: "Sullivan County" }, { name: "Tioga County" }, { name: "Tompkins County" }, { name: "Ulster County" }, { name: "Warren County" }, { name: "Washington County" }, { name: "Wayne County" }, { name: "Westchester County" }, { name: "Wyoming County" }, { name: "Yates County" }, ];