Edit profile does not submit form
-
Hi guys,
I am using the lates version of UM (2.0.17) and I am facing following problem:
I can’t save my edit form. I have disabled all other plugins and I am using standard template.
As I can see, submitting form is triggered by this function:
jQuery(document).on(‘click’, ‘.um-profile-save’, function(e){
e.preventDefault();
jQuery(this).parents(‘.um’).find(‘form’).submit();
return false;
});bug I dont have any <form> tag on my page…
any idea on this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Edit profile does not submit form’ is closed to new replies.