A javascript library to create login ,registration forms and many more types of forms.
These instructions will get you a copy of the repo on your local machine. See below for notes on how to Contribute.
What things you need to write a post.
- Code Editor
- Git installed on your computer.
A step by step series of examples that tell you how to get this repo in your computer.
- Forking the repo.
- Cloning the repo. eg
git clone https://github.com/[your-username]/autoform.git
- Creating your own branch.
git checkout -b branch-name
- Edit /modify the js.lib.js file
- Perform
git add .
in your branch to save the current changes.
- Commit your changes.
git commit -m "some-message"
- Push Your changes to your Github repo.
git push origin [your-branch-name]
- Now go to Github and Send a Pull request to original repo.We will now review your Post and merge with the repo.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks everyone for your support.