I'd like to create a form, like the one displayed by customize, in order to ask to the user some information. The form should let me provide a description, a default value, and eventually display a choice list when needed.
The idea is that I don't want to use interactive prompt, firstly because the description can be really big, and also because most of the time the user just want to edit a tiny fraction of all the available options.
Any idea?