An open API service indexing awesome lists of open source software.

https://github.com/salithaucsc/registrationform-with-realtime-validations

A fully validated registration form can be used for a web site. All validations are done real time.
https://github.com/salithaucsc/registrationform-with-realtime-validations

ajax codeigniter3 jquery jquery-validation mysql php

Last synced: 2 months ago
JSON representation

A fully validated registration form can be used for a web site. All validations are done real time.

Awesome Lists containing this project

README

          

# Registration Form with Real Time valiadtions

## A registration form validated fully implemented using jQuery plugins, Ajax, Codeigniter and MYSQL. Users can get the error messages and validations real time, without submitting the form.

### Form functionalities

1. Check username availability
2. Check username length
3. Check email type
4. Check phone number length
5. Check image format
6. Image upload and preview Image remove
7. Check password length
8. Check password strength
9. Check confirm password matching

### Instructions to setup

1. Download the zip file.
2. Extract it and rename as **CIAjaxFullForm**.
3. Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
4. Create a new database called **db_reg** and select it.
5. Then import the SQL file included in the project folder called **db_reg.sql**.
6. Navigate to "C:\xampp\htdocs" folder (if you are using XAMPP) or "C:\wamp\www" folder (if you are using WAMP).
7. Now move the **CIAjaxFullForm** folder into it.
8. Type the URL for the project as - "http://localhost/CIAjaxFullForm".

### Screenshots

![fullform1](https://user-images.githubusercontent.com/23145752/35962867-f315d458-0cd8-11e8-9b91-7b949841391b.png)

![fullform2](https://user-images.githubusercontent.com/23145752/35962862-f2814d4c-0cd8-11e8-9242-31add446cb0f.png)

![fullform3](https://user-images.githubusercontent.com/23145752/35962863-f2be3b76-0cd8-11e8-8952-f1a35a8be485.png)