Hi, I have created a dynamically filled select element using the video from Pixelgeek (Create Dynamic Select Menus from Your Webflow CMS Data). Everything worked fine until I checked the order form again today. The select field is simply no longer filled with the data from the collection list. There are a few cloneables for this, these also no longer seem to work. Does anyone have the same problem? Can you help me? Is this a Webflow bug?
I am grateful for any input.
Kind regards, Nico
Here is my site Read-Only: https://preview.webflow.com/preview/paulissimo-dev?utm_medium=preview_link&utm_source=designer&utm_content=paulissimo-dev&preview=a39fdc6dc204e2874a077bc1d65df047&pageId=672b5471e0b894964deb06f5&locale=de&workflow=preview
memetican
(Michael Wells)
November 20, 2024, 7:43pm
2
I’m not certain about preview mode but it’s appearing on your staging page-
yes in preview mode it is normal that it does not work, but on Stating it should work.
Staging Site:
https://paulissimo-dev.webflow.io/bestellung
ok that’s strange, I have now tested different browsers.
Safari works
Firefox works
Chrome works
Edge does not work
Arc does not work
Same on this cloneable:
https://select-with-cms-options.webflow.io/
What is that supposed to be…
specific css or js thats not supported by Arc and Edge Browser?
memetican
(Michael Wells)
November 21, 2024, 1:59am
4
There isn’t any JS, it’s just a select.
You could try removing the class.
<select name="Produkt 1" class="custom-select-produkt">
<option>Produkt</option>
<option value="Ingwershot groĂź">Ingwershot groĂź</option>
<option value="Mango Vanille Aufstrich">Mango Vanille Aufstrich</option>
<option value="Linsen Curry Aufstrich">Linsen Curry Aufstrich</option>
<option value="Auberginen Tomaten Aufstrich">Auberginen Tomaten Aufstrich</option>
<option value="Bärlauchpesto">Bärlauchpesto</option>
<option value="Brennnesselpesto">Brennnesselpesto</option>
<option value="GrĂĽnkohlpesto">GrĂĽnkohlpesto</option>
<option value="Himbeerblätterpesto">Himbeerblätterpesto</option>
</select>
1 Like
removing the class “custom-select-produkt” doesnt change anything. Its something with the new chromium Version wich Arc and Edge is using…
1 Like