Announcement

Collapse
No announcement yet.

Adding Company Address to Contact Us Page

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

    Adding Company Address to Contact Us Page

    Can anyone quickly advise on what is the quickest way to do this underneath the standard message boxes?

    Thanks

    #2
    Do you have HTML knowledge?

    Click on the Design tab, select the "Contact Us" page as your page type. Select the inner layout and enter what you need, where you need it.
    "Opportunities multiply as they are seized." - Sun Tzu

    Comment


      #3
      Basic, but it's been a while...

      <tr>
      <td valign="top">&nbsp;</td>
      <td colspan="2" valign="top">
      <Actinic:Variable Name="RequiredFields"/> <span class="actrequired"><Actinic:Variable Name="Highlighted"/></span>.
      </td>
      </tr>
      </table>

      </form>

      I want to put it underneath this in the Contact Us Bulk Area....

      Comment


        #4
        Right,

        Copy and paste the following between the table and form tags.

        <span class="actsmall"><actinic:variable name="Address1" />, <actinic:variable name="Address2" />, <actinic:variable name="Address3" />, <actinic:variable name="Address4" />, <actinic:variable name="PostalCode" />, <actinic:variable name="Country" /></span><br>

        Position as required.

        The above code assumes that you have entered your company details into Settings --> Business Settings
        "Opportunities multiply as they are seized." - Sun Tzu

        Comment


          #5
          That's great thanks Jon

          Just one other small thing...how do I place a space between the top of the contact address and the bottom of the "*denotes..." info?

          Have tried <p> but hasn't worked...

          Comment


            #6
            <br /> should work. place two alongside each other if necessary.

            a <p> should work just as long as you close it off with a </p>.
            "Opportunities multiply as they are seized." - Sun Tzu

            Comment


              #7
              Done, excellent. Thanks Jon

              Comment

              Working...
              X