This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- standard form embed --> | |
<script src="//pages.tekscan.com/js/forms2/js/forms2.min.js"></script> | |
<form id="mktoForm_6125"></form> | |
<script>MktoForms2.loadForm("//pages.tekscan.com", "890-IYW-867", 6125);</script> | |
<!-- /standard form embed --> | |
<!-- custom form behaviors --> | |
<script id="teknkl-formsplus-sheets-1.0.0" src="https://www.tekscan.com/forms/teknkl-formsplus-sheets-1.0.0.js"></script> | |
<link id="tekscan-mktoform-styles-core-1.0.0" rel="stylesheet" href="https://www.tekscan.com/forms/7cccbde0f2563ff261ca0bcfbc47a506.css"> | |
<script id="tekscan-mktoform-behaviors-core-1.0.0" src="https://www.tekscan.com/forms/7cccbde0f2563ff261ca0bcfbc47a506.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(window).on('load', function() { | |
// Add data attribute for each Marketo form wrapper. | |
window.FormsPlus = window.FormsPlus || { | |
allDescriptors: {}, | |
allMessages: {}, | |
detours: {} | |
}; | |
/*! @author Sanford Whiteman @license MIT */ | |
FormsPlus.tagWrappers = function tagWrappers() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "2" | |
services: | |
mariadb: | |
image: wodby/drupal-mariadb | |
environment: | |
MYSQL_RANDOM_ROOT_PASSWORD: 1 | |
MYSQL_DATABASE: drupal | |
MYSQL_USER: drupal | |
MYSQL_PASSWORD: drupal |