Yes. By default, the "View my participation" button is shown in the campaign once the user has participated. If you need to hide it, you can do so using custom CSS, available in campaigns created in white label.
Add the following rule in the CSS field of your campaign:
.home_layout .m_action_link.my_participation_link {
display: none;
}
Comments
0 comments
Please sign in to leave a comment.