-->`; var formDescription = `\n\n\n`; $('#demoGeneratorFormCode').text(prefix + getDemoRequestFormCode(data) + suffix + formDescription); $('#demoGeneratorFrameCode').text(prefix + getDemoRequestFrameCode(data) + suffix + iFrameDescription); } catch (e) {} return false; } function refreshFormView(formTitle, demoAccountType) { // Set new title for demo form if it provided in `formTitle` input. var formTemplateTitle = $('.cqg-demo__title'); var formTitle = formTitle || 'Start your demo today!'; if (formTemplateTitle) { formTemplateTitle.html(formTitle); } refreshDemoFormAddressControls(demoAccountType); // Changes example image size to cover all demo form content. var exampleCoverImage = $('.example-cover-image'); if (exampleCoverImage && exampleCoverImage[0]?.attributes?.height) { exampleCoverImage[0].attributes.height.value = $('#demoFormTemplateContainer')[0].clientHeight; } } function refreshDemoFormAddressControls(demoAccountType) { // Manipulate with address fields according to demo account type selected value. var demoAccountTypeSelect = $('.cqg-demo__account-type-select'); if (demoAccountTypeSelect) { demoAccountTypeSelect[0].style.display = (demoAccountType == 'userselectable') ? 'inline' : 'none'; } var addressGroup = $('.cqg-demo__address-group'); if (addressGroup) { addressGroup[0].style.display = (demoAccountType == 'standard') ? 'none' : 'inline'; var demoFormTemplate = $('.cqg-demo__form')[0]; var needToDisableAddressFields = (demoAccountType == 'userselectable'); demoFormTemplate.elements['userAddress1'].disabled = needToDisableAddressFields; demoFormTemplate.elements['userAddress2'].disabled = needToDisableAddressFields; demoFormTemplate.elements['userCity'].disabled = needToDisableAddressFields; demoFormTemplate.elements['userRegion'].disabled = needToDisableAddressFields; demoFormTemplate.elements['userZip'].disabled = needToDisableAddressFields; demoFormTemplate.elements['userCountry'].disabled = needToDisableAddressFields; } }
Make it easier for your customers to request a CQG demo account by adding our demo request form to your website. Once the customer has submitted their information, you, the customer, and CQG receive a confirmation. |
|
Step 1: Add your brokerage's information.
Step 2: Copy either iframe or form HTML code to your website. |
Start your demo today!Instructions on how to download and activate your demo account will be sent to the email address that you provided above. v1.3.45000.00001
|