pentacent / keila

Open Source Newsletter Tool.
https://keila.io
GNU Affero General Public License v3.0
1.44k stars 81 forks source link

Custom ¨Thank you¨ page redirect? #322

Closed lobau closed 3 months ago

lobau commented 3 months ago

Our landing page has a custom Thank you page https://volu.dev/thankyou (which we currently use for SendGrid)

I would love to move to Keila, but right now the Thank you page I see is not great, and not customizable. Here is the code I am using

<form target="_blank" class='newsletter-form' action="https://app.keila.io/forms/nfrm_xxxxxxxx" method="post">
    <input id="contact_email" name="contact[email]" placeholder="Your email address" type="email" required/>
    <button type="submit">Subscribe</button>
</form>

Is there a way to customize where the user lands after submitting?

wmnnd commented 3 months ago

Thank you for this suggestion! I think this should be a relatively easy and useful add. I’ll see if I can get to it at some point this week :blush:

lobau commented 3 months ago

Awesome, I love to hear this!

A quick prior art search:

This is formspree.io setting page, per form: image

Mailchimp settings image https://mailchimp.com/help/design-and-host-your-own-thank-you-pages/

Hope it helps 😊

wmnnd commented 3 months ago

Implemented in fbc750e. image