import wixLocation from 'wix-location'; import wixData from 'wix-data'; $w.onReady(function () { $w('#shopButton').onClick(() => { wixLocation.to('/books'); }); $w('#schoolButton').onClick(() => { wixLocation.to('/school-packages'); }); $w('#signupButton').onClick(() => { const email = $w('#emailInput').value; if (!email || !email.includes('@')) { $w('#signupMessage').text = 'Please enter a valid email address.'; $w('#signupMessage').show(); return; } wixData.insert('EmailSubscribers', { email: email, source: 'Homepage Signup', dateJoined: new Date() }) .then(() => { $w('#signupMessage').text = 'You’re in! Welcome to the DUH BRUH Club.'; $w('#signupMessage').show(); $w('#emailInput').value = ''; }) .catch(() => { $w('#signupMessage').text = 'Something went wrong. Please try again.'; $w('#signupMessage').show(); }); }); });
top of page

Next Event

Tue, Jul 03

|

The Little Book Store

I'm a paragraph. Click here to add your own text and edit me. Let your users get to know you.

Registration is Closed
See other events

Time & Location

Jul 03, 2035, 7:00 PM

The Little Book Store, 500 Terry A Francois Blvd, San Francisco, CA 94158, USA

Share This Event

bottom of page