You can add a contact form to any webpage you wish by simply adding the following code snippet to the HTML
Variables used in this form:
tmkey = unique TravelManager application key
Code Snippet:
<!–Start TravelManager Widget –>
<script type=”text/javascript”>
tmKey = ‘$tmkey’;
</script>
<script type=”text/javascript” src=”http://www.gotravelmanager.com/TravelManager/widget/contactus/contact.js”></script>
<!–End TravelManager Widget–>