I have five fields, two are password fields. All are required.
If the user does not complete the first field but does complete the password fields, when they submit and server side validation kicks them back to their form with the appropriate validation messages, the two password fields are empty.
I tried defaulting the password fields as well. Nope.
Anyone know of a trick to keep those password field values if the form comes back as invalid?