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
When configuring Form Settings, changing the API Endpoint Type to Custom: Static causes the HTTP Verb dropdown to become read-only and default to GET. Users are unable to change the HTTP verb to other options such as POST, PUT, or DELETE.
Steps to Reproduce
Navigate to any Form.
Click on the Settings button.
Change API Endpoint Type to Custom: Static.
Observe the HTTP Verb field.
Actual Behavior
The HTTP Verb dropdown is disabled/read-only.
The value defaults to GET.
Users cannot select any other HTTP verb.
Expected Behavior
The HTTP Verb dropdown should remain editable.
Users should be able to select any supported HTTP verb (GET, POST, PUT, DELETE, etc.) when using Custom: Static endpoints.