Announcement

Collapse
No announcement yet.

contact page link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    contact page link

    hi,

    i want to add a link from a fragment to my contact page. the variable to this with a rollover image (for example) is

    <actinic:variable name="SendMailPageLink" />

    I just want a simple text link that says 'contact page' and links to the contact form...

    so how do i do that?

    cheers

    #2
    Hi Jack,

    You can create a simple link that serves the contact us form by putting the following code in the 'Text' area of a fragment..

    !!< <a href="<actinic:variable name="SendMailPageLink" />">Contact Us</a> >!!
    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X