Skip to content

Pantherius/Simple-Signup-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Simple Sign Up Form

Responsive jQuery Sign Up Form with email notification.

Features

  • responsive, centered layout
  • option to open the form automatically at the bottom of the page
  • Google Plus Sign Up
  • configurable background color, font sizes, colors via parameters and Visual Builder
  • sign up notification
  • compatible with all major browsers
  • option to lock the screen and force to sign up
  • ajax validation
  • hardware accelerated animation with timer

Usage with Basic Parameters##

<link href="css/ssf.css" rel="stylesheet">
<script type='text/javascript' src='js/jquery-1.11.0.min.js'></script>
<script type="text/javascript" src="js/ssf.min.js"></script>
<script>
$(document).ready(function() {									
	$("body").ssform({"lock":true,"autoopen":true,"preset":"default","hideclose":false,"closewithlayer":true,"timer":2000});
});
</script>

License

jQuery Simple Signup Form is published under the MIT license.

Other Projects

WordPress Projects