• Hi !

    There is no option to have a submit button to update user data in the plugin.
    Would that be a possible future development ?

    Possible example :
    – Get user email
    – Save to sendinblue list
    – Display another form to collect more data for this user
    – Update user data

    Kind regards

    • This topic was modified 6 years, 12 months ago by tracks404.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brevo

    (@neeraj_slit)

    Hi
    Could you explain more about your suggestions?
    In current version, if the user is already registered and subscribe again, then update user’s data simply.
    If user is subscribe to the other list, the user data will be added to that list too.
    It’s very helpful for us if you contact us ( [email protected] ) with more detail.

    Thanks

    Thread Starter tracks404

    (@tracks404)

    If my user is already a subscriber in a list, if he submit again with more fields he get a notice message like : ‘You already subscribe to that list’. And the data is not updated.

    I think this is not updated because of this code in sib-api-manager.php line 432:

    if ( 'already_exist' == $response['code'] ) {
        return 'already_exist';
    }

    So you never go to the create_update_user() part.

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Update user data if already in list’ is closed to new replies.