top of page
It's My Birthday Women's Favorite T-Shirt

It's My Birthday Women's Favorite T-Shirt

Her go-to tee fits like a well-loved favorite, featuring a slim feminine fit. Additionally, it is really comfortable - an item to fall in love with.

 

.: 100% airlume combed and ringspun cotton (fiber content may vary for different colors)
.: Light fabric (4.2 oz/yd² (142 g/m²))
.: Slim fit with longer body length
.: Sewn in label
.: Runs smaller than usual

    $22.99Price
    Quantity
    Product Page: Stores_Product_Widget
    bottom of page
    import wixData from 'wix-data'; import wixLocation from 'wix-location'; $w.onReady(function () { // Get the URL parameter "utm_source" directly using Wix Location API const utmSource = wixLocation.query.utm_source; if (utmSource === 'google') { $w('#multiStepForm1').onSuccess(() => { let formData = $w('#comp-lpb63umo1').getFormData(); // Assuming formData already has utm parameters wixData.insert('Leads', { ...formData, googleAdsLead: true // add custom field indicating a lead from Google }) .then(() => { console.log('Lead from Google Ads campaign submitted successfully'); }) .catch((error) => { console.error('Error submitting lead from Google Ads campaign:', error); }); }); } });