Hi, I am creating a form for adding user accounts. My model has a password field. In the form, I would like to add a 'repeat password' field, but I don't want to store that in the database. I can't seem to find a way to add a form field in crud or SQLFORM.
Is my only option to manually create the HTML form? Would that even work with crud? Thanks.

