Hi Team,
I have created a simple form using Google excel in EDS.
Google excel file name: user-form
Sheet Names:
1) helix-default - To create form fields
2) incoming: - To store the data
3) helix-branch - For dropdown options
Please see the screenshot below.
helix-default sheet

incoming sheet
This is the form look like in my page

I am facing an issue while submitting my form. When I try to send a POST request to http://localhost:3000/user-form, it throws a 405 Method Not Allowed error. I have set the method as POST in my form, but the request is still not accepted. Could you please guide me on how to enable POST requests for this route or if I need to configure it differently?
See the console error while submitting the form - 405 method not allowed
