2 sets of buttons are showing up in the form

Hi. Any idea why the same buttons are showing up twice in the form?

Thanks for the help!

Liza

Hi Liza. That is most likely caused by a conflict with the theme or another plugin on the site. You can check for conflicts on the site without affecting any site visitors, using the Health Check & Troubleshooting Plugin from WordPress. We have an article on how to do that on our website here: Testing for a Theme/Plugin Conflict using the Health Check & Troubleshooting Plugin - Gravity Forms Documentation

Please let us know what you find out. Thank you.

Hi Chris.

There was no conflict with the plugins installed. Actually, I have 2 forms that have the same setup but only this one has these duplicate buttons. I’ve reviewed both form settings and setup and they are totally the same. Could it be in the CSS that I used?

/* Submit Button Gravity Forms
-----------------------------*/
body .gform_wrapper .gform_footer input[type=submit] {
color: white;
background: #0084ca;
font-size: 20px;
letter-spacing: 1px;
text-transform: uppercase;
float: center;
height: 50px;
min-width: 280px;
border: none;
border-radius: 5px;
margin-left: 25px;
transition: 0.3s;
}

/* This styles the next button */

.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_next_button {
    color: white;
	background: #0084ca;
	border-radius: 5px;
    font-size: 20px;
    width: 25%;
}

/* This styles the previous button */

.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_previous_button {
    color: white;
	background: #0084ca;
	border-radius: 5px;
    font-size: 20px;
    width: 25%;
}

/* This styles the save next button */

.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_save_link {
    color: white;
	background: gray;
	border-radius: 5px;
    font-size: 20px;
    width: 45%;
}

I hope anyone can shed light on this. Thank you!

Liza

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