• Hi,
    How do you create text within the contact form that hyperlinks to a pdf or doc?

    Specifically, I’m trying to incorporate a “Terms & Condition” link to a pdf within my contact form so visitors can read it before checking the acceptance “I Agree With Terms & Conditions” box before click on the “Send” button.

    Any help would be appreciated.

    Thanks

    https://www.ads-software.com/extend/plugins/contact-form-7/

Viewing 6 replies - 1 through 6 (of 6 total)
  • hello, i have just the same problam, did you find a solution?

    Not yet. Still searching. Let me know if you find a solution b4 I do.

    I’m thinking of purchasing Quform. It has the feature built in, but i don’t want to spend the $25 bucks right now.

    I’m guessing but probably just like you would any other page?

    Try putting this in your form?

    <p><a href="https://www.yourdomain.com/document.pdf">Click here to download PDF</a></p>

    or if you want to style the link specifically for that page:

    <p><a href="https://www.yourdomain.com/document.pdf">Click here to download PDF</a></p>

    https://www.w3schools.com/tags/att_a_target.asp
    https://www.w3schools.com/cssref/pr_text_text-decoration.asp

    and if you need help figuring out what the URL is to your PDF, just click on the [media] tab within the back-end of your WP site and then upload the PDF. After the PDF uploads, you can get the exact URL which is provided. Highlight, right-click, then copy. Then return to your form, cut-and-paste’ link, then style the code around it, as it looks above. You can specify any number of CSS attributes to style the link as needed, such as font-size, font-weight, text-decoration, color, etc.

    waterworks:)

    @waterworks Thanks for the suggestion, but I’m trying to incorporate the link “within” a Contact Form 7 form. Let me know if you know how to do that.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to create hyperlinks’ is closed to new replies.