It looks like you’re new here. If you want to get involved, click one of these buttons!
You could do this with events. The form event fires “complete” when a form is successfully submitted. So you could make your div (hidden) where you show the download have the show command on it that listens to that complete event.