-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
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
Labels
No labels