On a self-hosted Docker instance, I am using a custom theme with a subscription process outside of portal (custom subscription pages). Yet, from my “Tiers” page where subscribers choose their tier, when I click the “signup” button, I still get a popup saying “Check your email!” before I am redirected to the Stripe checkout form. That’s quite irrelevant as no email has been entered at this point by the subscribers, and no email is sent (I don’t have a free tier, so signup/subscribe is one process only).
On my “Tier” page, the signup button is as follows:
<a href="javascript:" data-portal="signup/{{id}}/monthly" class="membership-button global-button" data-monthly>{{t "Sign up now"}}</a>
I am desperately looking for a way to disable this confusing (for subscribers) popup.
I imagine that some information is missing here to describe the problem, please bear with me… I would be grateful for any ideas or suggestions.