Yes. You can modify the "Submit" button text that appears on the form and replace it with any text you want, for example, "Send information".
To do this, use the following custom CSS, available in campaigns created in white label.
Add these rules in the CSS field of your campaign, replacing the text with what you want to display:
#js_cool_promo_submit_button::after, .wizard > .actions a[href='#finish']::after {
content: 'Send information';
font-size: 1rem;
}
#js_cool_promo_submit_button, .wizard > .actions a[href='#finish'] {
font-size: 0px;
}
Comments
0 comments
Please sign in to leave a comment.