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
1
vote
1 answer

Umbraco ContourContrib Error

So I have a bunch of forms that I made using Umbraco contour and I'm also using the ReCaptcha datatype contained in the ContourContrib package. My problem is that after reinstalling ContourContrib, I now get server errors saying: Error adding macro…
Shadyn
  • 117
  • 1
  • 8
1
vote
1 answer

Is there any way to hook to an event when a form is archived withing Umbraco contour? Using Umbraco 4.7.2 and Umbraco Contour 1.12?

I am trying to create a feature where I can track when a form is archived when Using Umbraco Contour. Typically Umbraco code base has a series of events which I can hook into. However I don't see one here. The other idea was to have a trigger or…
Aim Kai
  • 2,934
  • 1
  • 22
  • 34
1
vote
1 answer

XSLT create hyperlink for umbraco form in contour

Contour for Umbraco comes with a workflow option that lets you send an email with an XSLT file applied after a form has been submitted by a user. It comes with this sample:
raklos
  • 28,027
  • 60
  • 183
  • 301
0
votes
1 answer

Umbraco Contour not inheriting workflow step

I'm running a paid-for and properly licensed version of Umbraco Contour on Umbraco 4.7.1 and I'm trying to build a base form that will have a hidden field that is populated using an algorithm when the form is submitted. I can create the base form…
amelvin
  • 8,919
  • 4
  • 38
  • 59
0
votes
1 answer

Umbraco Forms PreValue sources issue

I'm using a prevalue source in an Umbraco Form to render a list of options from a db table. I've noticed in the html markup that the Value Column is placed in both the list value and the label like so:
Gavlar
  • 1
0
votes
3 answers

Create new content nodes programmatically in Umbraco 8

In Umbraco 7 I used the following code to generate code programmatically from C# (controller) using ContentService.CreateContent And following is the code for the same int parentID = 1100; var request = ContentService.CreateContent("New Node…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
0
votes
1 answer

Recover lost Umbraco Forms files from App_Plugins

Suddenly the files inside the folder App_Plugins/UmbracoForms have vanished and I cannot seem to recover them. The files include UmbracoForms.config, version, installed as well as the most important form data inside the Data folder. Checking the…
Kevin Farrugia
  • 6,431
  • 4
  • 38
  • 61
0
votes
2 answers

Umbraco Forms - How to display the last 5 records

I would like to display records from an Umbraco forms on a page. So far, I managed to display: total numbers of records all records where "Display my name" value is TRUE How do I limit it to display only 5 newest records (where "Display my name"…
mertamu
  • 43
  • 4
0
votes
0 answers

Umbraco get dictionary item value in Models Builder Partial Class

I am using Umbraco 7.6 And And using Model builder (EnableAPI) As I have extended on the Models mean to say have created a partial class to perform some manipulations. So now my query is that can we get the value of dictionary Item in this partial…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
0
votes
1 answer

Umbraco Contour form answers formatting email

Umbraco Contour form answers formatting email When a user fills out an Umbraco Contour Form, the form is submitted to my email address. Is there a way to format the answers using Umbraco, so they can be easily added to client's CRM? 1.) Here is the…
Collin
  • 11
  • 1
0
votes
1 answer

Use UIOMaticField or backoffice controls in Ui-O-Matic Umbraco

I am new to Umbraco CMS. I am using Ui-O-Matic plugin in my project. Ui-O-Matic allows easy CRUD operation for database. But I want to use backoffice controls like file, textarea, etc. So I am using UIOMaticFielld like this in database.cs file. …
Trusha Savsani
  • 489
  • 1
  • 11
  • 31
0
votes
2 answers

Change MessageOnSubmit in Umbraco Forms

I am building some forms with Umbraco Forms, but before I do I need to ensure that it is going to be able to be extended in the way I need. Can anybody tell me how I can alter the MessageOnSubmit property to show a custom success message for each…
GaryPretty
  • 171
  • 5
0
votes
2 answers

Umbraco Forms - Export Data to CSV via code (not UI)

I'm trying to export Umbraco Forms data to CSV, in the exact format generated when you export from the Entries table UI, and I'm trying to do this strictly from code. End result is I would like to run as a task to export data daily or every few…
trnelson
  • 2,715
  • 2
  • 24
  • 40
0
votes
1 answer

Passing email value to URL in contour umbraco

I have a Request Quote for in Umbraco using Contour and upon submitting successfully this form, the use is redirected to a Thank You Page (In settings in the Contour, i'm using "$currentPage/* [@isDoc]/@id" to redirect to the Thank you page). For…
0
votes
0 answers

Umbraco 7 Forms doesn't save RadioButtonList field value when using Save as umbraco document

My site is running Umbraco 7.4.1, using Forms 4.2.1. I'm saving the content of a form as Umbraco document, using the correct workflow for that. Everything works fine, except the data in my RadioButtonList doesn't transfer when I save. I've tried…