0 votes

ActiveIS.UmbracoForms.Loqate

This package adds Loqate address verification to Umbraco Forms.

This is tested with Umbraco V8.6.1 and Umbraco Forms 8.4.1

You will need to add the following key to your Web.Config:

<add key="LoqateKey" value="YOUR SECRET KEY" />

The plugin includes a replacement for Form.cshtml, do not overwrite your copy if you have made modifications, instead change as below:

Change this line:

@Html.Partial(FormThemeResolver.GetFieldView(Model, f), f)

To this:

@if (f.FieldTypeName == "Loqate")
{
    @Html.Partial(FormThemeResolver.GetFieldView(Model, f), f, new ViewDataDictionary{ { "FormId", Model.FormId }})
}
else
{
    @Html.Partial(FormThemeResolver.GetFieldView(Model, f), f)
}

Screenshots

 Download package
version 2.0.2

NuGet install instructions for Umbraco 8.6.0-8.18.13

Install-Package ActiveIS.UmbracoForms.Loqate

Package owner

Aaron

Aaron

Aaron has 405 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions:

Package Information

  • Package owner: Aaron
  • Created: 26/05/2020
  • Current version 2.0.2
  • .NET version 4.7.2
  • License MIT
  • Downloads on Our: 97
  • Downloads on NuGet: 2.4K
  • Total downloads : 2.5K