Missing form label

Posted in: Newspaper
Post count: 150

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

Post count: 35449

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!

Post count: 150

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/”&gt;
<!– 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

Post count: 150

Okay, I don’t think it’s in the register/login section after all, but I don’t know where it is. I completely removed the search function from the mobile menu, but it’s still in the code. I have no idea where it’s coming from.

Post count: 150

Okay, we’ve now disabled the search in the theme panel, so the problem is solved.

Post count: 35449

Hi Daniel, I’m glad that in the end the problem was resolved!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.