# Make Portal Sign Up a seperate Page

**URL:** https://forum.ghost.org/t/make-portal-sign-up-a-seperate-page/51391
**Category:** Memberships & subscriptions
**Created:** [October 2, 2024, 11:50pm UTC](https://forum.ghost.org/t/make-portal-sign-up-a-seperate-page/51391 "2024-10-02T23:50:39Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![inderjot](https://sea1.discourse-cdn.com/flex015/user_avatar/forum.ghost.org/inderjot/32/32434_2.png) [@inderjot](https://forum.ghost.org/u/inderjot)
#### Post date: [October 2, 2024, 11:50pm UTC](https://forum.ghost.org/t/make-portal-sign-up-a-seperate-page/51391/1 "2024-10-02T23:50:39Z")

</div>

Hello,

I would like to create a standalone Membership page where I can provide a more detailed explanation of the perks, followed by the content of the Portal sign-up. Therefore, the current pop-up sign-up button (in the top right corner) will no longer be necessary.

While I know some themes come with this setup, my theme—“Penang” by Aspire—does not, and from what I understand, it’s also not covered by support.

Could anyone point me to an article or provide guidance on how to implement this? I’m not a coder, but I’m comfortable with handling customizations and editing code 🙂

---

<div class="post-metadata">

### Author: ![Stromfeldt](https://sea1.discourse-cdn.com/flex015/user_avatar/forum.ghost.org/stromfeldt/32/13572_2.png) [@Stromfeldt](https://forum.ghost.org/u/Stromfeldt)
#### Post date: [October 3, 2024, 4:03am UTC](https://forum.ghost.org/t/make-portal-sign-up-a-seperate-page/51391/2 "2024-10-03T04:03:49Z")

</div>

I think you’re gonna want to take a look at the theme docs, specifically the members section:

> **[Ghost Theme Development: Building custom membership flows](https://ghost.org/docs/themes/members/)**
>
> Find out how to build a custom theme for a Ghost Members site, with signup and signin, paid subscriptions, member accounts and more 👉

The tiers section might also be of use to you:

> **[Ghost Handlebars Theme Helpers: tiers](https://ghost.org/docs/themes/helpers/tiers/)**
>
> Find out how to build a list of tiers for a post in your Ghost theme using the tiers Handlebars helper. Read more about Ghost themes!

---

<div class="post-metadata">

### Author: ![inderjot](https://sea1.discourse-cdn.com/flex015/user_avatar/forum.ghost.org/inderjot/32/32434_2.png) [@inderjot](https://forum.ghost.org/u/inderjot)
#### Post date: [October 3, 2024, 10:27am UTC](https://forum.ghost.org/t/make-portal-sign-up-a-seperate-page/51391/3 "2024-10-03T10:27:56Z")

</div>

Thanks again for your reply 🙂

Not sure if it as simple as i think or way over my head.

As i want to include / integrate only the already existing “tiers” (created within Ghost Pro) can’t i just copy and paste the whole thing via a simple code block into the membership page or do i need to format the whole thing from scratch?

---

<div class="post-metadata">

### Author: ![inderjot](https://sea1.discourse-cdn.com/flex015/user_avatar/forum.ghost.org/inderjot/32/32434_2.png) [@inderjot](https://forum.ghost.org/u/inderjot)
#### Post date: [October 5, 2024, 12:17pm UTC](https://forum.ghost.org/t/make-portal-sign-up-a-seperate-page/51391/4 "2024-10-05T12:17:03Z")

</div>

**For other people who want similar outcomes, i believe i have found the accompanying thread:**

> [@Insert signup form in post](https://forum.ghost.org/t/insert-signup-form-in-post/16376/14):
>
> @Kiara_Ashanti yes, that is correct. No matter if you know HTML, CSS and what not or not - you need to manually create what’s missing. This might become a feature in the future, but as of right now - it is not.

My take away is the following:  
It is not possible out of the box and requires coding in handlebars, html & css.

However Hannah from Ghost has an important view that helped me and maybe also others:

> [@Insert signup form in post](https://forum.ghost.org/t/insert-signup-form-in-post/16376/17):
>
> **If what you’re looking for is a no-code approach then you need to change your mental model from having things displayed inline** on pages to opening the Portal modal on the page you need.

What might seem obvious to many in this forum is a game changer for laypeople like me. Since we don’t know how things are programmed, we expect things to work in a certain way—because they do on many other websites. Changing my mental model (my expectation) helped me to work around my problem 🤓
