Pretty new to django and this project.
Can this be used to create a dynamic form that for instance as the option of "is this associated with a date": "yes/no" if "yes", display a datetime input, if "no" don't display another input field?
I understand the make/model example but not sure how to move beyond that.
Pretty new to django and this project.
Can this be used to create a dynamic form that for instance as the option of "is this associated with a date": "yes/no" if "yes", display a datetime input, if "no" don't display another input field?
I understand the make/model example but not sure how to move beyond that.