I can see the documentation for Routing to different form sets, but I have a requirement to simply direct all users from the Default Edit form to the Default Display form. In essence there will not be a Default Edit form but there are various buttons on the Display form that take users to different Form Set Edit forms to perform different functions. On Forms Designer we simply placed a HTML control on the form and used: -
Please note I sorted this one by simply putting the returning the Absolute URL of the Default Display form + the ItemId in the routing section, works fine…
As far as I see it, the most simple solution is to make a Form Set with only one Display Form copying the default one and set routing from Edit form to it.