Fix subscription forms
This commit is contained in:
parent
a438a55732
commit
6465691449
2 changed files with 19 additions and 11 deletions
|
@ -5,13 +5,15 @@
|
|||
<h2 class="font-bold text-xl">{{ title }}</h2>
|
||||
{% endif %}
|
||||
|
||||
{% set formId = 3546728 %}
|
||||
{% set uid = 'f0c1d2b57f' %}
|
||||
<form
|
||||
class="mx-auto mt-8 max-w-md"
|
||||
action="https://app.convertkit.com/forms/3546728/subscriptions"
|
||||
action="https://app.convertkit.com/forms/{{ formId }}/subscriptions"
|
||||
class="seva-form formkit-form"
|
||||
method="post"
|
||||
data-sv-form="3546728"
|
||||
data-uid="f0c1d2b57f"
|
||||
data-sv-form="{{ formId }}"
|
||||
data-uid="{{ uid }}"
|
||||
data-format="inline"
|
||||
data-version="5"
|
||||
data-options='{"settings":{"after_subscribe":{"action":"message","success_message":"Success! Now check your email to confirm your subscription.","redirect_url":""},"analytics":{"google":null,"fathom":null,"facebook":null,"segment":null,"pinterest":null,"sparkloop":null,"googletagmanager":null},"modal":{"trigger":"timer","scroll_percentage":null,"timer":5,"devices":"all","show_once_every":15},"powered_by":{"show":true,"url":"https://convertkit.com/features/forms?utm_campaign=poweredby&utm_content=form&utm_medium=referral&utm_source=dynamic"},"recaptcha":{"enabled":false},"return_visitor":{"action":"show","custom_content":""},"slide_in":{"display_in":"bottom_right","trigger":"timer","scroll_percentage":null,"timer":5,"devices":"all","show_once_every":15},"sticky_bar":{"display_in":"top","trigger":"timer","scroll_percentage":null,"timer":5,"devices":"all","show_once_every":15}},"version":"5"}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue