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

umbraco: Contour package uploading error

i am working on umbraco 6.1.6 project ,where to create a registration form i am using contour package,when i upload it , i got following error Could not load file or assembly 'Umbraco.Forms.Core, Version=1.1.0.25390, Culture=neutral,…
Ankit Agrawal
  • 2,426
  • 1
  • 13
  • 27
0
votes
1 answer

Umbraco contour get email from workflow

I have a receipt page that the user is redirected to after form submisson. On this page I show a macro that summarise the form. The gist of the macro is pretty much like…
khebbie
  • 2,490
  • 3
  • 31
  • 53
0
votes
1 answer

Getting all records in code

There is an umbraco form entry process on a website that I am attempting to mimic from within a mobile app. As it stands I have a web service that the app talks to, the web service is hosted in the location of the web site and uses…
Louis Sherwood
  • 137
  • 2
  • 14
0
votes
1 answer

Building a custom field type: How do I render a custom attribute?

I'm trying to create a custom field type in Contour (3.0.14) using razor to do the rendering. I created a new class called CustomTextfield with an extra Width attribute, then a new view in ~/umbraco/Plugins/umbracoContour/Views called…
death_au
  • 1,282
  • 2
  • 20
  • 41
0
votes
1 answer

Get nested record on page

Im new with XML and XSLT and wonder if any one can help here: I have an XML form with the below data Approved 2009-11-13T10:01:55
Computer
  • 2,149
  • 7
  • 34
  • 71
0
votes
1 answer

Umbraco Contour, 1.1.12 - select value of dropdown list

Essentially my XSLT isn't up to scratch , the field is a dropdown within Contour and I get it like so: however this brings back values I don't want:…
joe_peachy
  • 180
  • 2
  • 11
0
votes
1 answer

Missing characters Special characters in e-mail when using extended mail umbraco

I have a problem with German characters when using the type "Send email, extened". i recieve mail the character set is all messed up. Example : Müler ==> M??ler help
samibel
  • 634
  • 2
  • 6
  • 20
0
votes
1 answer

If a member is not logged in, in Umbraco Contour prevalues works not correctly

I have upgraded Contour to 1.1.9 for the use of {member.property} in the forms on the site (umbraco 4.0.3). Works fine when your member are logged in (shows content in the input field), but if the member is not logged in, the form input will just…
Niller2000
  • 51
  • 1
  • 9
-1
votes
1 answer

Need a Search Form/Search Box To Get related data or Exact data by any Keyword in Umbraco 10

Page Code: @page "/search" @using WebApplication1.Shared.Models; @using WebApplication1.Shared.Services; @inject IContentDeliveryService _contentDeliveryService;
-1
votes
1 answer

Export Umbraco fields to Excel

I have 3 Umbraco Items I would like to export to an excel sheet. Alias Type jibberishNumber textstring jibberishName textstring jiberishBody Richtext editor I would like to place them in an excel sheet like this : Number …
fred1234
  • 429
  • 1
  • 4
  • 26
-3
votes
1 answer

7.2 Umbraco forms - How to

Just trying out the new form feature in 7.2. I have created a form worked out how to get it to render in a template, and I can submit the form. However, submit the form it tries to post to a controller that does not exist - App Crashes. When I go…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
1 2 3 4
5