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.
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.