mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-25 03:03:16 +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:
|
email:
|
||||||
contact: contact@bigchaindb.com
|
contact: contact@bigchaindb.com
|
||||||
|
contact_cc: kamal@bigchaindb.com
|
||||||
cla: troy@ascribe.io
|
cla: troy@ascribe.io
|
||||||
cla_cc: sylvain@bigchaindb.com
|
cla_cc: sylvain@bigchaindb.com
|
||||||
enterprise: ikytz6br@robot.zapier.com
|
enterprise: ikytz6br@robot.zapier.com
|
||||||
|
enterprise_cc: kamal@bigchaindb.com
|
||||||
|
|
||||||
social:
|
social:
|
||||||
gitter:
|
gitter:
|
||||||
|
@ -39,4 +39,5 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="hidden" name="_subject" value="New contact form submission" />
|
<input type="hidden" name="_subject" value="New contact form submission" />
|
||||||
|
<input type="hidden" name="_cc" value="{{ site.email.contact_cc }}" />
|
||||||
</form>
|
</form>
|
||||||
|
@ -101,5 +101,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</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>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user