Skip to main content

Success Message on Form

Comments

1 comment

  • K C George

    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.