jquery for petitions gets signatories to the bottom of the page in petitions
<script type="text/javascript">
$( document ).ready(function() {
$( '#signers-page' ).insertAfter( $( '#mainForm' ) ); /* Puts signatures below the form */
});
</script>