Hi,
I am trying to put a newsletter form from E-goi (https://wordpress.org/plugins/smart-marketing-for-wp/) in the footer .
After following all the steps for the integration, we tried to put the newsletter form in the footer (tried with a shortcode and also tried with proper widget) and it doesn’t show. However, we know it’s not a plugin problem cause it works in other places: https://snag.gy/dORGXL.jpg
Note: I used the code below to remove template’s newsletter form because we wanted the E-goi form:
#footer form {
display: none !important;
}
Can you help me?
Thanks