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
<script> | |
// Change the message when a REQUIRED field is empty. Replace `ID_OF_FORM_FIELD` with your form field ID. | |
window.ub.form.validationMessages.ID_OF_FORM_FIELD.required = 'You forgot to enter your name!'; | |
// Change the message when a field is invalid. Replace `ID_OF_FORM_FIELD` with your form field ID. | |
window.ub.form.validationMessages.ID_OF_FORM_FIELD.email = "That doesn't seem to be a valid email!"; | |
// Change the message when a field is invalid. Replace `ID_OF_FORM_FIELD` with your form field ID. | |
window.ub.form.validationMessages.ID_OF_FORM_FIELD.phone = "That doesn't seem to be a valid phone number!"; |
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
<style> | |
.lp-pom-text ul, li { | |
color: ADD COLOR CODE HERE; | |
} | |
</style> |
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
<style> | |
.lp-pom-text ul, li { | |
list-style-type: square !important; | |
} | |
</style> |
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
<script> | |
jQuery($ => { | |
// The speed of the scroll in milliseconds | |
const speed = 1000; | |
$('a[href*="#"]') | |
.filter((i, a) => a.getAttribute('href').startsWith('#') || a.href.startsWith(`${location.href}#`)) | |
.unbind('click.smoothScroll') | |
.bind('click.smoothScroll', event => { | |
const targetId = event.currentTarget.getAttribute('href').split('#')[1]; |
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
<script type="text/javascript"> | |
var _ubad = 'PAGE-DOMAIN-ON-UNBOUNCE'; | |
var _ubaq = _ubaq || []; | |
_ubaq.push(['trackGoal']); | |
(function() { | |
var ub_script = document.createElement('script'); | |
ub_script.type = 'text/javascript'; | |
ub_script.src = '//' + _ubad + '/_ub/static/ets/t.js'; | |
var s = document.getElementsByTagName('script')[0]; | |
s.parentNode.insertBefore(ub_script, s); |
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
<style> | |
/** | |
* Do not remove this section; it allows our team to troubleshoot and track feature adoption. | |
* TS:0001-07-008 | |
*/ | |
@font-face { | |
font-family: 'MyFontName'; | |
src: url('//yoursite.com/fonts/myfont.eot?#iefix') format('embedded-opentype'), |