• Resolved Corbula

    (@corbula)


    I’m trying to put a href in my contact form 7 contact form to link to another page, however if i put

    <a href="mysite.com/page">page link</a>

    It will actually link to.

    mysite.com/currentpage/mysite.com/page

    How do i stop it from doing this?

    The actually html markup is correct, it’s just the link that it goes to.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Your HTML is not correct.

    <a href="https://mysite.com/page">page link</a>

    You have to put the https:// in there ??

    Thread Starter Corbula

    (@corbula)

    Ah, it’s working now. stupid me.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘a href links to current page then defined page’ is closed to new replies.