diff --git a/README.md b/README.md index 0f6086df..8405b998 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,13 +46,14 @@ 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 ## Quickstart +Before you start, make sure you have Redis installed and running at 127.0.0.1:6379 + Install dependencies first. ```bash $ npm install @@ -161,6 +164,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/) 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">