Skip to content

Instantly share code, notes, and snippets.

@dmurphy1
dmurphy1 / example_marketo_form_with_overrides.html
Created June 10, 2021 15:05
Example Market form with Global Form Overrides
<!-- 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>
@dmurphy1
dmurphy1 / theme.js
Created June 9, 2021 15:09
Snippet from theme.js
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() {
@dmurphy1
dmurphy1 / Curated_Drupal_Articles.md
Last active February 27, 2019 18:58
Curated Drupal Articles and Podcasts - created for Lightning Skillshare on 2/27/2019
@dmurphy1
dmurphy1 / docker-compose.yml
Created February 9, 2017 21:25
Sample docker-compose.yml for use with Docker4Drupal and savaslabs/node-php-composer image
version: "2"
services:
mariadb:
image: wodby/drupal-mariadb
environment:
MYSQL_RANDOM_ROOT_PASSWORD: 1
MYSQL_DATABASE: drupal
MYSQL_USER: drupal
MYSQL_PASSWORD: drupal