On my webform i created a computed field $$ReturnDocumentDeleted. This value of this field points to an existing form in the database. Still each time I delete a document it will just come with the message “Deleted” instead of redirectig to the provided form. Any1 got any clues?? (btw it worked fine till today)
Painfully I had the same problem today, but managed to find the cause and fix it. It seems that if ANY lookup fails on the $$ReturnDocumentDeleted form, the form will be ignored. So just make sure that your lookups don’t fail or tag the [failsilent] on the end.