mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
add enterprise form action
This commit is contained in:
parent
f260ef7d36
commit
a5580c42b0
@ -10,6 +10,7 @@ email:
|
||||
contact: contact@bigchaindb.com
|
||||
cla: troy@ascribe.io
|
||||
cla_cc: sylvain@bigchaindb.com
|
||||
enterprise: ikytz6br@robot.zapier.com
|
||||
|
||||
twitter: BigchainDB
|
||||
facebook: BigchainDB
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
<form id="form-enterprise" class="form form--enterprise js-parsley" action="" method="POST" accept-charset="UTF-8">
|
||||
<form id="form-enterprise" class="form form--enterprise js-parsley" action="//formspree.io/{{ site.email.enterprise }}" method="POST" accept-charset="UTF-8">
|
||||
|
||||
<div class="grid grid--full grid-small--half">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user