1
0

746 Commits

Author SHA1 Message Date
David Baldwynn
005db63ae8 update contact email 2016-05-18 14:40:50 -07:00
David Baldwynn
0d03decee4 update admin-form view 2016-05-17 04:27:43 -07:00
David Baldwynn
adbdbc85ae removed √ from public form template 2016-05-16 18:55:40 -07:00
David Baldwynn
e787630032 fixed html parsing error in rating field 2016-05-16 18:53:17 -07:00
David Baldwynn
e6232e467f fixed form field dragging bug 2016-05-16 18:27:37 -07:00
David Baldwynn
f8f934f7b0 fixed exportTo for form submissions 2016-05-16 17:47:34 -07:00
David Baldwynn
ac73db734b added submit validation message 2016-05-16 17:30:20 -07:00
David Baldwynn
690865fa08 fixed angular page permissions bug 2016-05-16 15:26:10 -07:00
David Baldwynn
0dfcb0b443 got keyboard controls working for yes/no, legal statement and multiple choice
modified:   public/dist/application.js
	modified:   public/dist/application.min.js
	deleted:    public/modules/forms/directives/on-key-press.js

	modified:   public/dist/application.js
	modified:   public/dist/application.min.js
	new file:   public/modules/forms/directives/key-to-option.client.directive.js
	new file:   public/modules/forms/directives/key-to-truthy.client.directive.js
	deleted:    public/modules/forms/directives/on-key-press.client.directive.js
	modified:   public/modules/forms/views/directiveViews/field/legal.html
	modified:   public/modules/forms/views/directiveViews/field/radio.html
	modified:   public/modules/forms/views/directiveViews/field/rating.html
	modified:   public/modules/forms/views/directiveViews/field/yes_no.html
2016-05-13 18:57:27 -07:00
David Baldwynn
86580351d7 changed enter to shift+enter for textarea newline 2016-05-13 17:35:52 -07:00
David Baldwynn
09b14ffc6d made form submit view more mobile friendly/responsive 2016-05-13 17:24:56 -07:00
David Baldwynn
f49be263d4 got scrolling to work for dropdown 2016-05-13 17:01:49 -07:00
David Baldwynn
29dc7da106 got scrolling to work for rating 2016-05-13 16:54:34 -07:00
David Baldwynn
d1cd1dc29a got legal field to scroll
modified:   public/dist/application.js
	modified:   public/dist/application.min.js
	modified:   public/modules/forms/directives/on-enter-key.client.directive.js
	modified:   public/modules/forms/directives/on-key-press.client.directive.js
	modified:   public/modules/forms/directives/submit-form.client.directive.js
	modified:   public/modules/forms/views/directiveViews/field/date.html
	modified:   public/modules/forms/views/directiveViews/field/dropdown.html
	modified:   public/modules/forms/views/directiveViews/field/legal.html
	modified:   public/modules/forms/views/directiveViews/field/radio.html
	modified:   public/modules/forms/views/directiveViews/field/rating.html
	modified:   public/modules/forms/views/directiveViews/field/textarea.html
	modified:   public/modules/forms/views/directiveViews/form/submit-form.client.view.html
2016-05-13 16:44:59 -07:00
David Baldwynn
eaf5643dd5 added question number to form fields 2016-05-13 11:31:12 -07:00
David Baldwynn
fa47643b01 added back form list view 2016-05-13 11:13:09 -07:00
David Baldwynn
83bf15c69e updated csslint and jshint 2016-05-10 10:13:20 -07:00
David Baldwynn
ca0ebe8c65 got signup disabled to work 2016-05-10 00:41:10 -07:00
David Baldwynn
898f31181b got setup script to work 2016-05-10 00:25:00 -07:00
David Baldwynn
883a944c83 got setup script to work 2016-05-09 23:30:09 -07:00
David Baldwynn
c6b22dc2fc Merge branch 'master' of github.com:whitef0x0/tellform 2016-04-29 02:57:25 -04:00
David Baldwynn
857b586fd7 updated files 2016-04-29 02:57:17 -04:00
David Baldwynn
3afc770153 updated eslint 2016-04-28 23:00:41 -07:00
David Baldwynn
ed9eb42468 added validation and enter key bindings 2016-04-28 21:57:04 -07:00
David Baldwynn
ada7880bac added form input validation 2016-04-28 20:45:00 -07:00
David Baldwynn
f2211438ce fixed submitting delay 2016-04-28 20:13:37 -07:00
David Baldwynn
54971236a3 merged public/application.js 2016-04-28 20:02:16 -07:00
David Baldwynn
1279314299 got pdf conversion working 2016-04-28 19:48:02 -07:00
David Baldwynn
79de5038ac Revert "Fix html2js" 2016-04-28 16:47:50 -07:00
David Baldwynn
e269fd8756 fixed routing errors 2016-04-27 18:40:51 -07:00
Sam
22b4d69570 one step back 2016-04-27 23:02:01 +03:00
Sam
a52b464da5 reorder build task 2016-04-27 21:58:21 +03:00
Sam
13c0f35f1d templateCache everywhere 2016-04-27 21:16:01 +03:00
Sam
3694cab7bb use $templateCache into submit-form controller 2016-04-27 20:55:29 +03:00
Sam
42e9b7564e add public prefix to html2js conf 2016-04-27 20:55:29 +03:00
David Baldwynn
8e798cc24b fixed verify account css 2016-04-25 12:45:05 -04:00
David Baldwynn
b608c00778 fixed template cache problem 2016-04-24 13:36:20 -04:00
David Baldwynn
df17c64b54 readded ui-select 2016-04-22 19:39:11 -04:00
David Baldwynn
a8ded5ee51 readded back track by field._id to editform view 2016-04-22 19:04:17 -04:00
David Baldwynn
3e5477593b updated navbar logo link 2016-04-22 19:00:08 -04:00
David Baldwynn
2e95c09d22 changed TellForms to TellForm 2016-04-22 17:37:23 -04:00
David Baldwynn
74e4a863fa fixed url redirection 2016-04-22 17:28:25 -04:00
David Baldwynn
c8d100911e removed landing page 2016-04-22 17:25:50 -04:00
David Baldwynn
f195383f59 built app 2016-04-22 16:07:02 -04:00
David Baldwynn
7d1b16a5d3 added footer 2016-04-22 16:06:07 -04:00
David Baldwynn
10f26db043 fixed visible form fields display bug 2016-04-22 15:46:58 -04:00
David Baldwynn
a5776c6dc8 fixed editform field title bug 2016-04-22 15:36:34 -04:00
David Baldwynn
2955a9034b fixed error ng-if 2016-04-22 14:35:02 -04:00
David Baldwynn
fde7128694 added error validation to textfield 2016-04-22 14:32:32 -04:00
David Baldwynn
af95081bb3 added error validation to textfield 2016-04-22 14:28:59 -04:00