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
0
votes
1 answer

Import entries to Umbraco Contour

Is there a way (the best would be an Excel importer) to import entries to an Umbraco Contour form?
user3676232
  • 101
  • 2
  • 9
0
votes
1 answer

Refreshing the page even if error message is shown

I'm using umbraco CMS and have a problem with my form. I've added error messagges if some of the fields are empty. If you click on "submit" the page is refreshing, and you need to scroll down again to the form section in order to view the error…
Shir Cohen
  • 31
  • 7
0
votes
1 answer

What port does Courier for Umbraco use?

I have had a few problems setting up Courier for umbraco (v7). After a bit of trial an error I have discovered the destination server has all its ports blocked other than 80. Does anyone know what port I need to open up to get it to work?
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
0 answers

I would like to make a few modifications to this forms feature, not sure if we can

I want to use the latest version of Umbraco, which has a new "forms" feature (for an additional license fee). I would like to make a few modifications to this forms feature, not sure if we can. 1) Encrypt all form results data for storage using…
0
votes
1 answer

Using Umbraco Forms to edit data

I would like to use Umbraco Forms to not only insert data but to edit it as well. So far when I want to edit a record I am passing in the form guid and the record id via querystring and populating the correct data in the fields. So far so good. I…
etoisarobot
  • 7,684
  • 15
  • 54
  • 83
0
votes
1 answer

Split not working in Umbraco razor in multilingual site

I am having following node structure _Parent Site (Main site) EN (English Site) Node 1 Node 2 Node 3 CY (wales site) Node 1 Node 2 Node 3 ES (spanish site) Node 1 Node 2 Node 3 I have copy all node of EN to other two site. (So all the…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
0
votes
1 answer

How can I capture data from Umbraco Forms?

I have a requirement to provide a GUI forms editor so that non-technical users can create forms. One of the tools I am looking at is the Umbraco Forms tool (formerly Umbraco Contour). I want to be able to capture submitted data in an Action Method,…
Paul Hennessey
  • 203
  • 5
  • 14
0
votes
1 answer

Exception when rendering form in Umbraco using Contour v.3.0.26

I upgraded to the latest version of Umbraco Contour (3.0.26). Now i get the following error: Error loading MacroEngine script (file: MvcRenderContourForm.cshtml, Type: ''. Exception: System.Security.VerificationException: Operation could…
user1816877
0
votes
1 answer

SessionStateTempDataProvider class requires session state to be enabled Umbraco Contour

When I tried to add Contour form inside RTE, I am getting this error in 7.2.4, The SessionStateTempDataProvider class requires session state to be enabled on following line of code in MvcRenderContourForm.cshtml present in macroScripts…
Awn Ali
  • 1,361
  • 1
  • 17
  • 31
0
votes
3 answers

How can we to access value of umbraco dictionary item from Javascript

Can we access Umbraco Dictionary item value from JavaScript ? As I am using Umbraco 6.0.5
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
0
votes
1 answer

Upgrade to 7 Error: Could not load type 'Umbraco.Web.UI.Install.Default'

Been trying to upgrade to V7 from V6 for a few days now, running in to a lot of problems. The first time I tried to do it, I actually did upgrade, but then an issue with UComponents made me roll back, I removed Ucompenets and tried to upgrade again…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

Courier Build for - Umbraco v6.2.4

I have just finished an umbraco project and want to install Courier. How ever I am a bit confused about which version of Courier I should Install. I am using Umbraco v6.2.4 (Assembly version: 1.0.5394.15649) But on the Courier package page >…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

Has anyone created a Label, Divider, or Instructions FieldType for Umbraco Contour?

I am surprised there isn't an Umbraco Contour field out-of-the-box that lets form editors write RichText or at least plain text instructions in-between the form fields, so that form authors can add more detailed instructions scattered throughout a…
Biagio Arobba
  • 1,075
  • 11
  • 27
0
votes
1 answer

Get URL to return back to page

I have a website which uses a multi-step Contour form. When the user clicks "Next" i would like to get the URL so they can return back to the same step if they have not completed the form. At present if the page URL is…
Computer
  • 2,149
  • 7
  • 34
  • 71
0
votes
1 answer

Extending Umbraco Contour for encrypt/decrypt of data

I need to encrypt data coming from a set of Contour forms, which i believe i can do by implementing a custom workflow http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Extending-Contour/Adding-a-Workflowtype I would then…
chrishey
  • 451
  • 6
  • 11