Describe the problem
When using the form function with submit getting the response from the form submission has to be accessed with formFunction.result within the enhance function.
Describe the proposed solution
Return the response from form when calling submit in enhance
Alternatives considered
Continue using the result property on the function definition.
Importance
nice to have
Additional Information
No response