Skip to content

Commit b741739

Browse files
committed
Fix FormBucket URL.
1 parent e579310 commit b741739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/early-access/_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id="error-message"></div>
2-
<form id="contact-form" action="https://formbucket.com/f/buk_9chBl2SXmZlBOuFKtkVXGiPT" method="post" target="_blank">
2+
<form id="contact-form" action="https://api.formbucket.com/f/buk_9chBl2SXmZlBOuFKtkVXGiPT" method="post" target="_blank">
33
<input type="hidden" name="_subject" id="_subject" value="New inquiry from {{ site.url }}" />
44
<input type="hidden" name="_viewing" id="_viewing" value="v1-static" />
55
<input type="hidden" name="_next" id="_next" value="{{ site.url }}/great-news/" />

0 commit comments

Comments
 (0)