After contact form submitted

Store url :https://regader.org/pages/contact

Hey guys, so after the client submits the contact form , the thank you message appears along side another contact form which doesnt have any purpose. How can i get rid of it and only display the thank you message ?
Ive tried some ai-code generetors but it could only make it worse.

Hi @alex1213

I tested the form submission, and it’s working perfectly fine.

Yes but after submitting, you are greeted with a thank you message and the contact form below . I want to get rid of it ,so that only the thank you message pops up

Hi @alex1213 ,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

.contact .form__message {
    align-items: flex-start;
    background: #fffef2 !important;
    height: 46vh !important;
    width: 115% !important;
    z-index: 99;
    padding: 44px !important;
    top: -42px;
    position: absolute !important;
    left: -53px;
}

This kinda worked but still got half a button left xd

You can set the height as per your preference. @alex1213

height: 50vh !important;