Don't auto populate password / email address when editing in admin mode
When editing a members record that doesn't have an email address, it always puts in our admin password and admin email address. Then we have to delete it out before saving the record. Can you make it so that it doesn't auto populate? This would save us a tremendous amount of time when updating our members.
-
Chris G commented
I've seen this when adding a new contact. It pre-populates the new contact's email address and password fields. Easy fix to stop auto-population of input fields, just add the following inside the input tag: autocomplete="off"
-
Lynn Richardson commented
Make the "add contact" form fields totally blank