---
name: ask
columns: 1
title: Your Questions Answered
---

<div class="grid">
    <div class="col--">
        <form id="contact_us" method="post">            
            <label class="Label">Message</label>
            <textarea name="message" id="message" required="required" rezise="none" class="Textarea"></textarea>

            <button type="submit" onclick="return" class="Button">Send</button>
            <div id="errors" class="alert-error"></div>            
        </form>
    </div>
    <div class="col--">
        <h2 class="hug-top">Further Information</h2>
        <p>For information please check the <a href="/help/faq" class="readmore">FAQ</a> or contact the Training Team:</p>  

        <table class="Table">
            <tr>
                <td class="w40"><strong>Telephone:</strong></td>
                <td>{{PHONE}}</td>
            </tr>
            <tr>
                <td><strong>Facsimile:</strong></td>
                <td>02 9710 3953</td>
            </tr>
            <tr>
                <td><strong>Email:</strong></td>
                <td><a href="mailto:{{EMAIL}}" class="readmore">{{EMAIL}}</a></td>
            </tr>
            <tr>
                <td><strong>Learning Centre:</strong></td>
                <td> <a href="http://lms.toyota.com.au">http://lms.toyota.com.au <small>(available 24/7)</small></a></td>
            </tr>
        </table>
    </div>
</div>

## Training Venue Addresses
{{> TrainingVenueAddresses.md}}