Skip to content

Instantly share code, notes, and snippets.

@Asherlc
Created September 13, 2012 18:11
Show Gist options
  • Save Asherlc/3716324 to your computer and use it in GitHub Desktop.
Save Asherlc/3716324 to your computer and use it in GitHub Desktop.
Auto Source Code
<script type="text/javascript">
$(function() {
$('#signup').trilogyForm({
redirectOptions: {
parameterMap: {
refcode: 'ReferrerSourceCode',
sc: 'ReferrerSourceCode'
}
}
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment