You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initialize request endpoint returns a dynamic_form object property and a dynamic_forms array of objects property. Currently, we're using the object. The intended desire however is to use the array. For now, we will default to the first object in the array.
Story
The initialize request endpoint returns a
dynamic_form
object property and adynamic_forms
array of objects property. Currently, we're using the object. The intended desire however is to use the array. For now, we will default to the first object in the array.We will account for multiple forms on #129
Acceptance criteria
The text was updated successfully, but these errors were encountered: