Tagged Questions
0
votes
0answers
5 views
Contour form with dropdown
A contour form with a dropdown has hardcoded values. What i would like to do is send an email to a specific user depending on the value selected.
I have read the documentation but a little unclear ...
1
vote
1answer
17 views
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 ...
1
vote
1answer
30 views
Export / Import Files from umbraco CMS Media
As I need to export all my Media files from umbraco v 4.5.2 to umbraco v 6.0.5 ,
Is there any way or such package through which we can do the same.
0
votes
1answer
143 views
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:
<xsl:value-of select="$records//fields/child::* [name() = 'countryoforigin']"/>
however ...
0
votes
1answer
168 views
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 ...
0
votes
1answer
51 views
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
0
votes
1answer
95 views
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 ...
1
vote
1answer
156 views
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 ...
1
vote
1answer
92 views
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 ...
1
vote
1answer
321 views
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:
<?xml version="1.0" ...
4
votes
2answers
459 views
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 ...
0
votes
1answer
264 views
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 ...
2
votes
1answer
176 views
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 ...
1
vote
1answer
429 views
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 ...
2
votes
2answers
585 views
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 ...
1
vote
2answers
459 views
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?
0
votes
3answers
1k views
Are there any survey modules for Umbraco?
I've looked at the Umbraco Projects page but can't see anything relevant there. I would like to be able to create surveys (add questions and answers) and store survey results somewhere. I realise this ...