import { sendOpenAILead } from 'backend/openaiConversions'; // OLD WIX FORMS export async function wixCrm_onFormSubmit(event) { try { const formId = event?.formId || ""; const contactId = event?.contactId || ""; const eventId = contactId ? `wix_oldform_${contactId}_${Date.now()}` : `wix_oldform_${formId}_${Date.now()}`; const result = await sendOpenAILead({ eventId, sourceUrl: "" }); console.log("OpenAI old Wix form conversion:", result); } catch (error) { console.error("OpenAI old Wix form event error:", error); } } // NEW WIX FORMS V2 export async function wixForms_onSubmissionCreated(event) { try { const submissionId = event?.entity?._id || event?.metadata?.entityId || ""; const formId = event?.entity?.formId || ""; const eventId = submissionId ? `wix_form_${submissionId}` : `wix_form_${formId}_${Date.now()}`; const result = await sendOpenAILead({ eventId, sourceUrl: "" }); console.log("OpenAI Wix Forms V2 conversion:", result); } catch (error) { console.error("OpenAI Wix Forms V2 event error:", error); } }
top of page
Need Better Flooring? Better Call Paul.

Flooring Type: Laminate

Color: Natural / Slight Red Tint

Width: 6.50"
Length: 47.83"
Overall Thickness: 9.5mm
Wear Layer: AC3 Wear Layer

Durato | Durawood | Mulberry

get a price for flooring

Get Your Price

Get a quote on a new floor for your home as soon as TODAY. Same day appointment availability for nearly every flooring type.

1

in home flooring selection

Choose Your Floor

We make selection easy. Choose from LVP, Hardwood, Carpet, Tile, and Laminate flooring - right in your own home.

2

next day flooring installation

Next Day Installation

Don't wait if you don't have to. If we have your floor in stock, we can install it with a INCLUDED WARRANTY immediately.

3

bottom of page