To create a hyperlink in Webflow that automatically downloads a Microsoft Word document, you’ll need to upload the file and configure a link with a download behavior.
1. Upload the Word Document to Webflow
- Go to the Assets panel by clicking the folder icon in the left toolbar.
- Click the Upload icon and select your
.doc
or .docx
file. - After upload, right-click the file and choose Copy Link to get its full URL.
2. Add or Select a Link Element
- Add a Text Link, Button, or Link Block from the Add panel.
- Select the element, then in the Element Settings panel, look for the Link settings.
3. Set the Link to the File URL
- Change the link type to URL.
- Paste the copied file URL into the URL field.
- Append
?download=1
to the end of the link (e.g., https://cdn.prod.website-files.com/yourfile.docx?download=1
) to force a download behavior in most browsers.
4. Optional: Open in New Tab & Add Styling Cues
- You can check "Open in new tab" if preferred.
- Update the link text or button label to prompt the action (e.g., "Download Word File").
Summary
To create a download link in Webflow, upload your Word file to Assets, copy its link, and add it to a Link element with ?download=1
appended. This prompts most browsers to download the document instead of opening it.