Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Shahla 5 posts 75 karma points
    Sep 03, 2019 @ 08:44
    Shahla
    0

    namspace Umbraco.Forms.Mvc.DynamicObjects is missing in Umbraco Forms: 8.1.2

    Hi

    Trying to retrieve form data after submission in Umbraco form using the link below:

    https://our.umbraco.com/documentation/Add-ons/umbracoforms/developer/working-with-data/

    However noticed, namespace 'DynamicObjects' doesn't exist in Umbraco Forms: 8.1.2. & Umbraco version 8.1.0

    Partial Macro

    @using Umbraco.Forms.Mvc.DynamicObjects

      @foreach (dynamic record in Library .GetApprovedRecordsFromPage(@CurrentPage.Id)) {
    • @record.Created.ToString("dd MMMM yyy") @if(string.IsNullOrEmpty(record.Website)){ @record.Name } else{ @record.Name } said

      @record.Comment

    • }
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies