From 4f032b16fc41a7ab7d568f93a41e0e9bee6c1a81 Mon Sep 17 00:00:00 2001 From: Samuel Laulhau Date: Sun, 5 Jun 2016 13:12:35 +0200 Subject: [PATCH 1/4] submit field, 100% height this should fix #99 --- .../views/directiveViews/form/submit-form.client.view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/modules/forms/views/directiveViews/form/submit-form.client.view.html b/public/modules/forms/views/directiveViews/form/submit-form.client.view.html index 4d7499cc..bb366447 100755 --- a/public/modules/forms/views/directiveViews/form/submit-form.client.view.html +++ b/public/modules/forms/views/directiveViews/form/submit-form.client.view.html @@ -64,7 +64,7 @@ ng-style="{'color':button.color}">
+ style="border-top: 1px solid #ddd; margin-right: -13%; margin-left: -13%; margin-top: 30vh; height: 100vh">
Date: Sun, 5 Jun 2016 20:32:26 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f6086df..37fc5ff0 100755 --- a/README.md +++ b/README.md @@ -161,6 +161,8 @@ After you've generated the key and certificate, place them in the *config/sslcer [Samuel Laulhau](https://github.com/lalop) +[Arun Pattnaik](https://github.com/arunpattnaik) + ## Mentions on the Web [Mister Ad](http://start.mister-ad.biz/newsticker/open-source-alternative-zu-typeform-tellform-in-der-kurzvorstellung/) From d9a7bba566d8bdd460b80388879680c32c731be7 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Mon, 6 Jun 2016 20:36:40 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37fc5ff0..9235f040 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that c -Save form submissions as FDF-formatted PDFs (unstable) -Toggle forms as private (viewable only if logged in as Form's user) or public (viewable by anyone) -Drag and drop functionality to editing form field order - -Editable form submissions (half-done) + -Viewable form submissions + -Google Analytics Support + -In-app Analytics (dropoff rate of fields, conversion rate, etc) ###TODO: -Implement encryption for all form data @@ -44,7 +46,6 @@ TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that c -Add Typeform API integration -Add plugin/3rd party integration support (ala Slack) -Create wiki for easy installation and setup - -Create mockups for different user view designs From 9c06e9977262a6deb9e580ec6892782eff36a232 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 7 Jun 2016 12:44:52 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9235f040..8405b998 100755 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that c ## Quickstart +Before you start, make sure you have Redis installed and running at 127.0.0.1:6379 + Install dependencies first. ```bash $ npm install