PDF Dropbox Link with redirect

Is there a way to have a button that triggers a dropbox download and also redirects to a website after clicking? So in essence, you would click a button that downloads a pdf and also redirects to another site.

yes, it’s simple.
just set the link the button links to, to a URL of the file you wish to download.
clicking the button will start the download (BTW, this is not related to wixcode, this is plain old button settings).

as for the navigation, just add an onClick handler to the button, and add code that navigates to wherever you want. you do that using the wix-location module.
see here: wix-location-frontend - Velo API Reference - Wix.com

THAT WAS SIMPLE:) Thanks Ziv!!