Hi all,
I just ran the Enfold 2,4,5 upgrade on our test environment and one of the two Gravity Forms is now broken. The contact us one here: https://test.mosfoundation.org/foundation/contact-2/
Is still working, but the payment page here: https://test.mosfoundation.org/donate/donate-now/ is not.
The payment one uses a Gravity Forms add-on for PayPal, but not sure how or why that would be breaking it. I have gone through the typical steps of disabling plugins, reboot, clearing caches and the like, but nothing has made a difference.
Any help would be greatly appreciated.
All the best,
Dave
Hey Dave!
Apparently there is a display: none rule being applied to the form wrapper, try adding this to the Quick CSS:
#gform_wrapper_4 {
display: block !important;
}
Cheers!
Josue
Thank you Josue! That fixed the issue.
Have a great weekend!
Dave