import wixUsers from 'wix-users'; import wixData from 'wix-data'; $w.onReady(function()) { if (wixUsers.currentUser) { const userId = wixUsers.currentUser.id; const email = wixUsers.currentUser.getEmail(); const name = wixUsers.currentUser.getName(); const loginTime = new Date(); const clientData = { userId: userID, email: email, name: name, loginTime: loginTime }; wixData.insert('Clients',clientData) .then((results) => { console.log("Client data saved:" ,results); }) .catch((err) => { console.error ("error saving client data:" , err); }); } }); Contact | Mysite 1
top of page

Contact Us!

At Gomez Wastewater Solutions, we’re here to assist you! Reach out to us at:

Phone

(956) 212 - 9555

Email

Located At

1000 W Mile 2 Rd
Mission, TX 78504

Thanks for submitting!

© 2023 by Lion Heavy Gear. Proudly created with Wix.com

bottom of page