Is there any way to set the media/pdf download as a simple link rather than a preview? I have included a 3 page PDF at the end of my form, and users have to scroll through the 3 page preview before they are able to download the file and see the submit button.
Can you not add the PDF link via HTML code on the page (above or below your form)?
You could always add the text links to for example a section break. Simply use standard HTML for a link:
<a href......>link</a>
You can practically insert HTML in any field label / description or Guidelines.