Why is my blog URL showing an extension after adding an email address?

Hi team.

I have a concern with the Blog URL which shows an extension of form_type=customer#contact_form after you put your email address from the pop up email marketing. This is the URL that is showing https://7g78h64xin320blg-40097677479.shopifypreview.com/blogs/anime/attack-on-titan-ending-did-eren-become-a-bird?form_type=customer#contact_form and this is the URL that we expected to have once routed to the blog page. https://7g78h64xin320blg-40097677479.shopifypreview.com/blogs/anime/attack-on-titan-ending-did-eren-become-a-bird. Additionally, we inserted the code for this pop- up through static_article.liquid. Any insight where we can remove this extension url form_type=customer#contact_form .

/* Add your custom styles here */ /* Styling for the overlay */ .overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 999; } /* Styling for the popup */ .popupbg { font-family: 'poppins' !important; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: url([https://cdn.shopify.com/s/files/1/0400/9767/7479/files/Group_37_1.png?v=1700200848](https://cdn.shopify.com/s/files/1/0400/9767/7479/files/Group_37_1.png?v=1700200848)) no-repeat; background-size: contain; width: 100%; height: 85%; max-width: 846px; padding: 20px; z-index: 1000; text-align: center; } .popupbg h2 { font-size: 50px; color: #fff; font-weight: 700; line-height: 2.5rem; margin: 0px; padding: 90px 0px 0px 0px; } .off_12 { font-weight: 900; font-size: 90px; } span.purch_1 { font-size: 28px; font-weight: 600; } .bxflx_31 { display: flex; justify-content: center; width: 100%; max-width: 600px; margin: auto; } .email { width: 70%; font-family: 'poppins' !important; } .submit { margin-left: -80px !important; width: 30%; font-family: 'poppins' !important; } .email input { padding: 10px; clip-path: polygon(5% 0%, 100% 0%, 92% 100%, 0 100%, 0% 50%); text-align: center; width: 100%; font-family: 'poppins' !important; } .popupbg p { color: #fff; font-size: 16px; font-weight: 300; margin: 0; padding: 24px 0px; line-height: 1.3rem; font-family: 'poppins' !important; } .submit input { padding: 13px 18px 13px 30px; background: #242448; color: #fff; border: none; clip-path: polygon(20% 0, 100% 0, 100% 54%, 80% 100%, 0% 100%); font-size: 14px; font-weight: 400; cursor: pointer; font-family: 'poppins' !important; } .submit { margin-left: -20px; } .checkbox p { font-size: 14px; color: #fff; text-align: center; margin-left: 10px; font-family: 'poppins' !important; } .popupbg .checkbox { display: flex; justify-content: flex-start; width: 100%; max-width: 500px; margin: auto; padding: 5px 0px; } .popupbg .checkbox [type=checkbox], [type=radio] { box-sizing: border-box; padding: 0; width: 12px; margin-left: -8px; } span#closePopup:after { background: url([https://cdn.shopify.com/s/files/1/0400/9767/7479/files/Group_23.png?v=1700200781](https://cdn.shopify.com/s/files/1/0400/9767/7479/files/Group_23.png?v=1700200781)); content: ""; display: block; width: 120px; height: 45px; background-repeat: no-repeat; position: absolute; background-size: contain; top: -13px; right: 120px; } @media screen and (min-width: 1440px) { .popupbg { top: 65%; left: 50%; } span#closePopup:after { top: -10px; right: 28px !important; } div#popupContent { padding: 0px 0px 0px 0px; } .submit input { padding: 13px 24px 14px 30px !important; } .email input { padding: 11px; clip-path: polygon(5% 0%, 100% 0%, 92% 100%, 0 100%, 0% 50%); text-align: center; width: 100%; } .off_12 { font-weight: 900; font-size: 100px; } .checkbox p { font-size: 14px !important; color: #fff; text-align: center; margin-left: 8px !important; } .popupbg p { color: #fff; font-size: 20px; font-weight: 300; margin: 0; padding: 30px 0px; line-height: 1.7rem; } .popupbg h2 { font-size: 60px; color: #fff; font-weight: 700; line-height: 2.5rem; margin: 0px; padding: 110px 0px 0px 0px; } .submit input { padding: 14px 24px 13px 30px !important; font-size: 14px; } .email input { font-size: 16px; } } @media screen and (max-width: 768px) { .popupbg { background: url([https://cdn.shopify.com/s/files/1/0400/9767/7479/files/Group_56_1.png?v=1700460307](https://cdn.shopify.com/s/files/1/0400/9767/7479/files/Group_56_1.png?v=1700460307)); width: 100%; background-size: contain; left: 50%; background-repeat: no-repeat; text-align: center; } div#popupContent { padding: 0px 0px 0px 0px; } .popupbg .checkbox [type=checkbox], [type=radio] { box-sizing: border-box; padding: 0; width: 14px; margin-left: -10px; } .checkbox p { font-size: 12px !important; text-align: left; line-height: 0.8rem !important; margin: 0px 8px -14px !important; } .checkbox { padding: 5px 0px; max-width: 246px !important; } .submit { margin-left: -30px !important; width: 30%; } .bxflx_31 { padding: 14px 0px 0px; margin-left: 10px; } .email { width: 62%; } span#closePopup:after { top: -11px; right: 6px; width: 58px; } .submit input { padding: 14px 18px 13px 34px; font-size: 12px; } .email input { padding: 10px; clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0 100%, 0% 50%); text-align: center; width: 100%; } .bxflx_31 { padding: 6px 0px; } .email { /* width: 100%; margin-left: 30px; */ } .popupbg h2 { font-size: 32px; padding: 40px 0px 0px; line-height: 2.4rem; } .off_12 { font-weight: 900; font-size: 60px; } span.purch_1 { font-size: 22px; font-weight: 600; } .bxflx_31 { padding: 14px 0px 0px; } .popupbg p { color: #fff; font-size: 14px; font-weight: 300; margin: 0; padding: 12px 0px; line-height: 1.1rem; } } @font-face { font-family: "Proxima Nova Regular"; src: url({{ "Proxima Nova Regular" | asset_url }}) format("woff2"); } @font-face { font-family: "Proxima Nova Regular"; src: url({{ "Proxima Nova Regular" | asset_url }}) format("woff"); } @font-face { font-family: "Proxima Nova Regular"; src: url({{ "Proxima Nova Regular" | asset_url }}) format("ttf"); }
{% form 'customer' %}

GET 10% OFF
your first purchase!

We sell games, toys, and
all kind of nerdy stuff!

Send me updates about new products, deals and discount codes.

{% endform %}