I'm trying to use the continuebutton token in the AddSuccessTemplate.
Documentation Example is incorrect because it leaves out the ItemTemplate tags.
However when I use this within the ItemTemplate Tags, I get a DNN error.
If got it simply with a text ="Continue" as the only parameter.
The following is in the DNN Event Viewer::
DotNetNuke.Services.Exceptions.PageLoadException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
See http://go.microsoft.com/fwlink/?LinkID=314055 for more information. ---> System.Web.HttpException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
See http://go.microsoft.com/fwlink/?LinkID=314055 for more information. ---> System.Web.UI.ViewStateException: Invalid viewstate.
Client IP: ::1
Port: 59376
Referer: http://localhost/home/createaccount
Path: /Default.aspx
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
ViewState: /wEPDwUJNTQyMDU2MDYzD2QWAgIGDxYCHgVjbGFzcwUEZG5uNhYCAgEPZBYCAgcPZBYCZg9kFgICIQ9kFgJmD2QWAgIBD2QWAgIBD2QWAgIBD2QWAgIBDw8WAh4LQ3VycmVudFZpZXcLKXJLbm93QmV0dGVyLlhNb2RQcm8uWE1vZFBybytWaWV3VHlwZUVudW0sIEtub3dCZXR0ZXIuWE1vZFBybywgVmVyc2lvbj00LjYuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGwAZBYGAgIPFgIeCWlubmVyaHRtbAUGJm5ic3A7ZAIGD2QWBGYPZBYCZg8PFgIeB0Rpc3BsYXkoKZEBS25vd0JldHRlci5YTW9kUHJvLldlYi5Db250cm9scy5Gb3JtLkZvcm1WaWV3K0Rpc3BsYXlNb2RlLCBLbm93QmV0dGVyLlhNb2RQcm8uV2ViLkNvbnRyb2xzLCBWZXJzaW9uPTQuNi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbApBZGRTdWNjZXNzZBYEZg8PFgIeB1Zpc2libGVoZBYsAgIPZBYCZg8VAQEyZAIED2QWAmYPFQEBMmQCBg9kFgJmDxUIATIBMgEyATIBMgEyATIBMmQCDQ8VAwAoaHR0cDovL2xvY2FsaG9zdC9EZWZhdWx0LmFzcHg/VGFiSUQ9MTIxNwBkAhAPDxYCHgRUZXh0BRhqb2huQHJlZHdpbmVhbmRicmVhZC5jb21kZAIUDw8WAh8FBRFyZWR3aW5l...
--- End of inner exception stack trace ---
at System.Web.UI.ViewStateException.ThrowMacValidationError(Exception inner, String persistedState)
at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString, Purpose purpose)
at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter2 formatter, String serializedState, Purpose purpose)
at System.Web.UI.HiddenFieldPageStatePersister.Load()
at System.Web.UI.Page.LoadPageStateFromPersistenceMedium()
at System.Web.UI.Page.LoadAllState()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---