Skip to content

Commit 8e44b68

Browse files
committed
Wire Kit newsletter endpoint into config
Connects the on-site drop-list signup form to Kit form 9539174 so email subscriptions flow through to the mailing list. https://claude.ai/code/session_01VhWRYXbuqapZ9YkvksroaS
1 parent 802707a commit 8e44b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ window.PLOTFLOW_CONFIG = {
1212
// • Kit (ConvertKit): https://app.kit.com/forms/XXXXXX/subscriptions field: email_address
1313
// • Buttondown: https://buttondown.com/api/emails/embed-subscribe/USERNAME field: email
1414
// • Mailchimp: the form action URL from the embed code field: EMAIL
15-
newsletterEndpoint: "",
15+
newsletterEndpoint: "https://app.kit.com/forms/9539174/subscriptions",
1616
newsletterField: "email_address"
1717
};

0 commit comments

Comments
 (0)