mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
cc for contact & enterprise form
This commit is contained in:
parent
fdf0f08b3b
commit
0b0ffba004
@ -9,9 +9,11 @@ ipdb_api_url: https://test.ipdb.io
|
||||
|
||||
email:
|
||||
contact: contact@bigchaindb.com
|
||||
contact_cc: kamal@bigchaindb.com
|
||||
cla: troy@ascribe.io
|
||||
cla_cc: sylvain@bigchaindb.com
|
||||
enterprise: ikytz6br@robot.zapier.com
|
||||
enterprise_cc: kamal@bigchaindb.com
|
||||
|
||||
social:
|
||||
gitter:
|
||||
|
@ -39,4 +39,5 @@
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="_subject" value="New contact form submission" />
|
||||
<input type="hidden" name="_cc" value="{{ site.email.contact_cc }}" />
|
||||
</form>
|
||||
|
@ -101,5 +101,6 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="_subject" value="New contact form submission" />
|
||||
<input type="hidden" name="_subject" value="New enterprise form submission" />
|
||||
<input type="hidden" name="_cc" value="{{ site.email.enterprise_cc }}" />
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user