Trying to follow the guide for extending the Umbraco Forms
But it doesn't seem that the "using Umbraco.Forms.Core.Data.Storage;" is being found as IFormStorage reference cannot be found.
using System;
using System.Web;
using System.Linq;
using System.Collections.Generic;
using Umbraco.Forms.Core;
using Umbraco.Forms.Core.Models;
using Umbraco.Forms.Core.Data.Storage;
using Umbraco.Forms.Core.Enums;
public override IEnumerable<string> ValidateField(Form form, Field field, IEnumerable<object> postedValues, HttpContextBase context, IFormStorage formStorage)
{
Don't really know where to look, as I've now pretty much just tried to replicate the example in the documentation.
What documentation were you using? I ask because you've tagged the question as v7 and I have a feeling you might have been looking at v8 documentation.
Extending Umbraco Forms with fieldtype
Trying to follow the guide for extending the Umbraco Forms
But it doesn't seem that the "using Umbraco.Forms.Core.Data.Storage;" is being found as IFormStorage reference cannot be found.
Don't really know where to look, as I've now pretty much just tried to replicate the example in the documentation.
Hi Thomas,
What documentation were you using? I ask because you've tagged the question as v7 and I have a feeling you might have been looking at v8 documentation.
THanks
Nik
Hello Nik,
Thank you for you reply.
https://our.umbraco.com/Documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Fieldtype
This is the docs I've been looking at, which says 7.0.0+
Hey,
Did you ever sort this out as I've got the exact same issue that I'm battling.
Cheers, Splinx
is working on a reply...