qkForm 0.1

quickForm is a free plugin that allow you to skin your HTML forms using Mootools , inpired from iPhone & a clone to jqtransform



Details

Author
Hamza Bahlaouane
Current version
0.1
GitHub
Quick2ouch/quickForm
Downloads
1856
Category
Forms
Tags
Report
GitHub Issues

Releases


Dependencies

  • _self_/_current_: core/1.2.4: '*'

How to use

qkForm can be initialized at any time but is generally initialized at the top of the document during the page's normal load. It require an id of the form to skin it

JavaScript

var MyForm = new QuickForm('contact-form',{
    speed:300,
    fx:Fx.Transitions.linear.easeOut 
});

contact-form is the form id that you want to apply skin on it