CMS list Form field

I want to be able to have a user select an item from a cms list and submit it like a form

ex. a page has a list of cms items and a user can select one and hit submit, in the forms tab it will have all the same information as the cms item plus any other fields in the form.

here’s the link to the site if it helps, its under the attendance page
https://preview.webflow.com/preview/fhma?utm_medium=preview_link&utm_source=dashboard&utm_content=fhma&preview=c1bd9d69821c4065dbcc9bbe0c45caa7&mode=preview

Did you ever get the CMS to work in the select? It does not look like it on your preview link site.

@Crystal_Scott there are two main approaches;

One is to use a collection list with custom elements and build a select, with the options inside of the collection lists.

Here’s a demo of that;

The second is to use a 3rd party library that will combine a collection list with a select to populate it at runtime. This approach requires JS to be enabled in the browser, which is usually the case.