2020-05-16 15:53:45 +00:00
|
|
|
title = "Contact Me"
|
|
|
|
url = "/contact"
|
|
|
|
layout = "default"
|
|
|
|
is_hidden = 0
|
2020-05-18 17:49:56 +00:00
|
|
|
|
|
|
|
[emptyForm contactform]
|
|
|
|
group = "Contact Me"
|
|
|
|
rules[name] = "required"
|
|
|
|
rules[email] = "required|email"
|
|
|
|
rules[message] = "required"
|
|
|
|
messages_success = "Your form was successfully submitted"
|
|
|
|
messages_errors = "There were errors with your submission"
|
|
|
|
mail_enabled = 1
|
|
|
|
mail_subject = "Contact Me"
|
|
|
|
mail_recipients[] = "j@son-williams.ca"
|
|
|
|
mail_replyto = "email"
|
2020-05-20 19:53:39 +00:00
|
|
|
reset_form = 1
|
2020-05-18 17:49:56 +00:00
|
|
|
inline_errors = "disabled"
|
|
|
|
sanitize_data = "disabled"
|
|
|
|
anonymize_ip = "disabled"
|
|
|
|
recaptcha_enabled = 1
|
|
|
|
recaptcha_theme = "light"
|
|
|
|
recaptcha_type = "image"
|
|
|
|
recaptcha_size = "invisible"
|
|
|
|
emails_date_format = "Y-m-d"
|
2020-05-16 15:53:45 +00:00
|
|
|
==
|
2020-05-18 17:49:56 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<h1>Contact Me</h1>
|
|
|
|
<p>The simplest and quickest way to contact me is by completing the form below.</p>
|
|
|
|
{% component 'contactform' %}
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-5">
|
|
|
|
<h2>Old School</h2>
|
|
|
|
<p>Sometimes the more traditional ways of getting in touch are just better...</p>
|
|
|
|
<p>IMG</p>
|
2020-05-23 19:24:48 +00:00
|
|
|
<p>4<sup>th</sup> Floor, 1207 11 Ave SW,<br>
|
|
|
|
Calgary, AB, T3C 0M5</p>
|
2020-05-18 17:49:56 +00:00
|
|
|
<p><a href="tel:+15872888242">(587) 288-8242</a></p>
|
|
|
|
|
|
|
|
<h2>New Cool</h2>
|
|
|
|
<p>...and sometimes it's better to keep up with the times.</p>
|
|
|
|
{% partial 'social' nocode = true nocontact = true %}
|
|
|
|
</div>
|
|
|
|
</div>
|