-
AuthorPosts
-
March 2, 2016 at 1:37 pm #820711
I can’t for the life of me figure out why I can’t see a submit button for this Gravity form. Not sure if it’s a theme issue or a plugin issue.
Any ideas?
March 2, 2016 at 7:05 pm #821106Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="image"], .gform_wrapper .gform_footer input[type="submit"] { display: block !important; }
Hope that helps.
March 3, 2016 at 9:16 am #822009I tried adding that code, but nothing changed. The weird thing is that the form on this page seems to be working fine. I’ve tried adding new sections or using different forms, but none of them display a submit button.
March 3, 2016 at 12:29 pm #822300Hi there,
Thanks for writing back. It seems you have conflicting CSS on your page level CSS / Customizer CSS :
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="image"], .gform_wrapper .gform_footer input[type="submit"] { display: none; }
Not sure why you added this. Kindly remove this to get expected result. When you add any custom code to your site, make sure you know what you are doing to avoid potential conflicts.
Hope this makes sense.
Cheers!
March 4, 2016 at 11:15 am #823789My apologies. Totally forgot about the page level CSS area in Cornerstone. I looked everywhere to try and find any CSS referencing that button…but forgot to look there. Thanks for your help.
March 4, 2016 at 6:53 pm #824251You’re so much welcome!
-
AuthorPosts