$$ReturnDocumentDeleted not working

Hi,

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)

Subject: $$ReturnDocumentDeleted not working

$$ReturnDocumentDeleted should be a Form/Page, not a field.

Subject: RE: $$ReturnDocumentDeleted not working

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.