Skip to content

Create forms in HTML which will look like the fields looks in Google.

Notifications You must be signed in to change notification settings

SagnikGanguly96/SGNGoogleForms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SGNGoogleForms

Create forms in HTML which will look like the fields looks in Google.

GitHub issues GitHub forks GitHub stars GitHub license

Installation

1.) Download the appropriate release from here or download the latest version.

2.) Extract the files in a location of your choice (i.e. localhost/inc/SGNGoogleForms/).

3.) Now add the following lines between <head> & </head> tags:

<link rel="stylesheet" href="localhost/inc/SGNGoogleForms/css/SGNGoogleForms.css">
<script src="localhost/inc/SGNGoogleForms/js/SGNGoogleForms.js"></script>

Documentations

Click here for documentations.

Dependencies

1.) jQuery 3.2.1+ (Download)

2.) Bootstrap v4.3.1+ (Download)

3.) MDBootstrap v4.8.1+ (Downlaod)

Changelog

  • Added Textarea support
  • Added SelectBox support