With the roll-out of multiple newsletters, I’m looking for a way to allow direct subscriptions to specific newsletters on a site that offers several.
For instance:
If a visitor provides their email to a subscribe form on Author A’s bio page, could they be subscribed only to Author A and NOT to Author B or Author C or Marketing List, etc., without having to use the toggle UI on the Portal system?
If this is the generic code for a subscribe form:
<form data-members-form="subscribe">
<input data-members-label type="hidden" value="Early Adopters" />
<input data-members-email type="email" required="true"/>
<button type="submit">Subscribe</button>
</form>
Is there a way to modify this so that visitors subscribe to one specific newsletter out of several available? The idea here is to have a contributor-specific newsletter for members of that author’s audience who may not necessarily be interested in emails from other authors.