Dynamic logic within Dropdown forms

Said simply, I would love it if variables (or ideally any non-interactive dynamic logic) could exist as entries inside of a dropdown menu so that it was possible for dropdowns entries to be dynamically generated. This could make for some incredible snippet possibilities!

Hi @Joe_P.

This is possible using the values option of the dropdown menu, here's an example:

{dynamic_values=["a","b","c"]}
Dynamic values: {formmenu: values={=dynamic_values}}

1 Like

Fantastic. The documentation was there, I should have delved deeper. I appreciate the pointer

1 Like