Is there a way to manage subscribers profile in a separate from the backend ?

lucmichalski

New Member
Hi guys,

Hope you are all well !

I was wondering with the marketing team if it is possible to subscribers to edit their profile.

More especially, in order to edit their tags/interests.

Is there any form like that in mailwizz ? if no, how complicated is it to build one ?

Cheers,
Luc Michalski
 
If your list subscribe form url is https://domain.com/index.php/lists/so195a1z6v0d9/subscribe then the update profile url is:
Code:
https://domain.com/index.php/lists/so195a1z6v0d9/update-profile/xk620zsh2x292
Where so195a1z6v0d9 is the list UID and xk620zsh2x292 is the subscriber UID.
In a campaign, if you use the [UPDATE_PROFILE_URL] tag, will create this link automatically for your subscribers.
 
Back
Top