Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Manjeet Singh Friend
    #190939

    How do I change the sequence of the contact form and the contact us information? I want the contact us information first then the contact form.

    Ninja Lead Moderator
    #507359

    You can try to use my below solution to work with your expection

    Open templates/ja_beranis/html/com_contact/contact/default.php file

    + Line 126:

    From

    <?php echo $this->loadTemplate('form'); ?>

    Change to

    <?php echo $this->loadTemplate('address'); ?>

    + Line 273:

    From

    <?php echo $this->loadTemplate('address'); ?>
    Change to

    <?php echo $this->loadTemplate('form'); ?>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum