#summary Just the basics to get up and running =Instructions for the Impulsive= ===Requirements:=== * Prototype javascript library, version 0.5.x or greater * Scriptaculous javascript library * [http://svn.danwebb.net/external/lowpro/tags/rel-0.4/dist/ LowPro] javascript library (installed automatically) ==1) Install the Flux Validator== {{{ $ ./script/plugin install http://fluxvalidator.googlecode.com/svn/trunk/flux_validator }}} ==2) Now in your layout(s):== {{{ <%= javascript_include_tag :defaults, 'lowpro' %> <%= flux_validator_for 'form' %> }}} This will validate all forms rendered within the layout, so if placed in your application.rhtml layout, you have already setup the validator to work on all the forms on your site. *Notice:* The `flux_validator_for` tag comes after all your other scripts and stylesheets. ==3) Restart your server... and you're done! == For more options, see [InstructionsForTheCompulsive Instructions For The Compulsive] (detailed)