Trying to extend Umbraco Contour using Umbraco 7.2
Hi,
Im trying to extend the Umbraco Contour package in our code. Im trying to override the execute method so we can encrypt the data. I have found an example online but the code is several years old and uses Umbraco.Forms.UI and the RecordsView doesnt work. Plus the control parameter in the following snippet exist any more.
[Setting("EmailLookUpField", description ="Enter the receiver email lookup field", control ="Umbraco.Forms.Core.FieldSetting.TextField")]
Are there any new snippets of code that uses the updated versions that I can view?
Have you installed Contour by yourself on the 7.2 installation? Or have you just activated "Umbraco Forms" after the installation? Not sure it's possible to run both at the same time.
However you might be able to benefit from the current Umbraco forms documentation here https://github.com/umbraco/UmbracoFormsDocumentation ? - This is still work in progress so there is probably some things, which are currently not documented but it's the place to keep an eye on at least. I think HQ will promote it more when they feel it's done.
Trying to extend Umbraco Contour using Umbraco 7.2
Hi,
Im trying to extend the Umbraco Contour package in our code. Im trying to override the execute method so we can encrypt the data. I have found an example online but the code is several years old and uses Umbraco.Forms.UI and the RecordsView doesnt work. Plus the control parameter in the following snippet exist any more.
[Setting("EmailLookUpField", description = "Enter the receiver email lookup field", control = "Umbraco.Forms.Core.FieldSetting.TextField")]
Are there any new snippets of code that uses the updated versions that I can view?
Jon
Hi Jonathan
Have you installed Contour by yourself on the 7.2 installation? Or have you just activated "Umbraco Forms" after the installation? Not sure it's possible to run both at the same time.
However you might be able to benefit from the current Umbraco forms documentation here https://github.com/umbraco/UmbracoFormsDocumentation ? - This is still work in progress so there is probably some things, which are currently not documented but it's the place to keep an eye on at least. I think HQ will promote it more when they feel it's done.
Hope this helps a bit.
/Jan
is working on a reply...