1

how do I delete the the default "Submit message / Go to page" in the Umbraco Form workflow?

I want to redirect the page using my action controller.

I'm using Umbraco Form 4.4.2

Thanks, Romeo

Romeo
  • 1,791
  • 8
  • 25
  • 41

1 Answers1

1

You can leave the submit message etc blank and create your own custom workflow that fires whatever redirect logic you want. Information on workflows here: https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Workflowtype

Tim
  • 4,217
  • 1
  • 15
  • 21