Re: select widget on forms

2024-08-29 Thread Eduardo Barbachan
https://docs.djangoproject.com/en/5.1/ref/forms/widgets/ this one is the second.. Em qui., 29 de ago. de 2024 às 17:15, Eduardo Barbachan < eduardobarbacha...@gmail.com> escreveu: > I would recommend you to read articles in the following links (both from > Django documentation): > https://docs.d

Re: select widget on forms

2024-08-29 Thread Eduardo Barbachan
I would recommend you to read articles in the following links (both from Django documentation): https://docs.djangoproject.com/en/5.1/topics/forms/ https://docs.djangoproject.com/en/5.1/topics/forms/ Em qui., 29 de ago. de 2024 às 17:05, frank dilorenzo escreveu: > I have a table listing the nam

select widget on forms

2024-08-29 Thread frank dilorenzo
I have a table listing the names of butterflies. I would like to create a user custom form with a select field populated by the list of butterflies. I can't find anything on the web to show me the proper syntax. I would appreciate any help. -- You received this message because you are subsc