temp hide contact form and replace with contact us link

This commit is contained in:
Madeleine Shang 2017-02-05 23:48:43 +00:00
parent 5d44f0e35f
commit 9365bdaf70
2 changed files with 34 additions and 32 deletions

View file

@ -275,7 +275,8 @@ pages:
hero-heading: Contact hero-heading: Contact
hero-text: hero-text:
form-pretext: For technical support or troubleshooting with wallets, mining, or other general questions, please visit DashTalk or one of the many other community resources. form-pretext: For technical support or troubleshooting with wallets, mining, or other general questions, please visit DashTalk or one of the many other community resources.
form-pretext-2: For other inquiries, use this form. form-pretext-2: For other inquiries, use this link.
# form-pretext-2: For other inquiries, use this form.
social-heading: Forums & Social Media social-heading: Forums & Social Media
mail-list-heading: Mailing List mail-list-heading: Mailing List
mail-list-text: Have trouble keeping up-to-date? Join our mailing list. mail-list-text: Have trouble keeping up-to-date? Join our mailing list.

View file

@ -17,39 +17,40 @@
<div class="col-sm-4"> <div class="col-sm-4">
{% t pages.contact.form-pretext %} <br/> {% t pages.contact.form-pretext %} <br/>
{% t pages.contact.form-pretext-2 %} {% t pages.contact.form-pretext-2 %}
<a style="display: inline-block;" href="mailto:contact@dash.org"> Contact us.</a> <!-- !!!remove after form is back up-->
</div> </div>
<div class="col-sm-6"> <div class="col-sm-6">
<form onsubmit="return false;"> <!-- <form onsubmit="return false;">-->
<div class="row"> <!-- <div class="row">-->
<div class="col-xs-12"> <!-- <div class="col-xs-12">-->
<input id="contact_name" placeholder="Name" type="text" class="input-block"> <!-- <input id="contact_name" placeholder="Name" type="text" class="input-block">-->
</div> <!-- </div>-->
</div> <!-- </div>-->
<div class="row"> <!-- <div class="row">-->
<div class="col-xs-12"> <!-- <div class="col-xs-12">-->
<input id = 'contact_email' class="input-block" placeholder="Email" type="text"> <!-- <input id = 'contact_email' class="input-block" placeholder="Email" type="text">-->
</div> <!-- </div>-->
</div> <!-- </div>-->
<div class="row"> <!-- <div class="row">-->
<div class="col-xs-12"> <!-- <div class="col-xs-12">-->
<select id="contact_category" class="form-control input-block" placeholder="category"> <!-- <select id="contact_category" class="form-control input-block" placeholder="category">-->
<option value="">Category</option> <!-- <option value="">Category</option>-->
<option value="feedback">Feedback</option> <!-- <option value="feedback">Feedback</option>-->
</select> <!-- </select>-->
</div> <!-- </div>-->
</div> <!-- </div>-->
<div class="row"> <!-- <div class="row">-->
<div class="col-xs-12"> <!-- <div class="col-xs-12">-->
<textarea id="contact_message" placeholder="Message" class="input-block"></textarea> <!-- <textarea id="contact_message" placeholder="Message" class="input-block"></textarea>-->
</div> <!-- </div>-->
</div> <!-- </div>-->
<div class="row"> <!--<div class="row">-->
<div class="col-xs-12"> <!-- <div class="col-xs-12">-->
<input class="btn-blue-solid reset" type="submit" value="Send Message"> <!-- <input class="btn-blue-solid reset" type="submit" value="Send Message">-->
<div id="msg_sent" style="display: none;"> Message Sent! </div> <!-- <div id="msg_sent" style="display: none;"> Message Sent! </div>-->
</div> <!-- </div>-->
</div> <!--</div>-->
</form> <!-- </form>-->
</div> </div>
</div> </div>