mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
Merge pull request #224 from bigchaindb/fix/formspree
Fix all Formspree form submissions
This commit is contained in:
commit
2592785a99
10
_config.yml
10
_config.yml
@ -11,11 +11,11 @@ bigchaindb_api_url: https://test.bigchaindb.com
|
|||||||
hiring: true
|
hiring: true
|
||||||
|
|
||||||
email:
|
email:
|
||||||
contact: contact@bigchaindb.com
|
contact: xgkblajx
|
||||||
contact_cc: "kamal@bigchaindb.com,ricardo@bigchaindb.com,gautam@bigchaindb.com"
|
contact_cc: "contact@bigchaindb.com,kamal@bigchaindb.com,ricardo@bigchaindb.com,gautam@bigchaindb.com"
|
||||||
cla: troy@ascribe.io
|
cla: xwojnopx
|
||||||
cla_cc: sylvain@bigchaindb.com
|
cla_cc: troy@ascribe.io
|
||||||
services: ikytz6br@robot.zapier.com
|
services: mdgvledx
|
||||||
services_cc: "kamal@bigchaindb.com,ricardo@bigchaindb.com,gautam@bigchaindb.com"
|
services_cc: "kamal@bigchaindb.com,ricardo@bigchaindb.com,gautam@bigchaindb.com"
|
||||||
|
|
||||||
social:
|
social:
|
||||||
|
@ -67,6 +67,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<input type="text" name="_gotcha" style="display: none;">
|
||||||
<input type="hidden" name="_subject" value="New CLA submission (Individual)" />
|
<input type="hidden" name="_subject" value="New CLA submission (Individual)" />
|
||||||
<input type="hidden" name="_cc" value="{{ site.email.cla_cc }}" />
|
<input type="hidden" name="_cc" value="{{ site.email.cla_cc }}" />
|
||||||
</form>
|
</form>
|
||||||
@ -125,6 +126,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<input type="text" name="_gotcha" style="display: none;">
|
||||||
<input type="hidden" name="_subject" value="New CLA submission (Organization)" />
|
<input type="hidden" name="_subject" value="New CLA submission (Organization)" />
|
||||||
<input type="hidden" name="_cc" value="{{ site.email.cla_cc }}" />
|
<input type="hidden" name="_cc" value="{{ site.email.cla_cc }}" />
|
||||||
</form>
|
</form>
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<input type="text" name="_gotcha" style="display: none;">
|
||||||
<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 }}" />
|
<input type="hidden" name="_cc" value="{{ site.email.contact_cc }}" />
|
||||||
</form>
|
</form>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<form id="form-services" class="form form--services js-parsley" action="//formspree.io/{{ site.email.services }}" method="POST" accept-charset="UTF-8">
|
<form id="form-services" class="form form--services js-parsley" action="https://formspree.io/{{ site.email.services }}" method="POST" accept-charset="UTF-8">
|
||||||
|
|
||||||
<p class="form-group">
|
<p class="form-group">
|
||||||
<input class="form-control" type="text" id="name" name="name" required>
|
<input class="form-control" type="text" id="name" name="name" required>
|
||||||
@ -101,6 +101,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<input type="text" name="_gotcha" style="display: none;">
|
||||||
<input type="hidden" name="_subject" value="New services form submission" />
|
<input type="hidden" name="_subject" value="New services form submission" />
|
||||||
<input type="hidden" name="_cc" value="{{ site.email.services_cc }}" />
|
<input type="hidden" name="_cc" value="{{ site.email.services_cc }}" />
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user