Submit

“use strict”;

var positionImage = function positionImage(imageEl) {
var imageDimensions = imageEl.dataset.imageDimensions.split(‘x’);
var originalWidth = imageDimensions[0];
var originalHeight = imageDimensions[1];
var focalPoint = imageEl.dataset.imageFocalPoint.split(‘,’);
var focalPointX = focalPoint[0];
var focalPointY = focalPoint[1];
var parentNode = imageEl.parentNode;

var scale = function () {
var imageRatio = originalWidth / originalHeight;
var parentClientSize = {
height: parentNode.clientHeight,
width: parentNode.clientWidth
};
var parentRatio = parentClientSize.width / parentClientSize.height;

if (imageRatio > parentRatio) {
return parentClientSize.height / originalHeight;
}

return parentClientSize.width / originalWidth;
}();

var getRelativeOffset = function getRelativeOffset() {
var targetWidth = Math.ceil(originalWidth * scale);
var targetHeight = Math.ceil(originalHeight * scale);
var parentDimensionWidth = parentNode.offsetWidth;
var parentDimensionHeight = parentNode.offsetHeight;
var overflowWidth = targetWidth – parentDimensionWidth;
var overflowHeight = targetHeight – parentDimensionHeight;
var valueX;

if (overflowWidth === 0) {
valueX = focalPointX;
} else {
valueX = Math.max(Math.min(targetWidth * focalPointX – parentDimensionWidth * 0.5, overflowWidth), 0) / overflowWidth;
}

var valueY;

if (overflowHeight === 0) {
valueY = focalPointY;
} else {
valueY = Math.max(Math.min(targetHeight * focalPointY – parentDimensionHeight * 0.5, overflowHeight), 0) / overflowHeight;
}

return {
valueX: valueX,
valueY: valueY
};
};

var relativeOffset = getRelativeOffset();
var valueX = relativeOffset.valueX;
var valueY = relativeOffset.valueY;
imageEl.style.objectPosition = “”.concat(valueX * 100, “% “).concat(valueY * 100, “%”);
Object.assign(imageEl.style, {
height: ‘100%’,
width: ‘100%’,
objectFit: ‘cover’,
});
};

Submit Your Historical Documents to the Lafayette County Digital Museum

.fe-644fb91a3878f0c597bd42bc {
–grid-gutter: calc(var(–sqs-mobile-site-gutter, 6vw) – 11.0px);
–cell-max-width: calc( ( var(–sqs-site-max-width, 1500px) – (11.0px * (8 – 1)) ) / 8 );

display: grid;
position: relative;
grid-area: 1/1/-1/-1;
grid-template-rows: repeat(14,minmax(24px, auto));
grid-template-columns:
minmax(var(–grid-gutter), 1fr)
repeat(8, minmax(0, var(–cell-max-width)))
minmax(var(–grid-gutter), 1fr);
row-gap: 11.0px;
column-gap: 11.0px;
}

@media (min-width: 768px) {
.background-width–inset .fe-644fb91a3878f0c597bd42bc {
–inset-padding: calc(var(–sqs-site-gutter) * 2);
}

.fe-644fb91a3878f0c597bd42bc {
–grid-gutter: calc(var(–sqs-site-gutter, 4vw) – 11.0px);
–cell-max-width: calc( ( var(–sqs-site-max-width, 1500px) – (11.0px * (24 – 1)) ) / 24 );
–inset-padding: 0vw;

–row-height-scaling-factor: 0.0215;
–container-width: min(var(–sqs-site-max-width, 1500px), calc(100vw – var(–sqs-site-gutter, 4vw) * 2 – var(–inset-padding) ));

grid-template-rows: repeat(7,minmax(calc(var(–container-width) * var(–row-height-scaling-factor)), auto));
grid-template-columns:
minmax(var(–grid-gutter), 1fr)
repeat(24, minmax(0, var(–cell-max-width)))
minmax(var(–grid-gutter), 1fr);
}
}

.fe-block-644fb91a1439af0ccff2ce3a {
grid-area: 1/2/15/10;
z-index: 0;
}

.fe-block-644fb91a1439af0ccff2ce3a .sqs-block {
justify-content: flex-start;
}

.fe-block-644fb91a1439af0ccff2ce3a .sqs-block-alignment-wrapper {
align-items: flex-start;
}

@media (min-width: 768px) {
.fe-block-644fb91a1439af0ccff2ce3a {
grid-area: 1/5/8/23;
z-index: 0;
}

.fe-block-644fb91a1439af0ccff2ce3a .sqs-block {
justify-content: flex-start;
}

.fe-block-644fb91a1439af0ccff2ce3a .sqs-block-alignment-wrapper {
align-items: flex-start;
}
}

Welcoming Submissions From the Community!

The Museum welcomes anyone to submit images or scans that cover the vast history of Oxford and Lafayette County. Submissions could be family photos, journal entries, land deeds, even a hand-drawn sketch. Museum volunteers will review all submissions on a quarterly basis, then update the site with any new entries that should be preserved in this program. Please use both our submittal forms below with any submissions, including possible dates, locations and topics for our records.

.fe-635809d2f65b3c4a0b151633 {
–grid-gutter: calc(var(–sqs-mobile-site-gutter, 6vw) – 11.0px);
–cell-max-width: calc( ( var(–sqs-site-max-width, 1500px) – (11.0px * (8 – 1)) ) / 8 );

display: grid;
position: relative;
grid-area: 1/1/-1/-1;
grid-template-rows: repeat(16,minmax(24px, auto));
grid-template-columns:
minmax(var(–grid-gutter), 1fr)
repeat(8, minmax(0, var(–cell-max-width)))
minmax(var(–grid-gutter), 1fr);
row-gap: 11.0px;
column-gap: 11.0px;
}

@media (min-width: 768px) {
.background-width–inset .fe-635809d2f65b3c4a0b151633 {
–inset-padding: calc(var(–sqs-site-gutter) * 2);
}

.fe-635809d2f65b3c4a0b151633 {
–grid-gutter: calc(var(–sqs-site-gutter, 4vw) – 11.0px);
–cell-max-width: calc( ( var(–sqs-site-max-width, 1500px) – (11.0px * (24 – 1)) ) / 24 );
–inset-padding: 0vw;

–row-height-scaling-factor: 0.0215;
–container-width: min(var(–sqs-site-max-width, 1500px), calc(100vw – var(–sqs-site-gutter, 4vw) * 2 – var(–inset-padding) ));

grid-template-rows: repeat(32,minmax(calc(var(–container-width) * var(–row-height-scaling-factor)), auto));
grid-template-columns:
minmax(var(–grid-gutter), 1fr)
repeat(24, minmax(0, var(–cell-max-width)))
minmax(var(–grid-gutter), 1fr);
}
}

.fe-block-yui_3_17_2_1_1666704590623_91775 {
grid-area: 1/2/17/10;
z-index: 1;
}

.fe-block-yui_3_17_2_1_1666704590623_91775 .sqs-block {
justify-content: flex-start;
}

.fe-block-yui_3_17_2_1_1666704590623_91775 .sqs-block-alignment-wrapper {
align-items: flex-start;
}

@media (min-width: 768px) {
.fe-block-yui_3_17_2_1_1666704590623_91775 {
grid-area: 1/2/33/11;
z-index: 1;
}

.fe-block-yui_3_17_2_1_1666704590623_91775 .sqs-block {
justify-content: flex-start;
}

.fe-block-yui_3_17_2_1_1666704590623_91775 .sqs-block-alignment-wrapper {
align-items: flex-start;
}
}

{“formId”:”635809daf65b3c4a0b15164e”,”useLightbox”:false,”secureUrl”:”https://star-ranunculus-584j.squarespace.com”,”formSubmitButtonText”:”Submit”,”successRedirect”:””,”formSubmissionMessage”:{“html”:”

Thank you! Someone should contact you in thirty days to let you know the status of your submittal.

“},”useFormsJs”:true,”buttonAlignment”:”center”,”formFieldFormats”:{“countries”:[{“name”:”Afghanistan”,”code”:”AF”,”phoneCode”:”+93″},{“name”:”Åland Islands”,”code”:”AX”,”phoneCode”:”+358″},{“name”:”Albania”,”code”:”AL”,”phoneCode”:”+355″},{“name”:”Algeria”,”code”:”DZ”,”phoneCode”:”+213″},{“name”:”American Samoa”,”code”:”AS”,”phoneCode”:”+1″},{“name”:”Andorra”,”code”:”AD”,”phoneCode”:”+376″},{“name”:”Angola”,”code”:”AO”,”phoneCode”:”+244″},{“name”:”Anguilla”,”code”:”AI”,”phoneCode”:”+1″},{“name”:”Antigua & Barbuda”,”code”:”AG”,”phoneCode”:”+1″},{“name”:”Argentina”,”code”:”AR”,”phoneCode”:”+54″},{“name”:”Armenia”,”code”:”AM”,”phoneCode”:”+374″},{“name”:”Aruba”,”code”:”AW”,”phoneCode”:”+297″},{“name”:”Ascension Island”,”code”:”AC”,”phoneCode”:”+247″},{“name”:”Australia”,”code”:”AU”,”phoneCode”:”+61″},{“name”:”Austria”,”code”:”AT”,”phoneCode”:”+43″},{“name”:”Azerbaijan”,”code”:”AZ”,”phoneCode”:”+994″},{“name”:”Bahamas”,”code”:”BS”,”phoneCode”:”+1″},{“name”:”Bahrain”,”code”:”BH”,”phoneCode”:”+973″},{“name”:”Bangladesh”,”code”:”BD”,”phoneCode”:”+880″},{“name”:”Barbados”,”code”:”BB”,”phoneCode”:”+1″},{“name”:”Belarus”,”code”:”BY”,”phoneCode”:”+375″},{“name”:”Belgium”,”code”:”BE”,”phoneCode”:”+32″},{“name”:”Belize”,”code”:”BZ”,”phoneCode”:”+501″},{“name”:”Benin”,”code”:”BJ”,”phoneCode”:”+229″},{“name”:”Bermuda”,”code”:”BM”,”phoneCode”:”+1″},{“name”:”Bhutan”,”code”:”BT”,”phoneCode”:”+975″},{“name”:”Bolivia”,”code”:”BO”,”phoneCode”:”+591″},{“name”:”Bosnia & Herzegovina”,”code”:”BA”,”phoneCode”:”+387″},{“name”:”Botswana”,”code”:”BW”,”phoneCode”:”+267″},{“name”:”Brazil”,”code”:”BR”,”phoneCode”:”+55″},{“name”:”British Indian Ocean Territory”,”code”:”IO”,”phoneCode”:”+246″},{“name”:”British Virgin Islands”,”code”:”VG”,”phoneCode”:”+1″},{“name”:”Brunei”,”code”:”BN”,”phoneCode”:”+673″},{“name”:”Bulgaria”,”code”:”BG”,”phoneCode”:”+359″},{“name”:”Burkina Faso”,”code”:”BF”,”phoneCode”:”+226″},{“name”:”Burundi”,”code”:”BI”,”phoneCode”:”+257″},{“name”:”Cambodia”,”code”:”KH”,”phoneCode”:”+855″},{“name”:”Cameroon”,”code”:”CM”,”phoneCode”:”+237″},{“name”:”Canada”,”code”:”CA”,”phoneCode”:”+1″},{“name”:”Cape Verde”,”code”:”CV”,”phoneCode”:”+238″},{“name”:”Caribbean Netherlands”,”code”:”BQ”,”phoneCode”:”+599″},{“name”:”Cayman Islands”,”code”:”KY”,”phoneCode”:”+1″},{“name”:”Central African Republic”,”code”:”CF”,”phoneCode”:”+236″},{“name”:”Chad”,”code”:”TD”,”phoneCode”:”+235″},{“name”:”Chile”,”code”:”CL”,”phoneCode”:”+56″},{“name”:”China”,”code”:”CN”,”phoneCode”:”+86″},{“name”:”Christmas Island”,”code”:”CX”,”phoneCode”:”+61″},{“name”:”Cocos (Keeling) Islands”,”code”:”CC”,”phoneCode”:”+61″},{“name”:”Colombia”,”code”:”CO”,”phoneCode”:”+57″},{“name”:”Comoros”,”code”:”KM”,”phoneCode”:”+269″},{“name”:”Congo – Brazzaville”,”code”:”CG”,”phoneCode”:”+242″},{“name”:”Congo – Kinshasa”,”code”:”CD”,”phoneCode”:”+243″},{“name”:”Cook Islands”,”code”:”CK”,”phoneCode”:”+682″},{“name”:”Costa Rica”,”code”:”CR”,”phoneCode”:”+506″},{“name”:”Côte d’Ivoire”,”code”:”CI”,”phoneCode”:”+225″},{“name”:”Croatia”,”code”:”HR”,”phoneCode”:”+385″},{“name”:”Cuba”,”code”:”CU”,”phoneCode”:”+53″},{“name”:”Curaçao”,”code”:”CW”,”phoneCode”:”+599″},{“name”:”Cyprus”,”code”:”CY”,”phoneCode”:”+357″},{“name”:”Czechia”,”code”:”CZ”,”phoneCode”:”+420″},{“name”:”Denmark”,”code”:”DK”,”phoneCode”:”+45″},{“name”:”Djibouti”,”code”:”DJ”,”phoneCode”:”+253″},{“name”:”Dominica”,”code”:”DM”,”phoneCode”:”+1″},{“name”:”Dominican Republic”,”code”:”DO”,”phoneCode”:”+1″},{“name”:”Ecuador”,”code”:”EC”,”phoneCode”:”+593″},{“name”:”Egypt”,”code”:”EG”,”phoneCode”:”+20″},{“name”:”El Salvador”,”code”:”SV”,”phoneCode”:”+503″},{“name”:”Equatorial Guinea”,”code”:”GQ”,”phoneCode”:”+240″},{“name”:”Eritrea”,”code”:”ER”,”phoneCode”:”+291″},{“name”:”Estonia”,”code”:”EE”,”phoneCode”:”+372″},{“name”:”Eswatini”,”code”:”SZ”,”phoneCode”:”+268″},{“name”:”Ethiopia”,”code”:”ET”,”phoneCode”:”+251″},{“name”:”Falkland Islands”,”code”:”FK”,”phoneCode”:”+500″},{“name”:”Faroe Islands”,”code”:”FO”,”phoneCode”:”+298″},{“name”:”Fiji”,”code”:”FJ”,”phoneCode”:”+679″},{“name”:”Finland”,”code”:”FI”,”phoneCode”:”+358″},{“name”:”France”,”code”:”FR”,”phoneCode”:”+33″},{“name”:”French Guiana”,”code”:”GF”,”phoneCode”:”+594″},{“name”:”French Polynesia”,”code”:”PF”,”phoneCode”:”+689″},{“name”:”Gabon”,”code”:”GA”,”phoneCode”:”+241″},{“name”:”Gambia”,”code”:”GM”,”phoneCode”:”+220″},{“name”:”Georgia”,”code”:”GE”,”phoneCode”:”+995″},{“name”:”Germany”,”code”:”DE”,”phoneCode”:”+49″},{“name”:”Ghana”,”code”:”GH”,”phoneCode”:”+233″},{“name”:”Gibraltar”,”code”:”GI”,”phoneCode”:”+350″},{“name”:”Greece”,”code”:”GR”,”phoneCode”:”+30″},{“name”:”Greenland”,”code”:”GL”,”phoneCode”:”+299″},{“name”:”Grenada”,”code”:”GD”,”phoneCode”:”+1″},{“name”:”Guadeloupe”,”code”:”GP”,”phoneCode”:”+590″},{“name”:”Guam”,”code”:”GU”,”phoneCode”:”+1″},{“name”:”Guatemala”,”code”:”GT”,”phoneCode”:”+502″},{“name”:”Guernsey”,”code”:”GG”,”phoneCode”:”+44″},{“name”:”Guinea”,”code”:”GN”,”phoneCode”:”+224″},{“name”:”Guinea-Bissau”,”code”:”GW”,”phoneCode”:”+245″},{“name”:”Guyana”,”code”:”GY”,”phoneCode”:”+592″},{“name”:”Haiti”,”code”:”HT”,”phoneCode”:”+509″},{“name”:”Honduras”,”code”:”HN”,”phoneCode”:”+504″},{“name”:”Hong Kong SAR China”,”code”:”HK”,”phoneCode”:”+852″},{“name”:”Hungary”,”code”:”HU”,”phoneCode”:”+36″},{“name”:”Iceland”,”code”:”IS”,”phoneCode”:”+354″},{“name”:”India”,”code”:”IN”,”phoneCode”:”+91″},{“name”:”Indonesia”,”code”:”ID”,”phoneCode”:”+62″},{“name”:”Iran”,”code”:”IR”,”phoneCode”:”+98″},{“name”:”Iraq”,”code”:”IQ”,”phoneCode”:”+964″},{“name”:”Ireland”,”code”:”IE”,”phoneCode”:”+353″},{“name”:”Isle of Man”,”code”:”IM”,”phoneCode”:”+44″},{“name”:”Israel”,”code”:”IL”,”phoneCode”:”+972″},{“name”:”Italy”,”code”:”IT”,”phoneCode”:”+39″},{“name”:”Jamaica”,”code”:”JM”,”phoneCode”:”+1″},{“name”:”Japan”,”code”:”JP”,”phoneCode”:”+81″},{“name”:”Jersey”,”code”:”JE”,”phoneCode”:”+44″},{“name”:”Jordan”,”code”:”JO”,”phoneCode”:”+962″},{“name”:”Kazakhstan”,”code”:”KZ”,”phoneCode”:”+7″},{“name”:”Kenya”,”code”:”KE”,”phoneCode”:”+254″},{“name”:”Kiribati”,”code”:”KI”,”phoneCode”:”+686″},{“name”:”Kosovo”,”code”:”XK”,”phoneCode”:”+383″},{“name”:”Kuwait”,”code”:”KW”,”phoneCode”:”+965″},{“name”:”Kyrgyzstan”,”code”:”KG”,”phoneCode”:”+996″},{“name”:”Laos”,”code”:”LA”,”phoneCode”:”+856″},{“name”:”Latvia”,”code”:”LV”,”phoneCode”:”+371″},{“name”:”Lebanon”,”code”:”LB”,”phoneCode”:”+961″},{“name”:”Lesotho”,”code”:”LS”,”phoneCode”:”+266″},{“name”:”Liberia”,”code”:”LR”,”phoneCode”:”+231″},{“name”:”Libya”,”code”:”LY”,”phoneCode”:”+218″},{“name”:”Liechtenstein”,”code”:”LI”,”phoneCode”:”+423″},{“name”:”Lithuania”,”code”:”LT”,”phoneCode”:”+370″},{“name”:”Luxembourg”,”code”:”LU”,”phoneCode”:”+352″},{“name”:”Macao SAR China”,”code”:”MO”,”phoneCode”:”+853″},{“name”:”Madagascar”,”code”:”MG”,”phoneCode”:”+261″},{“name”:”Malawi”,”code”:”MW”,”phoneCode”:”+265″},{“name”:”Malaysia”,”code”:”MY”,”phoneCode”:”+60″},{“name”:”Maldives”,”code”:”MV”,”phoneCode”:”+960″},{“name”:”Mali”,”code”:”ML”,”phoneCode”:”+223″},{“name”:”Malta”,”code”:”MT”,”phoneCode”:”+356″},{“name”:”Marshall Islands”,”code”:”MH”,”phoneCode”:”+692″},{“name”:”Martinique”,”code”:”MQ”,”phoneCode”:”+596″},{“name”:”Mauritania”,”code”:”MR”,”phoneCode”:”+222″},{“name”:”Mauritius”,”code”:”MU”,”phoneCode”:”+230″},{“name”:”Mayotte”,”code”:”YT”,”phoneCode”:”+262″},{“name”:”Mexico”,”code”:”MX”,”phoneCode”:”+52″},{“name”:”Micronesia”,”code”:”FM”,”phoneCode”:”+691″},{“name”:”Moldova”,”code”:”MD”,”phoneCode”:”+373″},{“name”:”Monaco”,”code”:”MC”,”phoneCode”:”+377″},{“name”:”Mongolia”,”code”:”MN”,”phoneCode”:”+976″},{“name”:”Montenegro”,”code”:”ME”,”phoneCode”:”+382″},{“name”:”Montserrat”,”code”:”MS”,”phoneCode”:”+1″},{“name”:”Morocco”,”code”:”MA”,”phoneCode”:”+212″},{“name”:”Mozambique”,”code”:”MZ”,”phoneCode”:”+258″},{“name”:”Myanmar (Burma)”,”code”:”MM”,”phoneCode”:”+95″},{“name”:”Namibia”,”code”:”NA”,”phoneCode”:”+264″},{“name”:”Nauru”,”code”:”NR”,”phoneCode”:”+674″},{“name”:”Nepal”,”code”:”NP”,”phoneCode”:”+977″},{“name”:”Netherlands”,”code”:”NL”,”phoneCode”:”+31″},{“name”:”New Caledonia”,”code”:”NC”,”phoneCode”:”+687″},{“name”:”New Zealand”,”code”:”NZ”,”phoneCode”:”+64″},{“name”:”Nicaragua”,”code”:”NI”,”phoneCode”:”+505″},{“name”:”Niger”,”code”:”NE”,”phoneCode”:”+227″},{“name”:”Nigeria”,”code”:”NG”,”phoneCode”:”+234″},{“name”:”Niue”,”code”:”NU”,”phoneCode”:”+683″},{“name”:”Norfolk Island”,”code”:”NF”,”phoneCode”:”+672″},{“name”:”Northern Mariana Islands”,”code”:”MP”,”phoneCode”:”+1″},{“name”:”North Korea”,”code”:”KP”,”phoneCode”:”+850″},{“name”:”North Macedonia”,”code”:”MK”,”phoneCode”:”+389″},{“name”:”Norway”,”code”:”NO”,”phoneCode”:”+47″},{“name”:”Oman”,”code”:”OM”,”phoneCode”:”+968″},{“name”:”Pakistan”,”code”:”PK”,”phoneCode”:”+92″},{“name”:”Palau”,”code”:”PW”,”phoneCode”:”+680″},{“name”:”Palestinian Territories”,”code”:”PS”,”phoneCode”:”+970″},{“name”:”Panama”,”code”:”PA”,”phoneCode”:”+507″},{“name”:”Papua New Guinea”,”code”:”PG”,”phoneCode”:”+675″},{“name”:”Paraguay”,”code”:”PY”,”phoneCode”:”+595″},{“name”:”Peru”,”code”:”PE”,”phoneCode”:”+51″},{“name”:”Philippines”,”code”:”PH”,”phoneCode”:”+63″},{“name”:”Poland”,”code”:”PL”,”phoneCode”:”+48″},{“name”:”Portugal”,”code”:”PT”,”phoneCode”:”+351″},{“name”:”Puerto Rico”,”code”:”PR”,”phoneCode”:”+1″},{“name”:”Qatar”,”code”:”QA”,”phoneCode”:”+974″},{“name”:”Réunion”,”code”:”RE”,”phoneCode”:”+262″},{“name”:”Romania”,”code”:”RO”,”phoneCode”:”+40″},{“name”:”Russia”,”code”:”RU”,”phoneCode”:”+7″},{“name”:”Rwanda”,”code”:”RW”,”phoneCode”:”+250″},{“name”:”Samoa”,”code”:”WS”,”phoneCode”:”+685″},{“name”:”San Marino”,”code”:”SM”,”phoneCode”:”+378″},{“name”:”São Tomé & Príncipe”,”code”:”ST”,”phoneCode”:”+239″},{“name”:”Saudi Arabia”,”code”:”SA”,”phoneCode”:”+966″},{“name”:”Senegal”,”code”:”SN”,”phoneCode”:”+221″},{“name”:”Serbia”,”code”:”RS”,”phoneCode”:”+381″},{“name”:”Seychelles”,”code”:”SC”,”phoneCode”:”+248″},{“name”:”Sierra Leone”,”code”:”SL”,”phoneCode”:”+232″},{“name”:”Singapore”,”code”:”SG”,”phoneCode”:”+65″},{“name”:”Sint Maarten”,”code”:”SX”,”phoneCode”:”+1″},{“name”:”Slovakia”,”code”:”SK”,”phoneCode”:”+421″},{“name”:”Slovenia”,”code”:”SI”,”phoneCode”:”+386″},{“name”:”Solomon Islands”,”code”:”SB”,”phoneCode”:”+677″},{“name”:”Somalia”,”code”:”SO”,”phoneCode”:”+252″},{“name”:”South Africa”,”code”:”ZA”,”phoneCode”:”+27″},{“name”:”South Korea”,”code”:”KR”,”phoneCode”:”+82″},{“name”:”South Sudan”,”code”:”SS”,”phoneCode”:”+211″},{“name”:”Spain”,”code”:”ES”,”phoneCode”:”+34″},{“name”:”Sri Lanka”,”code”:”LK”,”phoneCode”:”+94″},{“name”:”St. Barthélemy”,”code”:”BL”,”phoneCode”:”+590″},{“name”:”St. Helena”,”code”:”SH”,”phoneCode”:”+290″},{“name”:”St. Kitts & Nevis”,”code”:”KN”,”phoneCode”:”+1″},{“name”:”St. Lucia”,”code”:”LC”,”phoneCode”:”+1″},{“name”:”St. Martin”,”code”:”MF”,”phoneCode”:”+590″},{“name”:”St. Pierre & Miquelon”,”code”:”PM”,”phoneCode”:”+508″},{“name”:”St. Vincent & Grenadines”,”code”:”VC”,”phoneCode”:”+1″},{“name”:”Sudan”,”code”:”SD”,”phoneCode”:”+249″},{“name”:”Suriname”,”code”:”SR”,”phoneCode”:”+597″},{“name”:”Svalbard & Jan Mayen”,”code”:”SJ”,”phoneCode”:”+47″},{“name”:”Sweden”,”code”:”SE”,”phoneCode”:”+46″},{“name”:”Switzerland”,”code”:”CH”,”phoneCode”:”+41″},{“name”:”Syria”,”code”:”SY”,”phoneCode”:”+963″},{“name”:”Taiwan”,”code”:”TW”,”phoneCode”:”+886″},{“name”:”Tajikistan”,”code”:”TJ”,”phoneCode”:”+992″},{“name”:”Tanzania”,”code”:”TZ”,”phoneCode”:”+255″},{“name”:”Thailand”,”code”:”TH”,”phoneCode”:”+66″},{“name”:”Timor-Leste”,”code”:”TL”,”phoneCode”:”+670″},{“name”:”Togo”,”code”:”TG”,”phoneCode”:”+228″},{“name”:”Tokelau”,”code”:”TK”,”phoneCode”:”+690″},{“name”:”Tonga”,”code”:”TO”,”phoneCode”:”+676″},{“name”:”Trinidad & Tobago”,”code”:”TT”,”phoneCode”:”+1″},{“name”:”Tristan da Cunha”,”code”:”TA”,”phoneCode”:”+290″},{“name”:”Tunisia”,”code”:”TN”,”phoneCode”:”+216″},{“name”:”Turkey”,”code”:”TR”,”phoneCode”:”+90″},{“name”:”Turkmenistan”,”code”:”TM”,”phoneCode”:”+993″},{“name”:”Turks & Caicos Islands”,”code”:”TC”,”phoneCode”:”+1″},{“name”:”Tuvalu”,”code”:”TV”,”phoneCode”:”+688″},{“name”:”U.S. Virgin Islands”,”code”:”VI”,”phoneCode”:”+1″},{“name”:”Uganda”,”code”:”UG”,”phoneCode”:”+256″},{“name”:”Ukraine”,”code”:”UA”,”phoneCode”:”+380″},{“name”:”United Arab Emirates”,”code”:”AE”,”phoneCode”:”+971″},{“name”:”United Kingdom”,”code”:”GB”,”phoneCode”:”+44″},{“name”:”United States”,”code”:”US”,”phoneCode”:”+1″},{“name”:”Uruguay”,”code”:”UY”,”phoneCode”:”+598″},{“name”:”Uzbekistan”,”code”:”UZ”,”phoneCode”:”+998″},{“name”:”Vanuatu”,”code”:”VU”,”phoneCode”:”+678″},{“name”:”Vatican City”,”code”:”VA”,”phoneCode”:”+39″},{“name”:”Venezuela”,”code”:”VE”,”phoneCode”:”+58″},{“name”:”Vietnam”,”code”:”VN”,”phoneCode”:”+84″},{“name”:”Wallis & Futuna”,”code”:”WF”,”phoneCode”:”+681″},{“name”:”Western Sahara”,”code”:”EH”,”phoneCode”:”+212″},{“name”:”Yemen”,”code”:”YE”,”phoneCode”:”+967″},{“name”:”Zambia”,”code”:”ZM”,”phoneCode”:”+260″},{“name”:”Zimbabwe”,”code”:”ZW”,”phoneCode”:”+263″}],”initialPhoneFormat”:{“id”:0,”type”:”PHONE_NUMBER”,”country”:”US”,”labelLocale”:”en-US”,”fields”:[{“type”:”SEPARATOR”,”label”:”(“,”identifier”:”LeftParen”,”length”:0,”required”:false,”metadata”:{}},{“type”:”FIELD”,”label”:”1″,”identifier”:”1″,”length”:3,”required”:false,”metadata”:{}},{“type”:”SEPARATOR”,”label”:”)”,”identifier”:”RightParen”,”length”:0,”required”:false,”metadata”:{}},{“type”:”SEPARATOR”,”label”:” “,”identifier”:”Space”,”length”:0,”required”:false,”metadata”:{}},{“type”:”FIELD”,”label”:”2″,”identifier”:”2″,”length”:3,”required”:false,”metadata”:{}},{“type”:”SEPARATOR”,”label”:”-“,”identifier”:”Dash”,”length”:0,”required”:false,”metadata”:{}},{“type”:”FIELD”,”label”:”3″,”identifier”:”3″,”length”:14,”required”:false,”metadata”:{}}]},”initialAddressFormat”:{“id”:235,”type”:”ADDRESS”,”country”:”US”,”labelLocale”:”en”,”fields”:[{“type”:”FIELD”,”label”:”Address Line 1″,”identifier”:”Line1″,”length”:0,”required”:true,”metadata”:{“autocomplete”:”address-line1″}},{“type”:”SEPARATOR”,”label”:”\n”,”identifier”:”Newline”,”length”:0,”required”:false,”metadata”:{}},{“type”:”FIELD”,”label”:”Address Line 2″,”identifier”:”Line2″,”length”:0,”required”:false,”metadata”:{“autocomplete”:”address-line2″}},{“type”:”SEPARATOR”,”label”:”\n”,”identifier”:”Newline”,”length”:0,”required”:false,”metadata”:{}},{“type”:”FIELD”,”label”:”City”,”identifier”:”City”,”length”:0,”required”:true,”metadata”:{“autocomplete”:”address-level2″}},{“type”:”SEPARATOR”,”label”:”,”,”identifier”:”Comma”,”length”:0,”required”:false,”metadata”:{}},{“type”:”SEPARATOR”,”label”:” “,”identifier”:”Space”,”length”:0,”required”:false,”metadata”:{}},{“type”:”FIELD”,”label”:”State”,”identifier”:”State”,”length”:0,”required”:true,”metadata”:{“autocomplete”:”address-level1″}},{“type”:”SEPARATOR”,”label”:” “,”identifier”:”Space”,”length”:0,”required”:false,”metadata”:{}},{“type”:”FIELD”,”label”:”ZIP Code”,”identifier”:”Zip”,”length”:0,”required”:true,”metadata”:{“autocomplete”:”postal-code”}}]}},”showTitle”:false,”captchaEnabled”:false,”buttonVariant”:””,”formName”:”Donor Submittal”,”objectName”:”yui_3_17_2_1_1666704590623_91775″,”disclaimerMessage”:{“html”:””},”formFields”:[{“type”:”name”,”id”:”name-yui_3_17_2_1_1666714012358_3169″,”locked”:false,”title”:”Name”,”description”:””,”required”:true,”name”:true},{“type”:”email”,”id”:”email-yui_3_17_2_1_1666714012358_3170″,”locked”:false,”title”:”Contact Information”,”description”:”Email address or phone #”,”placeholder”:”JimBlow@wherever.com”,”required”:true,”email”:true},{“type”:”text”,”id”:”text-yui_3_17_2_1_1666714012358_3171″,”locked”:false,”title”:”Description of Item”,”description”:”Please describe the item (photo, document, etc.) you’re going to upload below including size, date, people in the picture, etc.”,”placeholder”:”This is the old Shaw house in 1941″,”required”:true,”text”:true},{“type”:”textarea”,”id”:”textarea-yui_3_17_2_1_1666714012358_3172″,”locked”:false,”title”:”Location of item”,”description”:”Where was/is it in Lafayette County?”,”placeholder”:”145 Co. Rd. 715″,”required”:true,”textarea”:true,”maxLength”:””},{“required”:false,”locked”:false,”description”:”Tell us why you think it should be in the Museum”,”id”:”text-a07ec585-d8d2-4615-8488-7a0f3e07b203″,”text”:true,”type”:”text”,”placeholder”:”This is a picture of my Great Aunt Page at her house that burned down in the 1980s”,”title”:”Significance of item”},{“required”:false,”locked”:false,”description”:”What/who else would be interested”,”id”:”text-d2c5baad-6190-439b-a1d6-10bae0fcb15e”,”text”:true,”type”:”text”,”placeholder”:”Aunt Page had seven children, husband named Fred”,”title”:”Related stories or details”},{“required”:false,”locked”:false,”description”:”Anything else you want to add?”,”id”:”text-c3021fe3-969f-4b48-8a77-eb536f4854f2″,”text”:true,”type”:”text”,”placeholder”:”This was my favorite place to go for holiday meals, best creamed corn anywhere”,”title”:”Other”},{“required”:false,”locked”:false,”description”:””,”id”:”textarea-63b57c20-b2b2-454f-bd65-8d0f03f354f0″,”textarea”:true,”type”:”textarea”,”placeholder”:””,”title”:”By clicking the Submit button below, I agree that the Museum may use the digital image(s) of this item in any non-commercial manner including, but not limited to, displaying it online, in publications or by facsimile online or in-person. I expect no renumeration for the use or display of the item(s) described in this form. The Lafayette County Digital Museum, its related organizations and individuals volunteering for them are not held responsible for the veracity of the information provided herein and may remove this item(s) from exhibit at any time for whatever reason. The Museum is not responsible for any use made by observers of this item online at any time.”}],”collectionId”:”62ba1b34a834e27d7b7ae99c”,”captchaAlignment”:1,”captchaTheme”:1,”lightboxHandleText”:””,”localizedStrings”:{“validation”:{“noValidSelection”:”A valid selection must be made.”,”invalidEmail”:”Email addresses should follow the format user@domain.com.”,”invalidUrl”:”Must be a valid URL.”,”invalidListLength”:”Value should be {0} elements long.”,”allEmpty”:”Please fill out at least one form field.”,”stringTooLong”:”Value should have a length no longer than {0}.”,”missingRequiredQuestion”:”Missing a required question.”,”invalidQuestion”:”Contained an invalid question.”,”captchaFailure”:”Captcha validation failed. Please try again.”,”containsInvalidKey”:”{0} contains an invalid key.”,”stringTooShort”:”Value should have a length of at least {0}.”,”invalidTwitterUsername”:”Must be a valid Twitter username.”,”valueOutsideRange”:”Value must be in the range {0} to {1}.”,”invalid”:”{0} is not valid.”,”invalidPassword”:”Passwords should not contain whitespace.”,”missingRequiredSubfields”:”{0} is missing required subfields: {1}”,”invalidCurrency”:”Currency value should be formatted like 1234 or 123.99.”,”invalidMapSize”:”Value should contain exactly {0} elements.”,”formErrors”:”Form Errors”,”containsInvalidValue”:”{0} contains an invalid value.”,”subfieldsRequired”:”All fields in {0} are required.”,”formSubmissionFailed”:”Form submission failed. Review the following information: {0}.”,”invalidCountryCode”:”Country code should have an optional plus and up to 4 digits.”,”invalidUnsignedNumber”:”Numbers must contain only digits and no other characters.”,”invalidName”:”Valid names contain only letters, numbers, spaces, ‘, or – characters.”,”invalidDate”:”This is not a real date.”,”required”:”{0} is required.”,”invalidStringLength”:”Value should be {0} characters long.”},”submit”:”Submit”,”status”:{“title”:”{@} Block”,”learnMore”:”Learn more”},”name”:{“firstName”:”First Name”,”lastName”:”Last Name”},”address”:{“country”:”Country”,”zipPostalCode”:”Zip/Postal Code”,”address2″:”Address 2″,”address1″:”Address 1″,”city”:”City”,”stateProvince”:”State/Province”},”lightbox”:{“openForm”:”Open Form”},”date”:{“day”:”Day”,”month”:”Month”,”yyyy”:”YYYY”,”year”:”Year”,”dd”:”DD”,”mm”:”MM”},”likert”:{“agree”:”Agree”,”disagree”:”Disagree”,”stronglyDisagree”:”Strongly Disagree”,”stronglyAgree”:”Strongly Agree”,”neutral”:”Neutral”},”time”:{“am”:”AM”,”second”:”Second”,”amPm”:”AM/PM”,”pm”:”PM”,”minute”:”Minute”,”hour”:”Hour”},”cannotSubmitDemoForm”:”This is a demo form and cannot be submitted.”,”notFound”:”Form not found.”,”phone”:{“country”:”Country”,”prefix”:”Prefix”,”areaCode”:”Area Code”,”line”:”Line”},”submitError”:”Unable to submit form. Please try again later.”,”invalidData”:”Invalid form data.”}}

Name

First Name

Last Name

Description of Item

Please describe the item (photo, document, etc.) you’re going to upload below including size, date, people in the picture, etc.

Location of item

Where was/is it in Lafayette County?

Significance of item

Tell us why you think it should be in the Museum

Related stories or details

What/who else would be interested

Other

Anything else you want to add?

By clicking the Submit button below, I agree that the Museum may use the digital image(s) of this item in any non-commercial manner including, but not limited to, displaying it online, in publications or by facsimile online or in-person. I expect no renumeration for the use or display of the item(s) described in this form. The Lafayette County Digital Museum, its related organizations and individuals volunteering for them are not held responsible for the veracity of the information provided herein and may remove this item(s) from exhibit at any time for whatever reason. The Museum is not responsible for any use made by observers of this item online at any time.

.fe-644fb932408a969c9421cf1b {
–grid-gutter: calc(var(–sqs-mobile-site-gutter, 6vw) – 11.0px);
–cell-max-width: calc( ( var(–sqs-site-max-width, 1500px) – (11.0px * (8 – 1)) ) / 8 );

display: grid;
position: relative;
grid-area: 1/1/-1/-1;
grid-template-rows: repeat(12,minmax(24px, auto));
grid-template-columns:
minmax(var(–grid-gutter), 1fr)
repeat(8, minmax(0, var(–cell-max-width)))
minmax(var(–grid-gutter), 1fr);
row-gap: 11.0px;
column-gap: 11.0px;
}

@media (min-width: 768px) {
.background-width–inset .fe-644fb932408a969c9421cf1b {
–inset-padding: calc(var(–sqs-site-gutter) * 2);
}

.fe-644fb932408a969c9421cf1b {
–grid-gutter: calc(var(–sqs-site-gutter, 4vw) – 11.0px);
–cell-max-width: calc( ( var(–sqs-site-max-width, 1500px) – (11.0px * (24 – 1)) ) / 24 );
–inset-padding: 0vw;

–row-height-scaling-factor: 0.0215;
–container-width: min(var(–sqs-site-max-width, 1500px), calc(100vw – var(–sqs-site-gutter, 4vw) * 2 – var(–inset-padding) ));

grid-template-rows: repeat(11,minmax(calc(var(–container-width) * var(–row-height-scaling-factor)), auto));
grid-template-columns:
minmax(var(–grid-gutter), 1fr)
repeat(24, minmax(0, var(–cell-max-width)))
minmax(var(–grid-gutter), 1fr);
}
}

.fe-block-644fb932f1a066371842e7c3 {
grid-area: 1/2/12/10;
z-index: 0;
}

.fe-block-644fb932f1a066371842e7c3 .sqs-block {
justify-content: flex-start;
}

.fe-block-644fb932f1a066371842e7c3 .sqs-block-alignment-wrapper {
align-items: flex-start;
}

@media (min-width: 768px) {
.fe-block-644fb932f1a066371842e7c3 {
grid-area: 1/8/11/20;
z-index: 0;
}

.fe-block-644fb932f1a066371842e7c3 .sqs-block {
justify-content: flex-start;
}

.fe-block-644fb932f1a066371842e7c3 .sqs-block-alignment-wrapper {
align-items: flex-start;
}
}

.fe-block-644fb932d195bdd903a14522 {
grid-area: 12/2/13/10;
z-index: 1;
}

.fe-block-644fb932d195bdd903a14522 .sqs-block {
justify-content: flex-start;
}

.fe-block-644fb932d195bdd903a14522 .sqs-block-alignment-wrapper {
align-items: flex-start;
}

@media (min-width: 768px) {
.fe-block-644fb932d195bdd903a14522 {
grid-area: 11/8/12/20;
z-index: 1;
}

.fe-block-644fb932d195bdd903a14522 .sqs-block {
justify-content: flex-start;
}

.fe-block-644fb932d195bdd903a14522 .sqs-block-alignment-wrapper {
align-items: flex-start;
}
}

https://form.jotform.com/jsform/221777047918163"}” data-block-type=”22″ id=”block-644fb932f1a066371842e7c3″>

 

Design a site like this with WordPress.com
Get started