Skip to content

SalithaUCSC/RegistrationForm-with-realTime-validations

Repository files navigation

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

fullform2

fullform3

Releases

No releases published

Packages

No packages published

Languages