Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
/ JotSheets Public archive

JotSheets provides an integrations interface to connect any JotForm to any Google Spreadsheet and manage them easily. Created as an internship project at JotForm.

License

Notifications You must be signed in to change notification settings

frozsgy/JotSheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JotSheets

JotSheets allows you to create Webhook integrations that connects your JotForms to Google Spreadsheets. With JotSheets, you can connect a form to multiple sheets, with various different form field mappings with only a couple of mouse clicks.

JotSheets was developed as an internship project at JotForm.

Source Code Latest Version Software License

Requirements

Used Libraries

  • This project uses HTML5Sortable JavaScript library for drag & drop sort buttons.

Installation

After downloading the release, you need to do the following changes in order to make the script work.

  • Create a database and import ./db.sql
  • Fill in the necessary database details inside ./class/db.php
  • Update the server information in ./class/server.php
  • Fill in the API keys in ./class/google.php
  • Install Google APIs Client Library for PHP under ./class/google/.
  • Install JotForm API Client for PHP under ./class/jotform/.

Notes

  • The Google integrations class will look for the autoloader at the following location: ./class/google/vendor/autoload.php
  • The JotForm integrations class will look for the JotForm API Client at the following location: ./class/jotform/JotForm.php
  • Please make sure that both classes can read the library files properly.

Live Demo

Available at http://jotform.ozanalpay.com

Comments, Pull Requests, Bugs

Please create an issue, or directly submit a pull request. They are always appreciated.

About

JotSheets provides an integrations interface to connect any JotForm to any Google Spreadsheet and manage them easily. Created as an internship project at JotForm.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published