• I added a new field to my registration form of Ultimate Member plugin, and also a new column to the MySQL table. However, The data of the new field isn’t stored in the new column after I did a fake registration for testing. I am trying to look for the file where it handles the register/submit request.

    I have looked through the HTML, and the action of the form element is empty as follows:

    <form method=”post” action>

    So, how do I know where the registration is handled and stores the data into database?

Viewing 1 replies (of 1 total)
  • You won’t find it in the html, you need to look for this filter:

    um_add_user_frontend_submitted

    Then you can add your custom logic.

    By the way, why did you create a new column in your DB?

Viewing 1 replies (of 1 total)
  • The topic ‘Which PHP file registration of an Ultimate Member handle?’ is closed to new replies.