Generate a Webflow Select Input

1 Enter the comma separated list of "options" that you want to appear in your select input.
Tip: ChatGPT is good at creating lists like this.

Example:
If you enter the days of the week you'll generate an input like this:

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

2 Click "Copy Component" to add it to your clipboard.

Copy Component
{"type":"@webflow/XscpData","payload":{"nodes":[{"_id":"7af17c66-25b8-4434-be60-36352437d05a","type":"FormSelect","tag":"select","classes":[],"children":[],"data":{"attr":{"id":"field","name":"field","data-name":"Field"},"form":{"type":"select","opts":[{"v":"","t":"Selectone..."},{"v":"New","t":"New"},{"v":"Old","t":"Old"}],"name":"Field"}}}],"styles":[],"assets":[],"ix1":[],"ix2":{"interactions":[],"events":[],"actionLists":[]}},"meta":{"unlinkedSymbolCount":0,"droppedLinks":0,"dynBindRemovedCount":0,"dynListBindRemovedCount":0,"paginationRemovedCount":0}}

3 Paste it into your project and apply your styling.