AI OnAI Off
Hi there,
Have you added the below line of code to the <head>
section in your layout/root view? I don't believe this is included by default in the 'Empty Project' template.
@Html.RequiredClientResources("Header")
It will render the javascript required for the forms to function correctly. You will see <script>
elements being added onto your page containing forms related functionality.
Note you also need this one inside the <body>
at the bottom:
@Html.RequiredClientResources("Footer")
Hi guys,
What I did was steps as below:
Result: The first load displays ok, but if click next step button, it will throw 405 error. No matter it is a step button or submit button. Same result.
Any ideas?
Thanks so much in advance.