Use it with external database + conditional repeat logic.

This topic contains 1 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 2 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
February 4, 2014 at 8:20 pm 15068
Tareq Hasan Hi Tareq :) ! How are you ? I've some questions for a new project. I would like to create a form where people will enter informations about themselves. These informations will include email, username, password and a lot of extra informations about themselves. When the form is submitted, the user has to be created on WordPress. I also need to “send” all the datas to the ERP my client uses : “Open ERP” (https://www.openerp.com/), where the user will be registered too. After that, I would like to allow people to edit their personal informations after having submitted them, in the front end. They have to be updated both in Wordpress and in the ERP. Any idea ? Thank you :)
February 6, 2014 at 1:20 am 15105
Tareq Hasan Tareq Hasan

You’ve action hooks that runs just after a user is registered. Grab the user id and details and send a post request to your server. If the user doesn’t exists, insert the user. If exists, update the data. That simple 😉

Viewing 1 Posts - 1 through 1 (of 1 total)