{"id":1292,"date":"2025-07-15T09:34:53","date_gmt":"2025-07-15T16:34:53","guid":{"rendered":"https:\/\/enchantedgowns.com\/egwp\/?page_id=1292"},"modified":"2025-07-16T16:28:25","modified_gmt":"2025-07-16T23:28:25","slug":"style-picker","status":"publish","type":"page","link":"https:\/\/enchantedgowns.com\/egwp\/style-picker\/","title":{"rendered":"Style Picker"},"content":{"rendered":"\n<p>Welcome to our Style Picker form! By sharing a few details about your body shape, our AI-powered assistant will analyze thousands of gown options to deliver personalized recommendations curated just for you.<\/p>\n\n\n\n<p>Please follow these simple steps to complete the form &#8211; Please be patient while the system processes your inputs\u2014results typically take a moment to render, and we appreciate your understanding as our AI works its magic.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n    <form id=\"dress-style-form\">\n      <p><label>Bust (inches)<br><input type=\"number\" name=\"bust\" step=\"0.1\" required><\/label><\/p>\n      <p><label>Waist (inches)<br><input type=\"number\" name=\"waist\" step=\"0.1\" required><\/label><\/p>\n      <p><label>Hips (inches)<br><input type=\"number\" name=\"hips\" step=\"0.1\" required><\/label><\/p>\n      <p><label>Height<br><input type=\"number\" name=\"heightFeet\" min=\"0\" placeholder=\"ft\" required> ft <input type=\"number\" name=\"heightInches\" min=\"0\" max=\"11\" placeholder=\"in\" required> in<\/label><\/p>\n      <button type=\"submit\" id=\"dsr-submit\">Get Wedding Dress Styles<\/button>\n    <\/form>\n\n    <div id=\"dress-style-result\" style=\"margin-top:1em;\"><\/div>\n\n    <script data-jetpack-boost=\"ignore\">\n    (function(){\n      const form = document.getElementById('dress-style-form');\n      const result = document.getElementById('dress-style-result');\n      const submitBtn = document.getElementById('dsr-submit');\n      const ajaxUrl = 'https:\/\/enchantedgowns.com\/egwp\/wp-admin\/admin-ajax.php';\n\n      form.addEventListener('submit', async e => {\n        e.preventDefault();\n        submitBtn.disabled = true;\n        result.innerHTML = 'Loading\u2026';\n\n        const data = {\n          bust: form.bust.value,\n          waist: form.waist.value,\n          hips: form.hips.value,\n          heightFeet: form.heightFeet.value,\n          heightInches: form.heightInches.value,\n        };\n\n        try {\n          const resp = await fetch('https:\/\/gowns.vercel.app\/api\/recommend', {\n            method: 'POST',\n            headers: { 'Content-Type': 'application\/json' },\n            body: JSON.stringify(data)\n          });\n          if (!resp.ok) {\n            result.textContent = 'Sorry, try again later.';\n            return;\n          }\n          const json = await resp.json();\n\n          \/\/ Pair each recommendation text with its image\n          const recs = json.recommendations.map((text, idx) => ({\n            text: text,\n            name: (text.match(\/^\\*\\*(.+?)\\*\\*\/) || [])[1] || text.split(':')[0].replace(\/^\\*+|\\*+$\/g, '').trim(),\n            img: Array.isArray(json.images) ? json.images[idx] : ''\n          })).filter(r => r.name);\n\n          if (!recs.length) {\n            result.innerHTML = '<p>No valid styles returned.<\/p>';\n            submitBtn.disabled = false;\n            return;\n          }\n\n          \/\/ Render each style block with description\n          let html = '<h3>Recommended Wedding Dress Styles<\/h3><div style=\"display:flex; gap:1em; flex-wrap:wrap;\">';\n          const linkSections = [];\n\n          recs.forEach((rec, idx) => {\n            const listId = `links-${idx}`;\n            html += `<div style=\"flex:1 0 200px; min-width:200px; text-align:center; margin-bottom:1em;\">` +\n                    `<p><strong>${rec.name}<\/strong><\/p>` +\n                    `<p style=\"font-size:0.9em; margin:0.5em 0;\">${rec.text.replace(\/\\*\\*\/g, '')}<\/p>` +\n                    (rec.img ? `<img decoding=\"async\" src=\"${rec.img}\" style=\"max-width:200px;border-radius:8px;display:block;margin:0 auto;\"\/>` : '') +\n                    `<ul id=\"${listId}\" style=\"text-align:left; margin-top:0.5em; padding-left:20px;\"><\/ul>` +\n                    `<\/div>`;\n            linkSections.push({ style: rec.name, listId });\n          });\n\n          html += '<\/div>';\n          result.innerHTML = html;\n\n          \/\/ Fetch and inject links\n          linkSections.forEach(async ({ style, listId }) => {\n            const url = `${ajaxUrl}?action=dsr_get_links&style=${encodeURIComponent(style)}`;\n            try {\n              const res = await fetch(url, { credentials: 'same-origin' });\n              const items = await res.json();\n              const ul = document.getElementById(listId);\n              if (!items.length) {\n                ul.innerHTML = '<li style=\"list-style:inside disc;\">No matches yet.<\/li>';\n                return;\n              }\n              items.forEach(({ name, link }) => {\n                const li = document.createElement('li');\n                const a = document.createElement('a');\n                a.href = link;\n                a.target = '_blank';\n                a.rel = 'noopener';\n                a.textContent = name;\n                li.appendChild(a);\n                ul.appendChild(li);\n              });\n            } catch (err) {\n              console.error('DSR product-link fetch error', err);\n            }\n          });\n\n        } catch (err) {\n          console.error('DSR recommendation fetch error:', err);\n          result.textContent = 'Sorry, something went wrong.';\n        } finally {\n          submitBtn.disabled = false;\n        }\n      });\n    })();\n    <\/script>\n\n    \n","protected":false},"excerpt":{"rendered":"<p>Welcome to our Style Picker form! By sharing a few details about your body shape, our AI-powered assistant will analyze thousands of gown options to deliver personalized recommendations curated just for you. Please follow these simple steps to complete the form &#8211; Please be patient while the system processes your inputs\u2014results typically take a moment &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/enchantedgowns.com\/egwp\/style-picker\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Style Picker&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1292","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Style Picker - Enchanted Gowns | Bridal &amp; Prom Dresses in Elk Grove CA<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/enchantedgowns.com\/egwp\/style-picker\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Style Picker - Enchanted Gowns | Bridal &amp; Prom Dresses in Elk Grove CA\" \/>\n<meta property=\"og:description\" content=\"Welcome to our Style Picker form! By sharing a few details about your body shape, our AI-powered assistant will analyze thousands of gown options to deliver personalized recommendations curated just for you. Please follow these simple steps to complete the form &#8211; Please be patient while the system processes your inputs\u2014results typically take a moment &hellip; Continue reading &quot;Style Picker&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/enchantedgowns.com\/egwp\/style-picker\/\" \/>\n<meta property=\"og:site_name\" content=\"Enchanted Gowns | Bridal &amp; Prom Dresses in Elk Grove CA\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/enchantedgownsofelkgrove\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-16T23:28:25+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@EnchantedGowns\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/enchantedgowns.com\\\/egwp\\\/style-picker\\\/\",\"url\":\"https:\\\/\\\/enchantedgowns.com\\\/egwp\\\/style-picker\\\/\",\"name\":\"Style Picker - Enchanted Gowns | Bridal &amp; Prom Dresses in Elk Grove CA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/enchantedgowns.com\\\/egwp\\\/#website\"},\"datePublished\":\"2025-07-15T16:34:53+00:00\",\"dateModified\":\"2025-07-16T23:28:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/enchantedgowns.com\\\/egwp\\\/style-picker\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/enchantedgowns.com\\\/egwp\\\/style-picker\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/enchantedgowns.com\\\/egwp\\\/style-picker\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/enchantedgowns.com\\\/egwp\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Style Picker\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/enchantedgowns.com\\\/egwp\\\/#website\",\"url\":\"https:\\\/\\\/enchantedgowns.com\\\/egwp\\\/\",\"name\":\"Enchanted Gowns | Bridal &amp; Prom Dresses in Elk Grove CA\",\"description\":\"&quot;Where you can buy your dream dress&quot;\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/enchantedgowns.com\\\/egwp\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Style Picker - Enchanted Gowns | Bridal &amp; Prom Dresses in Elk Grove CA","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/enchantedgowns.com\/egwp\/style-picker\/","og_locale":"en_US","og_type":"article","og_title":"Style Picker - Enchanted Gowns | Bridal &amp; Prom Dresses in Elk Grove CA","og_description":"Welcome to our Style Picker form! By sharing a few details about your body shape, our AI-powered assistant will analyze thousands of gown options to deliver personalized recommendations curated just for you. Please follow these simple steps to complete the form &#8211; Please be patient while the system processes your inputs\u2014results typically take a moment &hellip; Continue reading \"Style Picker\"","og_url":"https:\/\/enchantedgowns.com\/egwp\/style-picker\/","og_site_name":"Enchanted Gowns | Bridal &amp; Prom Dresses in Elk Grove CA","article_publisher":"https:\/\/www.facebook.com\/enchantedgownsofelkgrove","article_modified_time":"2025-07-16T23:28:25+00:00","twitter_card":"summary_large_image","twitter_site":"@EnchantedGowns","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/enchantedgowns.com\/egwp\/style-picker\/","url":"https:\/\/enchantedgowns.com\/egwp\/style-picker\/","name":"Style Picker - Enchanted Gowns | Bridal &amp; Prom Dresses in Elk Grove CA","isPartOf":{"@id":"https:\/\/enchantedgowns.com\/egwp\/#website"},"datePublished":"2025-07-15T16:34:53+00:00","dateModified":"2025-07-16T23:28:25+00:00","breadcrumb":{"@id":"https:\/\/enchantedgowns.com\/egwp\/style-picker\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/enchantedgowns.com\/egwp\/style-picker\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/enchantedgowns.com\/egwp\/style-picker\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/enchantedgowns.com\/egwp\/"},{"@type":"ListItem","position":2,"name":"Style Picker"}]},{"@type":"WebSite","@id":"https:\/\/enchantedgowns.com\/egwp\/#website","url":"https:\/\/enchantedgowns.com\/egwp\/","name":"Enchanted Gowns | Bridal &amp; Prom Dresses in Elk Grove CA","description":"&quot;Where you can buy your dream dress&quot;","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/enchantedgowns.com\/egwp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"}]}},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P9Xwlx-kQ","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/enchantedgowns.com\/egwp\/wp-json\/wp\/v2\/pages\/1292","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enchantedgowns.com\/egwp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/enchantedgowns.com\/egwp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/enchantedgowns.com\/egwp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/enchantedgowns.com\/egwp\/wp-json\/wp\/v2\/comments?post=1292"}],"version-history":[{"count":5,"href":"https:\/\/enchantedgowns.com\/egwp\/wp-json\/wp\/v2\/pages\/1292\/revisions"}],"predecessor-version":[{"id":1344,"href":"https:\/\/enchantedgowns.com\/egwp\/wp-json\/wp\/v2\/pages\/1292\/revisions\/1344"}],"wp:attachment":[{"href":"https:\/\/enchantedgowns.com\/egwp\/wp-json\/wp\/v2\/media?parent=1292"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}