Is it possible to populate a selection field dynamically based on another field?
For example:
I have an integer field that the user populate with the value 3.
I want that the selection field automatically will be populated with the choices 1,2,3.
Thank you.