Hide the "Enter again" link onf the final page
If the promotion is set up to allow multiple participations, on the Final page the "Enter again" link is displayed:
If needed, this link can be hidden by applying the following CSS code:
.success_actions .enter_again_btn {
display:none !important;
}
Add the code in Editor > Design > Advanced > CSS styles field:
Iniciar sesión para dejar un comentario.