Hello,
I’m wondering if its possible to use Keila with Ghost, to use it for the newsletter stuff… From Keila I’m able to get some Code like this:
<form action="https://app.keila.io/forms/frm_aeMggbMB" class="contact-form container bg-white rounded py-4 md:py-8 flex flex-col gap-4" method="post" style="background-color:#f9fafb!important;color:#111827!important">
<h1 class="text-4xl my-4">
My New Form
</h1>
<div class="flex flex-col">
<label for="contact_email">
Email
</label>
<input id="contact_email" name="contact[email]" placeholder="" type="email"/>
</div>
<div class="flex flex-col">
<div class="h-captcha" data-sitekey="a1c5fab7-71df-4ea4-af75-87a3d07c61de" data-theme="dark">
</div>
<script async="async" defer="defer" src="https://hcaptcha.com/1/api.js">
</script>
</div>
<div class="flex justify-start">
<button class="button button--cta button--large" style="background-color:#047857!important;color:#f9fafb!important">
Submit
</button>
</div>
</form>
to implement it into a website… I’m currently using the “Edition” Theme and looked already around if there is some code I can change to use Keila… But I didn’t find anything… Can somebody help me?
Thx Greenman999