Skip to content

Instantly share code, notes, and snippets.

@ray-peters
Last active October 1, 2015 00:56
Show Gist options
  • Save ray-peters/93c63ede6b3c5c9583ff to your computer and use it in GitHub Desktop.
Save ray-peters/93c63ede6b3c5c9583ff to your computer and use it in GitHub Desktop.
/* place this in footer scripts */
$( document ).ready( function() {
$(".container:has(form[action*='form_processor.php'])" )
.attr( "id", "signup-form" )
.attr( "name", "signup-form" );
$( "a[href*='jump-to-signup-form']" ).attr( "href", "#signup-form" );
} );
/* name your link URL something like: http://jump-to-signup-form.com */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment