Success Message on Form
Hello, How do I change the message and color of the "success" message after a form is submitted? I cannot seem to click on anything or edit it. Thank you.
0
-
Hello David,
You can set customized success and error message by selecting the "Submit" button and then the "link" icon.
To change the background color of the success message, kindly add this CSS code under CMS> Project Settings > Code > Custom CSS.
div.brz-forms2__alert.brz-forms2__alert--success {
background: #2196F3;
}0
Please sign in to leave a comment.
Comments
1 comment