Professional Cinema Inquiries

{{ headingBlockSlot.videoLinkButton.text }} {{ headingBlockSlot.videoLinkButton.text }}

Thank you for your interest in Dolby® Professional Cinema Products. Please complete the form below to help us direct your request to the appropriate Dolby representative.

// This view acts as a rendering template to render InitScript(and server-side Form's descriptor) in FormContainerBlock's client-side for Form[b831a495-1053-48be-afde-0d9e241300ee]. // TECHNOTE: all serverside (paths, dynamic values) of EPiServerForms will be transfered to client side here in this section. (function initializeOnRenderingFormDescriptor() { // each workingFormInfo is store inside epi.EPiServer.Forms, lookup by its FormGuid var workingFormInfo=epi.EPiServer.Forms["b831a495-1053-48be-afde-0d9e241300ee"] ={ Id: "b831a495-1053-48be-afde-0d9e241300ee" , Name: "Type of Inquiry" , // whether this Form can be submitted which relates to the visitor's data (cookie, identity) and Form's settings (AllowAnonymous, AllowXXX) SubmittableStatus : {"submittable":false,"message":"You cannot submit this form because an administrator has turned off data storage."}, ConfirmMessage: "", ResetConfirmMessage : "", ShowNavigationBar : true, ShowSummarizedData : false, // serialize the dependency configuration of this form to clientside DependenciesInfo : JSON.parse("[]"), // keep all fieldName which are not satisfied the field dependency conditions DependencyInactiveElements: [], // Validation info, for executing validating on client side ValidationInfo : JSON.parse("[{\"targetElementName\":\"__field_12746\",\"targetElementId\":\"cd58fdc7-0254-48a8-b9bb-ab143dde6071\",\"validators\":[{\"type\":\"EPiServer.Forms.Implementation.Validation.RequiredValidator\",\"description\":null,\"model\":{\"message\":\"This field is required.\",\"validationCssClass\":\"ValidationRequired\",\"additionalAttributes\":{\"required\":\"\",\"aria-required\":\"true\"}}}]}]"), // Steps information for driving multiple-step Forms. StepsInfo : { Steps: [{"index":0,"attachedUrl":"/contact-us/dolby-cinema-contact-form/","dependField":null,"dependCondition":null,"isActive":true,"attachedContentLink":"11314","dependValue":null,"elementName":"__field_12752","guid":"8758fbc2-5164-4f86-a1ab-9275ea20f7a5"},{"index":1,"attachedUrl":"/contact-us/dolby-cinema-contact-form/technical-support/","dependField":"__field_12746","dependCondition":"Equals","isActive":true,"attachedContentLink":"12721","dependValue":"Technical Support","elementName":"__field_12758","guid":"47ff0c4c-47eb-44e5-9355-47982e1bbc62"},{"index":2,"attachedUrl":"/contact-us/dolby-cinema-contact-form/sales-support/","dependField":"__field_12746","dependCondition":"Equals","isActive":true,"attachedContentLink":"12720","dependValue":"Sales Support","elementName":"__field_12759","guid":"5d982abe-6622-4087-b5b8-490f51791422"}] }, FieldsExcludedInSubmissionSummary: [], ElementsInfo: JSON.parse("{\"__field_12746\":{\"type\":\"EPiServer.Forms.Implementation.Elements.SelectionElementBlock\",\"friendlyName\":\"Type of Inquiry\",\"customBinding\":false}}"), DataSubmitController: "/EPiServer.Forms/DataSubmit" }; /// TECHNOTE: Calculation at FormInfo level, and these values will be static input for later processing. workingFormInfo.StepsInfo.FormHasNoStep_VirtualStepCreated=false; // this FLAG will be true, if Editor does not put any FormStep. Engine will create a virtual step, with empty GUID workingFormInfo.StepsInfo.FormHasNothing=false; // this FLAG will be true if FormContainer has no element at all workingFormInfo.StepsInfo.AllStepsAreNotLinked=false; // this FLAG will be true, if all steps all have contentLink= ="" (emptyString) epi.EPiServer.SystemSettings = { RequestVerification: { FormFieldName: "__RequestVerificationToken", HeaderName: "RequestVerificationToken" } }; })();
You cannot submit this form because an administrator has turned off data storage.

function reloadEpiFormJs(url) { const dataEl = document.querySelectorAll('[data-id="fsasync"]'); if (!dataEl.length) { var theScript = document.createElement('script'); theScript.src = url; theScript.setAttribute('data-id', 'fsasync'); document.head.appendChild(theScript); } } window.setTimeout(function () { reloadEpiFormJs('/Util/EPiServer.Forms/EPiServerForms.min.js'); }, 3000);