Hello!
So I looked on the forum and found that these lines are solving the problem with browsers systematically autocompleting the new password field in the profile page. This totally screws up any update of the other custom fields I created with easy profile by not saving any modifications from my users. I know this not a problem from easy profile but can you please explain step by step to me where I should put those lines like I have no idea of what I am doing (actually I DO have no idea what I am doing ).
jQuery(document).ready(function(){
jQuery('#jform_password1').attr('autocomplete','new-password');
jQuery('#jform_password1 input').attr('autocomplete','new-password');
});
Thanks!