Back
How to add Lemonsqueezy subscribers in Framer using Custom Forms
Nabeel
Founder @ SegmentUI
If you intend to use Lemonsqueezy as an E-mail maketing tool, having all your customers in once place, you will find this method extremely useful.
Copy the SuperForm component
Copy the component from our component library here and paste it to your file
After copying, you can customise the appearance, style, post success behaviour and custom fields. Keep an eye on the name field inside the inputs and this will be your identifier for your form.
Configure the Form
Inside SuperForms, Select your method as POST
, Content type as JSON
and set the URL as https://[STORE].lemonsqueezy.com/email-subscribe/external
where [STORE]
is the URL of your store (configured in your store settings).
Make sure you have there two fields with the following "name" field
email
- The email address of the subscribername
- (optional) The name of the subscriber
Testing
Ensure that you've added required field types with their names properly configure. Once this is done, preview and test out the component You should be able to see the submissions in Email>Subscribers in your Lemonsqueezy dashboard
To learn more in detail, check out this link