Questions tagged [umbraco-contour]

Umbraco Contour is a paid-for optional forms package add-on for Umbraco. The package includes new datatypes for building questionnaires, polls and other question and answer capture patterns. The package also installs a new section where forms can be designed, form entries moderated and exported to various formats and workflow can be setup to perform actions (populate hidden fields, send email etc) when forms are entered, approved etc.

Umbraco Contour is an optional forms package add-on for the Umbraco CMS - which is one of the few paid-for packages for this CMS.

The package includes new datatypes for building questionnaires, polls and other question and answer capture patterns - so forms can be added to the metadata of an item in the content tree via a form picker or by creating a form directly from the content.

The package also installs a new section where forms can be designed, form entries moderated and exported to various formats and workflow can be setup to perform actions (populate hidden fields, send email etc) when forms are entered, approved etc.

71 questions
8
votes
0 answers

How to automate Umbraco deployment using Courier 2

Our team use Umbraco 7 as our CMS. We have a simple MVC web site and two main environments; TEST and PROD. Each environment has it's own Umbraco installation and database. I've been tasked with setting up an automated deployment process, which…
user1531921
  • 1,372
  • 4
  • 18
  • 36
4
votes
1 answer

Hook into Umbraco Forms submission

I want to check for an existing record with the email address before submitting the form and saving the record. I did some research and most suggested using RecordService.RecordSubmitted event, however when I checked the Form.Core.Services I…
Web pundit
  • 398
  • 3
  • 10
4
votes
0 answers

Saving data between steps in the form to complete form later [New Umbraco Forms]

Is it possible to access form data between steps? by triggering a workflow or something without submitting the form? Here is the link to the original post in Umbraco Forum: Original Post Any help will be more than welcome :) Thanks!
Noe
  • 125
  • 1
  • 9
4
votes
3 answers

Umbraco Contour Multi step forms - deciding next step based on user input

I am using UmbracoCMS and Contour_1.1.12 While creating multi step forms, i need to dynamically decide, which form will be visible in the next step, based on certain field values the user has provided in the previous step. For example in contour…
user1344502
  • 75
  • 1
  • 1
  • 8
3
votes
1 answer

Umbraco contour on azure fails when form is submitted

I have installed my Umbraco site on Azure and this is working beautifully. I installed Contour on my Umbrcaco system which I did manually in order to successfully install the database. The whole form admin seems fine and the form I have created…
Nick Lewis
  • 772
  • 1
  • 10
  • 20
3
votes
0 answers

Populating Umbraco Contour forms from using cookie data

We're currently using Umbraco version 7.1.4 assembly: 1.0.5261.28127 with Contour version 3.0.26 I'm trying to populate a contour form with information pulled from a database, but dependent on a user cookie (the cookie hold the primary key for the…
user70568
3
votes
2 answers

Where does Umbraco Contour store the forms?

This is a very simple question really as the title indicates. I have looked in the database and on the filesystem, but I cannot find where Contour stores the forms that have been created. Please note I'm referring specifically to getting the full…
The Bearded Llama
  • 3,036
  • 4
  • 20
  • 31
2
votes
2 answers

Umbraco Contour Workflow return to form?

I would need to do some advanced validation on a form I am building with Contour, this validation includes a couple of fields, external webservice and such things. My idea was to define a new workflow, create it and set it up...the idea would be if…
Vladan Strigo
  • 551
  • 1
  • 7
  • 19
2
votes
1 answer

Umbraco Form - Remove time from Datepicker date in email

I have a form that contains a Datepicker and in the email that is sent on submission the date is formatted with a time. How do I remove the time from the date? Thanks
Dylan Pinn
  • 304
  • 2
  • 10
2
votes
1 answer

Umbraco Forms - Use Record ID in workflow email

I need to have a unique identifier within the Email subject. Is it possible to use the RecordId of the Entry within a workflow email? I've tried using {record.id} within the Message/Subject field and it only returns the value of 0. Any help would be…
Ben
  • 270
  • 1
  • 11
2
votes
1 answer

Recaptcha not working on Umbraco Contour Form

I have added Recaptcha field on Umbraco Contour. I am not able to submit the form. Recpatcha never validating. Umbraco : 4.11.8 Contour: 3.0.7.0 thanks
Nick
  • 31
  • 3
2
votes
2 answers

Update Contour form(records) using the record ID

I can successfully create entries in contour programmatically(C#) but I am not able to update the created record using the record ID. After digging my head around can’t find a reason why the following code doesn’t work. It’s very basic and all That…
Aneesh
  • 187
  • 1
  • 3
  • 18
1
vote
2 answers

Umbraco 11 - Create media from Stream

I'm developing a package for the new Umbraco 11 version, In there I need to create media and get its URL using byte stream. Seems it's a bit different from the older version such as version 7/8. Can anybody suggest me way of doing it or clear…
1
vote
1 answer

Umbraco Contour: Changing Subject line to different dictionary items

I having a serious issue with Umbraco Contour. I wish to send on 2 emails on submission with 2 different subjects with information gathered from the umbraco dictionary. The form and the email response works fine, but its just the subject line. Heres…
Paul Stewart
  • 53
  • 1
  • 7
1
vote
2 answers

Umbraco contour and google apps email

I can't seem to get the contour package with umbraco working with google mail as the smtp server (I think its a SSL issue). Has anyone else had this issue?
januszstabik
  • 1,152
  • 5
  • 16
  • 30
1
2 3 4 5