I have a multistep form which is being rendered using razor.
Upon successful completion of the 1st page, the next button simply reloads the page and doesn't proceed to step 2 as expected.
I think the issue might be due to the form action being empty. Any thoughts on why this could be, or perhaps if there is another cause for the form not working.
Multistep form not proceeding past step 1
I have a multistep form which is being rendered using razor.
Upon successful completion of the 1st page, the next button simply reloads the page and doesn't proceed to step 2 as expected.
I think the issue might be due to the form action being empty. Any thoughts on why this could be, or perhaps if there is another cause for the form not working.
Thanks
I found the cause, it was due to another <form tag present in the template, but the @Umbraco.RenderMacro adds its own form tag
Typical, think I just needed a rubber ducky. LOL
is working on a reply...