I’ve got a scaffold generated form with a bunch of standard fields like
name, phone number, address, plus some numeric ones like price, branch
number, etc.
When the user first arrives at the form, I’d like the form to be totally
blank. But right now, those numeric fields are all filled with zero’s.
What’s the correct way to solve this? Thanks in advance