CINXE.COM
<script nonce="c957e9fd037bb226a9d0873edd0b68d9f86811cfeb7400cdcebe0786eecf305f"> // Convert Supporting texts to HTML function convertSupportingText() { var sups = document.querySelectorAll('.fsBody .fsSupporting'); if (sups.length > 0) { sups.forEach(sup => { var text = sup.innerText; var isHtml = /<\/?[a-z][\s\S]*>/i.test(text); if (isHtml) { sup.innerHTML = text; } }) } } // Watch the DOM for an element as the DOM is loading function waitForElement(querySelector, timeout){ return new Promise((resolve, reject)=>{ var timer = false; if(document.querySelectorAll(querySelector).length) return resolve(); const observer = new MutationObserver(()=>{ if(document.querySelectorAll(querySelector).length){ observer.disconnect(); if(timer !== false) clearTimeout(timer); return resolve(); } }); observer.observe(document.body, { childList: true, subtree: true }); if(timeout) timer = setTimeout(()=>{ observer.disconnect(); reject(); }, timeout); }); } // Wait for supporting text to load, and convert it when it does waitForElement(".fsBody .fsSupporting", 3000).then(function(){ convertSupportingText(); }).catch(()=>{ convertSupportingText(); }); // Fallback - convert after DOM loads window.addEventListener('load', function () { convertSupportingText(); }) </script> <div id="fsform-container-5199366" class="fsform-container" data-formid="5199366"></div> <script type="text/javascript" src="//static.formstack.com/forms/forms-renderer/builds/public/form_7285715dc1.js"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-SEJS8BW3MJ"></script><script type="text/javascript" nonce="c957e9fd037bb226a9d0873edd0b68d9f86811cfeb7400cdcebe0786eecf305f"> FSForm.render({"fullscreen":true,"id":5199366,"loggingConfig":{"disabled":false,"sessionSampleRate":1},"shouldAutofocusForm":true,"target":"fsform-container-5199366","viewKey":"sx3hfyBvPd"}, { formResponse: {"error":null,"form":{"analytics":{"baseUrl":"https:\/\/oclc.formstack.com","isEnabled":true,"viewMethod":"hosted"},"id":"5199366","isEncrypted":false,"language":"en","meta":{"ctaParams":"utm_source=formstack&utm_medium=product&utm_campaign=build+your+own","ctaType":"s-prod-form","extra":{"columns":1,"customIdentifier":140688076,"discountCode":null,"fileUploadsPerSubmission":20,"invisibleCaptcha":true,"invisibleCaptchaPublicKey":"6LeINU0bAAAAAFIQNz4Bc_d7mbDzeBMENU3LBZN_","kioskMode":false,"labelPosition":"top","oneQuestion":false,"progressIndicator":false,"promptForLocation":false,"saveAndResume":false,"shareButtons":null,"showReferralBadge":false,"showSecurityLogo":false,"skipValidationBetweenPages":false},"hasEncryptionPassword":false,"hiddenSubmitFields":[{"key":"displayTime","value":"2024-11-23T23:34:20-05:00"}],"isWorkflowForm":false,"isWorkspaceSubmission":null,"redirectUrl":null,"shouldTrackPartialSubmission":null,"stylesheets":null,"submitButtonTitle":"Submit","timezone":"US\/Eastern","welcomeMessage":null},"name":"WorldCat Bibliographic and Authority Record Change Request","password":null,"paymentIntegrations":[],"plugins":[{"id":"963646","name":"Google Analytics","options":{"dtoType":"GoogleAnalyticsPluginDto","isIncomplete":false,"isInitialView":true,"shouldTrackSubmit":true,"trackingId":"G-SEJS8BW3MJ"},"source":"","type":"googleanalytics","url":"\/\/static.formstack.com\/forms\/forms-renderer\/builds\/google-analytics\/googleAnalytics_5bea268f60.js"},{"id":"963647","name":"Campaign Tracking","options":{"dtoType":"UtmTrackingPluginDto","accountId":"794742","analyticsUrl":"https:\/\/formstack.com","campaignMapItems":[{"campaignKey":"campaign_source","fieldIdentifier":"140688741"},{"campaignKey":"campaign_medium","fieldIdentifier":"140688742"},{"campaignKey":"campaign_term","fieldIdentifier":"140688743"},{"campaignKey":"campaign_content","fieldIdentifier":"140688745"},{"campaignKey":"campaign_name","fieldIdentifier":"140688746"},{"campaignKey":"gclid","fieldIdentifier":"140688747"}],"trackingLibUrl":"https:\/\/formstack.com\/js\/fsa.js"},"source":"","type":"utm_tracking","url":"\/\/static.formstack.com\/forms\/forms-renderer\/builds\/campaign-tracking\/campaignTracking_ffa93cdecc.js"}],"portal":null,"publicFileUrl":"\/\/static.formstack.com\/forms\/forms-renderer","sections":[{"calculation":null,"defaultValue":null,"fieldTypeAttributes":{"dtoType":"FieldAttributesSectionDto","content":"","heading":"","labelPosition":"","languageFormat":null,"numColumns":0,"usePageBreak":false},"fields":[],"general":{"autofill":null,"columnSpan":0,"hidden":false,"hideLabel":false,"id":"0","internalLabel":null,"isRootSection":true,"label":"","language":null,"options":[],"readOnly":false,"required":false,"searchConfig":null,"section":"","shouldForceSkipValidation":null,"supportingText":null,"type":"section","unique":false,"useCallout":null},"logic":null,"secureSettings":null},{"calculation":null,"defaultValue":null,"fieldTypeAttributes":{"dtoType":"FieldAttributesSectionDto","content":"","heading":"Your information","labelPosition":"","languageFormat":"default","numColumns":"0","usePageBreak":false},"fields":[{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688061","internalLabel":null,"isRootSection":false,"label":"Institution name and\/or OCLC symbol","language":"en","options":[],"readOnly":false,"required":true,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688058","shouldForceSkipValidation":false,"supportingText":"<a href=\"https:\/\/www.oclc.org\/en\/contacts\/libraries.html\">Find an OCLC symbol &raquo<\/a>","type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":null,"defaultValue":{"dtoType":"DefaultValueNameDto","first":"","initial":"","last":"","middle":"","prefix":"","suffix":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesNameDto","charactersWide":20,"middleInitialRequired":true,"middleNameRequired":true,"prefixRequired":true,"suffixRequired":true,"useMiddleInitial":false,"useMiddleName":false,"usePrefix":false,"useSuffix":false},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688072","internalLabel":null,"isRootSection":false,"label":"Name","language":"en","options":[],"readOnly":false,"required":true,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688058","shouldForceSkipValidation":false,"supportingText":null,"type":"name","unique":false,"useCallout":false},"logic":null,"secureSettings":null},{"calculation":null,"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesEmailDto","charactersWide":50,"confirmationText":"","defaultValue":"","maxLength":0,"placeholderText":"","useConfirmation":false},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688076","internalLabel":null,"isRootSection":false,"label":"Email","language":"en","options":[],"readOnly":false,"required":true,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688058","shouldForceSkipValidation":false,"supportingText":null,"type":"email","unique":false,"useCallout":false},"logic":null,"secureSettings":null},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688078","internalLabel":null,"isRootSection":false,"label":"Phone number","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688058","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688090","internalLabel":null,"isRootSection":false,"label":"OCLC Number (for WorldCat records) or ARN (for Authority records)","language":"en","options":[],"readOnly":false,"required":true,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688058","shouldForceSkipValidation":false,"supportingText":"Located in upper left corner of record, or in field 001. Enter none if listing more than one number below.","type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":"","calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":"","fieldTwoCalculation":"","rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesSelectDto","defaultValue":"","optionCount":1,"optionLayout":"vertical","optionPartToStore":"value","useLabelsAndValues":false,"useOtherOption":false,"useRandomOption":false,"useSearchableOptions":null},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688110","internalLabel":null,"isRootSection":false,"label":"Record format","language":"en","options":[{"label":"","value":""},{"label":"Please select a format:","value":"Please select a format:","imageUrl":null},{"label":"Authority","value":"Authority","imageUrl":null},{"label":"Books","value":"Books","imageUrl":null},{"label":"Computer files","value":"Computer files","imageUrl":""},{"label":"Continuing resources","value":"Continuing resources","imageUrl":""},{"label":"Maps","value":"Maps","imageUrl":""},{"label":"Mixed materials","value":"Mixed materials","imageUrl":""},{"label":"Scores","value":"Scores","imageUrl":""},{"label":"Sound recordings","value":"Sound recordings","imageUrl":""},{"label":"Visual materials","value":"Visual materials","imageUrl":""}],"readOnly":false,"required":true,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688058","shouldForceSkipValidation":false,"supportingText":null,"type":"select","unique":false,"useCallout":false},"logic":null,"secureSettings":null},{"calculation":null,"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextareaDto","columnCount":50,"defaultValue":"","maxLength":0,"minLength":0,"placeholderText":"","rowCount":5},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688374","internalLabel":null,"isRootSection":false,"label":"Requested change, addition, comment, question, or issue (you may use this form to report more than one issue).","language":"en","options":[],"readOnly":false,"required":true,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688058","shouldForceSkipValidation":false,"supportingText":null,"type":"textarea","unique":false,"useCallout":false},"logic":null,"secureSettings":null}],"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688058","internalLabel":null,"isRootSection":false,"label":"","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"","shouldForceSkipValidation":false,"supportingText":null,"type":"section","unique":false,"useCallout":false},"logic":null,"secureSettings":null},{"calculation":null,"defaultValue":null,"fieldTypeAttributes":{"dtoType":"FieldAttributesSectionDto","content":"","heading":"Enter record numbers for duplicates in the boxes below","labelPosition":"","languageFormat":"default","numColumns":"4","usePageBreak":false},"fields":[{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688543","internalLabel":null,"isRootSection":false,"label":"Preferred Record","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688601","internalLabel":null,"isRootSection":false,"label":"Duplicate 1","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688602","internalLabel":null,"isRootSection":false,"label":"Duplicate 2","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688604","internalLabel":null,"isRootSection":false,"label":"Duplicate 3","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688616","internalLabel":null,"isRootSection":false,"label":"Preferred Record","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688620","internalLabel":null,"isRootSection":false,"label":"Duplicate 1","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688628","internalLabel":null,"isRootSection":false,"label":"Duplicate 2","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688632","internalLabel":null,"isRootSection":false,"label":"Duplicate 3","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688614","internalLabel":null,"isRootSection":false,"label":"Preferred Record","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688622","internalLabel":null,"isRootSection":false,"label":"Duplicate 1","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688627","internalLabel":null,"isRootSection":false,"label":"Duplicate 2","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688631","internalLabel":null,"isRootSection":false,"label":"Duplicate 3","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688613","internalLabel":null,"isRootSection":false,"label":"Preferred Record","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688618","internalLabel":null,"isRootSection":false,"label":"Duplicate 1","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688624","internalLabel":null,"isRootSection":false,"label":"Duplicate 2","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688630","internalLabel":null,"isRootSection":false,"label":"Duplicate 3","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688612","internalLabel":null,"isRootSection":false,"label":"Preferred Record","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688617","internalLabel":null,"isRootSection":false,"label":"Duplicate 1","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688623","internalLabel":null,"isRootSection":false,"label":"Duplicate 2","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688629","internalLabel":null,"isRootSection":false,"label":"Duplicate 3","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":null,"defaultValue":null,"fieldTypeAttributes":{"dtoType":"FieldAttributesEmbedRichTextDto","content":"<p>By submitting this form, you are agreeing to the processing of your personal data to be used as described in our <a href=\"https:\/\/www.oclc.org\/content\/legal\/en_us\/privacy\/privacy-statement.html\" target=\"_blank\">OCLC privacy statement<\/a> and <a href=\"https:\/\/www.oclc.org\/content\/legal\/en_us\/privacy\/cookie-statement.html\" target=\"_blank\">OCLC cookie notice<\/a>. <\/p>","shouldProcessSubstitutionTokens":false},"fields":null,"general":{"autofill":null,"columnSpan":"4","hidden":false,"hideLabel":false,"id":"145435687","internalLabel":null,"isRootSection":false,"label":"","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":null,"type":"richtext","unique":false,"useCallout":false},"logic":null,"secureSettings":null},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":true,"hideLabel":false,"id":"140688741","internalLabel":null,"isRootSection":false,"label":"Campaign Source","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":"This hidden field has been added by Attribution to CRM Plugin to store Campaign Source in this Form's submission table","type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":true,"hideLabel":false,"id":"140688742","internalLabel":null,"isRootSection":false,"label":"Campaign Medium","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":"This hidden field has been added by Attribution to CRM Plugin to store Campaign Medium in this Form's submission table","type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":true,"hideLabel":false,"id":"140688743","internalLabel":null,"isRootSection":false,"label":"Campaign Term","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":"This hidden field has been added by Attribution to CRM Plugin to store Campaign Term in this Form's submission table","type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":true,"hideLabel":false,"id":"140688745","internalLabel":null,"isRootSection":false,"label":"Campaign Content","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":"This hidden field has been added by Attribution to CRM Plugin to store Campaign Content in this Form's submission table","type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":true,"hideLabel":false,"id":"140688746","internalLabel":null,"isRootSection":false,"label":"Campaign Name","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":"This hidden field has been added by Attribution to CRM Plugin to store Campaign Name in this Form's submission table","type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}},{"calculation":{"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"rules":[]},"defaultValue":{"dtoType":"DefaultValueStringDto","value":""},"fieldTypeAttributes":{"dtoType":"FieldAttributesTextDto","autocompleteOptions":null,"calculationAllowNegatives":0,"calculationCategory":"text","calculationOperator":"","calculationUnits":"","charactersWide":50,"confirmationText":"","defaultValue":"","fieldOneCalculation":0,"fieldTwoCalculation":0,"maxLength":0,"minLength":0,"placeholderText":""},"fields":null,"general":{"autofill":null,"columnSpan":"1","hidden":true,"hideLabel":false,"id":"140688747","internalLabel":null,"isRootSection":false,"label":"GCLID (Google Click Identifier)","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"140688517","shouldForceSkipValidation":false,"supportingText":"This hidden field has been added by Attribution to CRM Plugin to store GCLID (Google Click Identifier) in this Form's submission table","type":"text","unique":false,"useCallout":false},"logic":null,"secureSettings":{"hideInputCharacters":false,"removeDataFromEmailNotifications":false,"requireConfirmation":false,"restrictDataAccess":false}}],"general":{"autofill":null,"columnSpan":"1","hidden":false,"hideLabel":false,"id":"140688517","internalLabel":null,"isRootSection":false,"label":"","language":"en","options":[],"readOnly":false,"required":false,"searchConfig":{"canSearchOptions":false,"useRemoteSearch":false},"section":"","shouldForceSkipValidation":false,"supportingText":null,"type":"section","unique":false,"useCallout":false},"logic":null,"secureSettings":null}],"shouldDisableSubmission":null,"submitUrl":"https:\/\/oclc.formstack.com\/forms\/index.php","theme":{"backgroundImage":"","backgroundImageRepeat":"repeat","bodyBgColor":"#ffffff","buttonBgColor":"#007dba","buttonBorder":"1px","buttonBorderColor":"transparent","buttonColor":"#ffffff","buttonFontSize":"18px","buttonFontStyle":"normal","buttonFontVariant":"","buttonFontWeight":"700","buttonPaddingLeftRight":"24px","buttonPaddingTopBottom":"16px","buttonRoundedCorners":"3px","colorMain":"#333f48","customCss":"\/* Variables *\/\n:root {\n\t--color-error: #A1224E;\n --color-error-contrast: #FFF;\n\t--color-error-subtle: #F2DEE0;\n --color-error-subtle-contrast: #A1224E;\n\t--text-primary: rgba(0,15,26, 0.8);\n --text-secondary: rgba(0,15,26, 0.65);\n --text-tertiary: rgba(0,15,26, 0.5);\n}\n\n\/* Override bootstrap *\/\n.fsBody select[multiple], \n.fsBody select[size] {\n height: 48px;\n}\n\n.fsBody input[type=\"radio\"], \n.fsBody input[type=\"checkbox\"] {\n \/*margin: 0;*\/\n}\n\n\/* Head and description *\/\n.formstack #fsHeaderImage,\n.customjavascript.section #fsHeaderImage {\n display: none;\n}\n\n\/* Form restyling *\/\n.fsBody,\n.fsBody>div {\n\tfont-family: 'Graphik Web', 'Graphik', 'Graphik Regular', 'Lato', Arial, Helvetica, sans-serif;\n}\n\n.fsform-container .fsBody,\n.fsBody .fsForm {\n\tbackground: transparent;\n\tpadding: 0;\n}\n\n.fsBody .fsForm,\n.fsBody #fsHeaderImage {\n max-width: 960px;\n margin-top: 0;\n margin-inline: auto;\n}\n\n.fsBody #fsHeaderImage {\n margin: 1rem auto 2rem;\n}\n\n.fsBody>div {\n padding: 0;\n}\n\n\/* Headings and sections *\/\n.fsBody .fsSectionHeader {\n margin-bottom: 10px !important;\n padding: 0;\n}\n\n.fsBody .fsSectionHeader .fsSectionText h3 {\n margin: 2rem 0 0 !important;\n padding-top: 1rem !important;\n font-size: 24px !important;\n line-height: 28px !important;\n letter-spacing: -0.25px !important;\n border-top: 1px solid #BBBCBC !important;\n}\n\n.fsBody p {\n margin: 1em 0;\n}\n\n\/* -- Fix for hidden fields taking up space *\/\n.fsBody .fsFieldCell:has(>.fsLabel.fsHidden) {\n display: none;\n}\n\n\/* Labels *\/\n.fsBody .fsLabel,\n.fsBody .fsSubFieldGroup label {\n\tfont-weight: bold;\n}\n\n.fsBody label {\n\tfont-weight: normal;\n}\n\n.fsBody .fsLabel,\n.fsBody .eDMUge {\n\tmargin-bottom: 2px;\n}\n\n.fsBody .fsSupporting {\n\tfont-weight: normal;\n\tmargin-top: 4px;\n}\n\n.fsBody .fsSection .fsSectionHeader {\n\tmargin-bottom: 10px;\n\tpadding-left: 0;\n}\n\n.fsBody .iJnrIX {\n\tfont-size: 16px;\n}\n\n.fsBody .fsLabelVertical .fsSubField label {\n\tfont-weight: normal;\n}\n\n\/* Inputs *\/\n.fsBody input[type=\"text\"],\n.fsBody input[type=\"email\"],\n.fsBody input[type=\"number\"],\n.fsBody input[type=\"tel\"],\n.fsBody textarea {\n font-size: 16px;\n min-height: 48px;\n box-sizing: border-box;\n}\n\n.fsBody textarea {\n line-height: 1.5;\n}\n\n.fsBody .fsOptionLabel {\n gap: 4px;\n line-height: 1.5;\n align-items: start;\n}\n\n.fsBody fieldset {\n background: transparent;\n}\n\n\/* Buttons *\/\n.fsBody button {\n background: unset; \n text-shadow: none;\n box-shadow: unset;\n}\n\n.fsBody button.fsPreviousButton,\n.fsBody button.fsNextButton,\n.fsBody input.fsSubmitButton {\n\tfont-size: 18px !important;\n\tline-height: 1;\n\tfont-weight: 700;\n\tfont-style: normal;\n\tcursor: pointer;\n\tpadding: 16px 24px;\n\tbackground-image: none !important;\n\tbox-shadow: none !important;\n\ttext-shadow: none !important;\n\ttransition: 0.1s;\n}\n\n.fsBody input[type=\"button\"],\n.fsBody button,\n.fsBody .fsSubmitButton {\n\tborder-radius: 0px !important;\n}\n\n.fsBody .fsSubmitButton {\n\tfloat: left;\n\tmargin: 0 !important;\n\tbackground: #007DBA !important;\n\tcolor: #ffffff !important;\n}\n\n.fsBody .fsSubmitButton:hover {\n\tbackground: #4C8C2B !important;\n}\n\n.fsBody button.fsPreviousButton,\n.fsBody button.fsNextButton {\n\tbackground: #ffffff !important;\n\tborder: 1px solid #007dba !important;\n\tcolor: #007dba !important;\n}\n\n.fsBody button.fsPreviousButton:hover,\n.fsBody button.fsNextButton:hover {\n\tborder-color: #005da1 !important;\n\tbackground: #005da1 !important;\n\tcolor: #ffffff !important;\n}\n\n.fsBody p label.fsLabel.fsRequiredLabel span {\n\tmargin-left: 2.5px !important;\n\tfont-size: 16px;\n}\n\n.fsBody p label.fsLabel.fsRequiredLabel span,\n.fsBody .fsRequiredMarker,\n.fsBody .eLfYtb {\n\tcolor: var(--color-error);\n}\n\n.fsBody .fsSubmit {\n margin-top: 24px;\n}\n\n\/* Errors *\/\n.fsBody .fsValidationError,\n.fsBody .jvYmKN {\n\tborder-color: var(--color-error-subtle-contrast);\n\tbackground: var(--color-error-subtle);\n\tcolor: var(--text-primary);\n\tline-height: 1.2;\n\tpadding: 6px;\n}\n\n.fsBody .jvYmKN {\n padding: 16px;\n}\n\n.fsBody .VCTbb,\n.fsBody .eIQRiJ,\n.fsBody .eLfYtb,\n.fsBody .iuDdpQ,\n.fsBody .cWlujd:hover .MuiOutlinedInput-notchedOutline,\n.fsBody .cWlujd.Mui-error .MuiOutlinedInput-notchedOutline,\n.fsBody .cWlujd.Mui-focused .MuiOutlinedInput-notchedOutline {\n\tborder-color: var(--color-error) !important;\n}\n\n.fsBody .hHtLJw {\n background-color: var(--color-error);\n}\n\n.fsBody .fKiwiJ {\n color: var(--color-error-subtle-contrast);\n}\n\n\/* Error icon *\/\n.fsBody .cuwIOM,\n.fsBody .VCTbb {\n\tbackground-image: url(\"data:image\/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMDAwcHgiIGhlaWdodD0iMTAwMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjQTEyMjRFIiBkPSJNNDk5LjcsMEMyMjMuNiwwLDAsMjIzLjYsMCw0OTkuN0MwLDc3NS44LDIyMy42LDEwMDAsNDk5LjcsMTAwMFMxMDAwLDc3Ni40LDEwMDAsNDk5LjdDMTAwMCwyMjMuNiw3NzYuNCwwLDQ5OS43LDB6CgkgTTUwMC4zLDc3NWMtNDEuNiwwLTc1LTMzLjQtNzUtNzVzMzMuNC03NSw3NS03NXM3NSwzMy40LDc1LDc1UzU0MS45LDc3NSw1MDAuMyw3NzV6IE01NzQsNDg4YzAsNDEuNC0zMy42LDc1LTc1LDc1aDAKCWMtNDEuNCwwLTc1LTMzLjYtNzUtNzVWMjYzYzAtNDEuNCwzMy42LTc1LDc1LTc1aDBjNDEuNCwwLDc1LDMzLjYsNzUsNzVWNDg4eiIvPgo8L3N2Zz4K\")\n}\n\n\/* Override jq ui *\/\n.MuiInputBase-root>input:not([type=\"checkbox\"]):not([type=\"radio\"]):not([type=\"file\"]):focus,\ninput[type=\"button\"]:not([type=\"checkbox\"]):not([type=\"radio\"]):not([type=\"file\"]):focus {\n\tborder: none;\n}\n\n\/* reCAPTCHA badge inline *\/\n.fsBody .grecaptcha-badge {\n position: relative !important;\n inset: unset !important;\n box-shadow: none !important;\n border-radius: 0 !important;\n}\n\n","errorBackgroundColor":"#fae9e9","errorColorPrimary":"#ff3C3C","errorColorSecondary":"#15232b","extraneousPrimaryColor":"#595d64","extraneousSecondaryColor":"#d4d4d4","extraneousTertiaryColor":"#eaeaea","fieldBgColor":"#ffffff","fieldBorder":"1px","fieldBorderColor":"#bbbcbc","fieldColor":"#333f48","fieldFontStyle":"normal","fieldFontVariant":"","fieldFontWeight":"400","fieldRequiredBgColor":"#ffffff","fieldRequiredBorder":"1px","fieldRequiredBorderColor":"#bbbcbc","fieldRoundedCorners":"0px","focusHighlightColor":"#fae1cd","focusHighlightOpacity":0,"fontService":"google","fontWeights":"700,400","footerImageAlignment":"","footerImageHeight":"","footerImageUrl":"","footerImageWidth":"","formAlignment":"center","formBgColor":"#ffffff","formBgColorOpacity":1,"formBorder":"1px","formBorderColor":"transparent","formBorderRoundedCorners":"0px","globalFont":"Lato","globalFontSize":6,"globalRoundedCorners":"0px","globalSpacing":2,"headerImageAlignment":"","headerImageHeight":"40px","headerImageUrl":"https:\/\/s3.amazonaws.com\/files.formstack.com\/public\/794742\/778367_tmpl_head_660d61693e6f0.","headerImageWidth":"122px","inputFocusHighlightColor":"#0197EC","isNoStyleStrict":false,"labelRequiredColor":"#a1224e","labelRequiredFontSize":"16px","matrixLabelColumnPosition":"center","matrixLabelRowPosition":"right","placeholderTextColor":"","productPriceColor":"#595d64","ratingIconColor":"#595d64","ratingIconSize":"25px","readOnlyFieldBgColor":"transparent","saveAndResumeButtonBackgroundColor":"#eaeaea","saveAndResumeButtonTextColor":"#595d64","sectionBgColor":"transparent","sectionColor":"#595d64","sectionHeadingAlignment":"left","sectionHeadingColor":"#333f48","sectionHeadingFontStyle":"normal","sectionHeadingFontVariant":"","sectionHeadingFontWeight":"400","sectionHeadingSize":"26px","sectionRoundedCorners":"0px","sizeField":"16px","sizeLabel":"18px","spacing":"10px","successBackgroundColor":"#eefaf5","successColorPrimary":"#21B573","successColorSecondary":"#eefaf5","supportingTextColor":"#333f48","supportingTextFontSize":"14px","supportingTextFontStyle":"normal","supportingTextFontVariant":"","supportingTextFontWeight":"","transitionDuration":"0s","transitionSpacingRightLeft":"10px","transitionSpacingTopBottom":"10px"},"url":"https:\/\/oclc.formstack.com","version":"4","viewKey":"sx3hfyBvPd","workflows":null},"isCached":true,"success":true}, } ); (function(){ var link = document.createElement('link'); link.rel = 'stylesheet'; link.href = '//fonts.googleapis.com/css?family=Lato:700,400'; document.querySelector('head').appendChild(link); })(); </script> </body> </html>