• Resolved bbfy

    (@bbfy)


    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)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @bbfy,

    Are you sure that you have Ultimate member shortcode e.g. [ultimatemember form_id=4] on your registration page? Please also try switching to the default WordPress theme and see if this issue goes away. Please check developers console of your browser for any errors and let us know.

    Regards.

Viewing 1 replies (of 1 total)

The topic ‘Edit profile does not submit form’ is closed to new replies.