Hi guys, we are facing an issue when deploying to testing and production environment of UmbracoForms forms found in the path:
App_Data\UmbracoForms\Data\forms
What happens is that when submitting a form we Intend to redirect users to HomePage, this is done via the
Submit message / Go to page
feature of UmbracoForms.
The reference to the HomePage is achieved using the ID of the content, which of course is different in the various environments. This forces me to manually edit the the "Go to page" section of all the forms in order to prevent an internal server error when being redirected to non-existing page.
Is there a smart way to deploy or to configure the redirect so that is not based on the content Ids?
UmbracoForms forms versioning
Hi guys, we are facing an issue when deploying to testing and production environment of UmbracoForms forms found in the path:
What happens is that when submitting a form we Intend to redirect users to HomePage, this is done via the
feature of UmbracoForms. The reference to the HomePage is achieved using the ID of the content, which of course is different in the various environments. This forces me to manually edit the the "Go to page" section of all the forms in order to prevent an internal server error when being redirected to non-existing page.
Is there a smart way to deploy or to configure the redirect so that is not based on the content Ids?
Comment author was deleted
Hey I added this as a feature request: https://github.com/umbraco/Umbraco.Forms.Issues/issues/331 maybe add your usecase since they have trouble understanding why this would be usefull...
is working on a reply...