Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Colin Sherlock Friend
    #172753

    Hi,
    I just want to be able to add in ‘Type your message in here:’ in or above the text box, in the Contact Us page. Joomla usually has this in by default, but I cant figure out how to get this ib there.

    Please can anyone help?

    Regards
    Colin

    Saguaros Moderator
    #439445

    Hi,
    Very sorry for this late reply, have you handle it? If not, you might follow my assistance here:
    Please go to file:

    templatesyour_templatehtmlcom_contactcontactdefault_form.php
    Scroll down to approx line 23, you could see piece of code:

    <div class="left-side">
    <dt><?php echo $this->form->getLabel('contact_name'); ?></dt> <==== Add this line
    <div><?php echo $this->form->getInput('contact_name'); ?></div>
    <dt><?php echo $this->form->getLabel('contact_email'); ?></dt> <==== Add this line
    <div><?php echo $this->form->getInput('contact_email'); ?></div>
    <dt><?php echo $this->form->getLabel('contact_subject'); ?></dt> <==== Add this line
    <div><?php echo $this->form->getInput('contact_subject'); ?></div>
    </div>

    Hope this helps.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 12 years, 8 months ago.

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