After upgrading from Forms from 8.6 to 8.13.8 I have an error in the file UmbracoFormsExtensionsController.cs
"The name 'GoForward' does not exist in the current context"
I have compared the file between the 8.6 and 8.13.8 versions and they are the same - has the reference to 'GoForward' changed?
It is causing an issue when the submit form button should go to a new page.
goforward method in forms
After upgrading from Forms from 8.6 to 8.13.8 I have an error in the file UmbracoFormsExtensionsController.cs
"The name 'GoForward' does not exist in the current context"
I have compared the file between the 8.6 and 8.13.8 versions and they are the same - has the reference to 'GoForward' changed? It is causing an issue when the submit form button should go to a new page.
Hi Mary
I had a quick look online and in Umbraco Forms release notes
https://docs.umbraco.com/umbraco-forms/release-notes
and I can't see a change that references GoForward :-(
but I know there was a lot of refactoring of all the things from 8.7 onwards.
It might be worth raising this as an issue on the tracker to get an explanation:
https://github.com/umbraco/Umbraco.Forms.Issues/issues
Feels like the change should be documented in some way.
regards
marc
The goforward method had been changed to private instead of protected.
It is going to be reverted in the 8.13.11 release.
https://github.com/umbraco/Umbraco.Forms.Issues/issues/1061#issuecomment-1668197891
Thanks Mary for raising it and reporting back!
is working on a reply...