We are often asked for a feature that redirects a user to a file upon successful submission of a Data Form. This feature is used for lead generation on websites. For instance, if a user submits their contact information, they can download a white paper in return.
We have implemented this using JS in a Data Form. The challenge with this implementation is that it's not very flexible because it requires editing JS in the response template of the form to redirect to a hard-coded url. Because there can be many downloads available, this is difficult to manage.
It would be helpful to have an attachment for the Data Form asset. If a user successfully submits the form, redirect the user to the attachment in a new window (to be IE friendly).
Diona