I have a form that allows a user to edit their profile on the front end. It pulls the user data for the current logged in user and populates the form, then allows the user to save it.
I'm doing this by adding a parameter name to each field... however, the password field does not allow custom parameters.
So... is there a way to attach allow the password field to be populated dynamically and attach a custom parameter to it?