Skip to main content

How to change text after submit email: "YOUR EMAIL WAS SENT SUCCESSFULLY"

Comments

9 comments

  • Alex

    Hi,

    Please refer to this video tutorial: https://youtu.be/ceRRayuv2uw

    It refers to Brizy WordPress but the contact form element is almost the same for Cloud. You can find the answer to your question at 7:55

    0
  • Patrick

    Alex, this is great. 

    So, how to change the colour 'green' background to black on the 'successfully sent'?

    0
  • Alex

    Hi Patrick,

    You can customize this field with Custom CSS.

    All you have to do is copy this selector, add the required attributes there and put the code in the CSS area of the form element. That's all: https://jmp.sh/hCNNrfU

    .brz .brz-forms__alert--success {
            background-color: #152cd0;
    }

    Hope this helps.

    0
  • Alex Alex

    I tried but no success. :(. 

    The CSS area looks a bit different now. Where do you place this code? please. 

     

    Thanks.

    0
  • Alex

    Hi,

    you can add the code in the element settings as shown here: https://jumpshare.com/v/YwfCUcEwnV8DtCEd39Xb, or in project global settings: https://youtu.be/hVxkGrKZgjc?t=54

    0
  • Ross Garden

    Can't get this to work either. Followed this but nothing,

    I'm trying to change the font, because it's obviously very different to the Submit box

    https://jmp.sh/eZT571U

    So I've the class:

    .brz .brz-forms2__alert

    And with that class I want to change the formatting to:

    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 1px;
    }

    So I have placed this code into the Custom Attributes panel of the form

    https://jmp.sh/kwc7xB5

    This is what I added exactly:

    .brz .brz-forms2__alert {
    align-items: center;
    justify-content: center;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 1px;
    }

    And nothing has changed.

    Hope you can help :)

    0
  • Doina P

    Hello Ross,

    Thank you for your message!

    Regarding what you said, we are sorry that you encounter this issue but please provide to us the project URL so we can look into this! Thanks in advance. Hope to hear from you soon!

    Have a nice day and kind regards,

    Doina

    0
  • Ross Garden

    smugglers.pro

    Form at the bottom. Well in to pop-up form too as it happens.

    0
  • Ross Garden

    Any support on this?

    0

Please sign in to leave a comment.