Merge branch 'master' of git://github.com/whitef0x0/tellform

This commit is contained in:
Sam 2016-06-07 22:10:09 +02:00
commit 72cf5aa11c
2 changed files with 8 additions and 3 deletions

View file

@ -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/)

View file

@ -64,7 +64,7 @@ ng-style="{'color':button.color}">
<div class="row form-actions" id="submit_field"
ng-class="{activeField: selected._id == 'submit_field' }"
ng-style="{ 'background-color':myform.design.colors.buttonColor}"
style="border-top: 1px solid #ddd; margin-right: -13%; margin-left: -13%; padding-bottom: 70vh; margin-bottom: 70vh; margin-top: 30vh;">
style="border-top: 1px solid #ddd; margin-right: -13%; margin-left: -13%; margin-top: 30vh; height: 100vh">
<div class="col-xs-12 text-left"
style="background-color:#990000; color:white;"