Hi,
I am trying to redirect a user to the AllItems.aspx page after clicking on the Finish button.
I am aware that by adding a new SharePoint Form button you can redirect the user to any page with this:
ddwrt:GenFireServerEvent('__commit;__redirect={URL}')but the NewForm is always opening in a small dialogue window (even after changing the advanced settings).
That's why the page that the user is directed to also loads in a dialogue which I want to prevent.
Is there an additional parameter I could pass to the GenFireServerEvent method to load the page or force a reaload in full screen?
Best regards