Skip to content

Instantly share code, notes, and snippets.

@ngalluzzo
Last active August 29, 2015 14:22
Show Gist options
  • Save ngalluzzo/aa71531a71cd701326bf to your computer and use it in GitHub Desktop.
Save ngalluzzo/aa71531a71cd701326bf to your computer and use it in GitHub Desktop.
Replace Signup href
$(document).on('knack-view-render.any', function () {
$('a.register').attr("href", "https://yourcustomURLhere")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment