In the mobile live search, I keep getting the error message “Missing form label.” Is there any way I can fix this?
Site: https://raiffeisenzeitung.at/
All the best,
Daniel
Hi,
For the element that it is in the use it can be done only if you set the “Missing form label.” in code (wp-content/plugins/td-composer/legacy/Newspaper/parts/search.php). An alternative is to create a popup page that contain the search that is used on desktop.
Thank you!
Alright thx, i just deleted the search form from the mobile menu and it turned out that the missing form label seemes to be in the register/login section that is deactivated:
<!– register/login section –>
</div><div class=”td-search-background” style=”visibility:hidden”></div>
<div class=”td-search-wrap-mob” style=”visibility:hidden”>
<div class=”td-drop-down-search”>
<form method=”get” class=”td-search-form” action=”https://raiffeisenzeitung.at/”>
<!– close button –>
<div class=”td-search-close”>
<span><i class=”td-icon-close-mobile”></i></span>
</div>
<div role=”search” class=”td-search-input”>
<span>Suche</span>
<input id=”td-header-search-mob” type=”text” value=”” name=”s” autocomplete=”off” />
</div>
</form>
<div id=”td-aj-search-mob” class=”td-ajax-search-flex”></div>
</div>
</div>
How can we completly remove it / solve the issue?
All the best,
Daniel
