Skip to content

Missing data in headless forms definition response #1439

@LasseGuldhammer

Description

@LasseGuldhammer

Which Umbraco Forms version are you using? (Please write the exact version, example: 13.4.0)

16.1.0

Which Umbraco version are you using? (Please write the exact version, example: 13.5.2)

16.0.0

Issue summary

When requesting a form through the Definition API, a number of Umbraco Forms settings are not included in the response data. I am working on a client side version of Umbraco Forms, and without all relevant data, I cannot implement everything in my component.

The missing properties as defined in Form.cs.

  • string? AutocompleteAttribute
  • MultiPageNavigationOption ShowPagingOnMultiPageForms
  • string PagingDetailsFormat
  • string PageCaptionFormat
  • bool ShowSummaryPageOnMultiPageForms
  • string? SummaryLabel

The properties on the settings page.
Image

Specifics

No response

Steps to reproduce

Enable ajax forms and request a form definition via this endpoint
/umbraco/forms/delivery/api/v1/definitions/{id}
and conclude that the properties I have referred to are missing.

https://docs.umbraco.com/umbraco-forms/developer/ajaxforms

Expected result / actual result

I would expect that all data that is relevant to rendering, validating and submitting Umbraco Forms is included in the response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions