/SGNGoogleForms

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

Primary LanguageCSS

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