How to make more beautiful & collect emails on shopify password-page during shop-building?

Hi

  1. How is this page called?

  2. is there a way/App where I can make this page more beautiful?

  3. I want to collect email addresses on that page. Any app recommendation ?

Hi @kiwi8

Not sure if you can modify the page in your screenshot for a development store.

https://help.shopify.com/en/manual/online-store/themes/password-page

However you can direct users to your-store-name.myshopify.com/password or yourdomain.com/password.

https://help.shopify.com/en/partners/dashboard/managing-stores/development-stores#the-development-store-password-page

Modify the look of password page via Theme Editor > Template Password,

or modify password.liquid.
https://shopify.dev/docs/storefronts/themes/architecture/templates/password

https://www.shopify.com/partners/blog/customize-shopify-password-pages-with-the-password-liquid-template

Capture email via the Email form ( creates email subscribers ) as a requirement for entering password to view development site,
or integrate https://apps.shopify.com/shopify-forms.

Regards