Hello there,
I have the following problem:
I wand to add the subscription item on my menu.
So I turn the “Show subscribe aux option” to on and copy the following mailchimp code to the Subscribe form code:
<form class=”validate” id=”mc-embedded-subscribe-form” action=”xxxxxxxxxxxxxxx” method=”post” name=”mc-embedded-subscribe-form” novalidate=”” target=”_blank”>
<input id=”mce-EMAIL” class=”email” type=”email” required=”” style=”margin-bottom: 0;” placeholder=”Enter your email address here” name=”EMAIL” value=””>
After this the subscription menu works fine but i get a strange search input form on my header.
Can you please help me to get rid off this unwanted search form?