Routing to Display Form

Hi There,

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: -

<script type="text/javascript">
fd.openForm('fd_Item_DisplayForm.aspx', {Source: ''});
</script>

Can we do something similar? or if we need to use Routing how do we specify the Form type?

Thanks

Hi There,

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…

Thanks

Correction this doesn’t sort the issue as it breaks the New Form, as that tries to Re-Route to the Display Form…

How do I only apply this when opening the default edit form?

Thanks

Dear Tony,

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.