Gravity Form Submit Button Not Visible on Homepage

Hi there,

I am having an issue with my gravity form not revealing the submit button on the homepage.

The same form is being used on the Contact Page and has the button showing up, however it is completely hidden here.

The site is: https://tracewater.wpengine.com/

Thank you.

Hello Alison,

Thanks for writing in!

The button is not showing because of a custom css.
You may have added this:

.button {
    position: absolute;
    top: 275px;
    width: 200px;
    left: 150px;
    text-align: left;
    opacity: 0;
    color: rgb(0,76,115);
    border: solid 2px;
    transition: opacity .35s ease;
}

Please remove this code block and your button should display.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.