Multiple partials sometimes shows /umbraco/Surface/Controllername/_partialName
Hi,
I have written a multi step form using multiple partials in a Surface Controller using Ajax.BeginForm. it works well apart from occasionally when clicking on Next it takes the user to a unstyled page which has a URL that is pointing to the Surface controller, for example:
/umbraco/Surface/Controllername/_partialName
On the Main Template I call the start of the form:
Multiple partials sometimes shows /umbraco/Surface/Controllername/_partialName
Hi,
I have written a multi step form using multiple partials in a Surface Controller using Ajax.BeginForm. it works well apart from occasionally when clicking on Next it takes the user to a unstyled page which has a URL that is pointing to the Surface controller, for example:
/umbraco/Surface/Controllername/_partialName
On the Main Template I call the start of the form:
That call an ActionResult in the Surface Controller:
Partial Step One looks like:
It works well for about 80% of the time but other times it just displays an un-styled page.
Any ideas on how i can improve this to prevent this from happening?
is working on a reply...