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.
preview-blocker.popup
Search
Wishlist Page is the new official platform for requesting new features. You can vote, comment, and track the status of the requested features (requests from this page will be migrated to the new Wishlist soon).
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: https://www.wix.com/code/reference/wix-location.html
THAT WAS SIMPLE:) Thanks Ziv!!