Skip to content

Commit 8c7f62d

Browse files
committed
cancel subscription page complete
1 parent 8498b50 commit 8c7f62d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/page/cancel-subscription.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ <h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
6666
onload="onFormSubmit()"></iframe>
6767

6868
<form
69-
action="http://google.com"
69+
action="https://docs.google.com/forms/d/e/1FAIpQLSdX4Ei7YP7drasQI7nuK0KirXQQet7kLbTKw3pgMGrVuA43vQ/formResponse"
7070
method="post"
7171
target="hidden_iframe"
7272
onsubmit="cancel_subscription_form_submitted = true; loading()"
7373
class="mx-auto mt-16 max-w-xl sm:mt-20">
74-
<input id="service-key" type="hidden" name="entry.1415040235" />
75-
<input id="email" type="hidden" name="entry.1415040235" />
74+
<input id="service-key" type="hidden" name="entry.1651558779" />
75+
<input id="email" type="hidden" name="entry.1503374992" />
7676

7777
<div class="grid grid-cols-1 gap-x-8 gap-y-6 sm:grid-cols-2">
7878
<div class="sm:col-span-2">
@@ -84,7 +84,7 @@ <h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
8484
<div class="mt-2.5">
8585
<input
8686
type="text"
87-
name="entry.2107164949"
87+
name="entry.390704317"
8888
id="service-name"
8989
required
9090
class="block w-full rounded-md border-0 px-3.5 py-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" />

0 commit comments

Comments
 (0)