Hi,
I really don't get your point.
Can you give us more details/your scenarios about what you're trying to implement. ?
Hi,
What I'm trying to achieve is creating a multi-step form where hitting the next step button does not reload the page, but requests the next step asynchronously. Basically an AJAX form.
Hello Bram,
In my experience, multi-step forms should not post by default when navigating from step to step, but you may experience postbacks between steps if you do not have the the correct javascript loaded.
Can you confirm that you have @Html.RequiredClientResources("Footer") in the <footer> and @Html.RequiredClientResources("Header") in the <head> on the page of which you form is being used?
Hi,
For performance and styling purposes we're required to post the steps of a form asynchronously. I haven't been able to find any information regarding this. Does anyone know if this is possible?
Kind regards