Subscribe button on edition theme bring up portal

Hi all -

I got my site up and running and am building my community - it’s going well. However, I was wondering if there is a way on the Edition theme to change the behavior of the Subscribe button on the homepage -

Right now if you put in an email and hit subscribe, it just adds you as a free subscriber - i’d like to have it pop up with the portal to chose free/monthly/annual plan and capture that as a CTA.

If you mean the form + button in the hero section, then you should replace the form in partials/cover.hbs with a link tag, with href #/portal/.

<a href="#/portal/" class="button">Subscribe</a>

that worked perfectly - thanks.

1 Like