I am trying to get an EMAIIL signup on my password page.

Topic summary

A user is encountering an error while trying to add an email signup form to their Shopify password page.

The site (dwdrby-q8.myshopify.com) is otherwise functioning correctly, but the password page implementation is problematic.

The provided code includes:

  • A custom password page layout with branding (“sonder” logo)
  • A modal popup for email collection (“sign up for drop”)
  • Weather/time loading functionality
  • CSS and HTML structure using Liquid templating

The specific error and its nature are not detailed in the post. The user is seeking troubleshooting assistance to resolve the issue and successfully implement the email signup functionality on the password page.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

I have the code on my website, everything is working smoothly but I keep receiving an error on my password page. Website domain is

dwdrby-q8.myshopify.com


  
  
  
  {{ content_for_header }}
  

  
    
    
  

  
  coming soon...

  
  
    
![sonder logo|400x400](upload://7LzdbFH71Jzhi53mv0zXd0duP4Q.png)

    
Loading time and weather...

  

  
  
    # sonder
    
  

  
  
    
✕

    ## sign up for drop
    
  

  
  {{ content_for_layout }}

  
  

Please help!!!