+ Reply to Thread
Results 1 to 5 of 5

Thread: Default Message in contact dealer form

  1. #1
    Senior Member
    Join Date
    May 2013
    Posts
    185

    Default Message in contact dealer form

    Hello

    Is there away for us to add default messages in the contact dealer short form? For instance when someone clicks on contact the form should already be populated with something like "I am interested in the {page title} that I saw on samplewebsite.com".

  2. #2
    Hi Kemoid,

    1. Go to your admin panel and add a new phrase
    Admin Panel > Languages >> Add a Phrase
    Key: co_default_message
    Value: "I am interested in the [page_title]" (or another of course but [page_title] is required)
    System module: FrontEnd


    2. Open the file: /templates/your_template/tpl/controllers/listing_details.tpl
    Find an textarea with id="contact_owner_message"

    And modify it like below:
    Code:
    Only registered members can view the code.

    Other than that happy coding...
    Flynax Technical Department

  3. #3
    Senior Member
    Join Date
    May 2013
    Posts
    185
    Thanks Alex it is working the only problem is that users who don't login wont see this message.

  4. #4
    You are welcome!

    Quote Originally Posted by Kemoid Wilson View Post
    users who don't login wont see this message.
    That is easy

    Code:
    Only registered members can view the code.

    Other than that happy coding...
    Flynax Technical Department

  5. #5
    Senior Member
    Join Date
    May 2013
    Posts
    185
    Thanks it helped a lot

+ Reply to Thread