pirco / social-society-dawn

Shopify's first source available reference theme, with Online Store 2.0 features and performance built-in.
Other
0 stars 0 forks source link

newsletter signup form #11

Open pirco opened 1 week ago

pirco commented 1 week ago

likely not a fun project because we have to add a cookie to hide the signup form for, say, one year if someone clicks to close it OR submits the form. plus, there's a very custom design. but let me know if you can do this. on mobile, it should just have a rounded top, filling most of the screen with pink

lastant commented 1 week ago

Ok, added. But what is the form submission url?

pirco commented 1 week ago

hmm. does the Dawn theme not have a newsletter signup form? I should have mentioned that that should be used for this purpose...

sorry

pirco commented 1 week ago

but it looks beautiful. although it would be nice if you could match the close X button :) and darken the rest of the site with an overlay?!

lastant commented 1 week ago

Ok, put the default form

pirco commented 4 days ago

reopening this with one question: can I trigger the signup form to pop up via hyperlink on any page even if the customer has clicked out of it (and cookie is set)? ?

lastant commented 4 days ago

I could add an action for a certain link href

lastant commented 3 days ago

You can open it with a code like this. It must have <button> inside.

<modal-opener data-modal="#PopupModal-newsletter"><button>newsletter</button></modal-opener>