I want to add a simple newsletter sign-up form on a page of my static non-Ghost managed site. My expectation is there would be a way to build a form tag like this:
<form action="https://ghost.example.com/api/subscribe" method="post">
<label for="bd-email">Your email: </label>
<input type="email" name="email" id="bd-email">
<input type="submit" value="Subscribe"></input>
</form>
Alternatively I would be fine with an iFrame subscription page too.
I am using Ghost Pro FWIW.