• reidmccall

    (@reidmccall)


    I have a downloadable “resume” field as part of my list. I’d like a “send action” that sends an email when someone downloads a resume. Is this possible?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author rolandbarker

    (@rolandbarker)

    It is possible, but there is no event that is triggered when someone clicks a link to download a file, so this is something you’d need to write some custom code to make happen. This is because when a download link is clicked, it is handled directly between the browser and the server, the plugin isn’t involved.

    It is possible to add some javascript to the template that lets the plugin know when a download link is clicked, and then that could be handled on the plugin side by sending out an email. You’d have to build all of that yourself, the plugin doesn’t have this capability as it is.

Viewing 1 replies (of 1 total)

The topic ‘Send Action’ is closed to new replies.