diff --git a/README.md b/README.md index baf5b889..13da4276 100755 --- a/README.md +++ b/README.md @@ -13,14 +13,12 @@ Current stable release: v1.3.0 TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that can create stunning forms from PDFs or from scratch ##Demo Forms -[Job Application Example](https://stage.tellform.com/#!/forms/571a76b856d64f9e4ca73ca1) - -[Contact Form Example](https://stage.tellform.com/#!/forms/57196d592601ed12074eecc0) - -[Patient Registration Example](https://stage.tellform.com/#!/forms/573f8329d18419854559c29c) +[See examples here](https://tellform.com/examples) ##Screenshots ![screenshot](design/screenshots/tellform_screenshot1.png) +![screenshot](design/screenshots/analytics.png) +![screenshot](design/screenshots/tellform_rating.png) ## Features diff --git a/app/controllers/users/users.authentication.server.controller.js b/app/controllers/users/users.authentication.server.controller.js index 0e78e7e9..e95b3bb4 100755 --- a/app/controllers/users/users.authentication.server.controller.js +++ b/app/controllers/users/users.authentication.server.controller.js @@ -124,7 +124,8 @@ exports.signup = function(req, res) { // new user created if (newTempUser) { - nev.registerTempUser(newTempUser, function (err) { + var URL = newTempUser[nev.options.URLFieldName]; + nev.sendVerificationEmail(user.email, URL, function (err, info) { if (err) { console.log('Error: '); console.log(err); diff --git a/design/screenshots/analytics.png b/design/screenshots/analytics.png new file mode 100644 index 00000000..6e828e82 Binary files /dev/null and b/design/screenshots/analytics.png differ diff --git a/design/screenshots/tellform_rating.png b/design/screenshots/tellform_rating.png new file mode 100644 index 00000000..24780599 Binary files /dev/null and b/design/screenshots/tellform_rating.png differ diff --git a/docs/Extreme Programming:Agile/Sprints/tasks_sep13.md b/docs/Extreme Programming_Agile/Sprints/tasks_sep13.md similarity index 100% rename from docs/Extreme Programming:Agile/Sprints/tasks_sep13.md rename to docs/Extreme Programming_Agile/Sprints/tasks_sep13.md diff --git a/docs/Extreme Programming:Agile/User Stories/kiosk_userstories.md b/docs/Extreme Programming_Agile/User Stories/kiosk_userstories.md similarity index 100% rename from docs/Extreme Programming:Agile/User Stories/kiosk_userstories.md rename to docs/Extreme Programming_Agile/User Stories/kiosk_userstories.md diff --git a/docs/Extreme Programming:Agile/requirements.md b/docs/Extreme Programming_Agile/requirements.md similarity index 100% rename from docs/Extreme Programming:Agile/requirements.md rename to docs/Extreme Programming_Agile/requirements.md diff --git a/public/modules/forms/admin/views/directiveViews/form/edit-submissions-form.client.view.html b/public/modules/forms/admin/views/directiveViews/form/edit-submissions-form.client.view.html index 198abf55..7d01af20 100644 --- a/public/modules/forms/admin/views/directiveViews/form/edit-submissions-form.client.view.html +++ b/public/modules/forms/admin/views/directiveViews/form/edit-submissions-form.client.view.html @@ -207,6 +207,7 @@
+
{{ 'FIELD_TITLE' | translate }}