Subscribe Form + Multiple Newsletters?

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.

3 Likes

I have this same question!

1 Like

I have the same question ! I’d like to have direct subscriptions to specific newsletters too.
Instead of a two-steps signup form with :

  1. name/email/checkbox / button
  2. choose your newsletter

I’d like to have — for each newsletter separately — a one-step form like this :
Name - Email - GDPR checkbox, Subscribe.

Can anyone help us ?

2 Likes