I’m creating a theme for ghost for the first time, and I wanted to get detailed instructions in how to implement a subscription input to my theme. I realize there is a paid members version of this as well, but for now I just wanted to know how someone can freely signup to receive weekly emails.
I tried to implement both ways and when I test it by, entering my email and subscribing, the form does nothing. Is there a script I’m missing that I should be also implementing in the theme?
What do you mean by “the form does nothing”? Do you have the “Enable Members” toggle in the “Labs” tab turned on (which will allow you to see subscribers that you’ve collected)?
By nothing I mean when I click submit or subscribe the form doesn’t take in my input (the input doesn’t clear the email) and the page stays as is. Yes the enable members is toggled on, I guess a better question would be what is the proper way to make sure the form is working on my local dev environment?