form integration via Phoenix.HTML.FormField

Targeted by e2e/form.spec.ts.

field=@form[:stay] — id, name, value from the FormField; the element is form-associated and submits its own value (no hook)
field with a pre-set value — the element carries it into the params
params received by phx-change / phx-submit
nil