0 votes
in Django by

To declare the initial value of form fields at runtime, use ________.

a) Form.first

b) Form.initial

c) Form.start

d) Form.index

1 Answer

0 votes
by
b) Form.initial
...