Hi,
On our German contact page (https://www.kmmp.de/kontakt/), the following text is displayed under the contact form: "If you are human, leave this field blank."
Unfortunately, we don't know where this sentence comes from.
We have inserted the same form on another subpage, where the sentence does not appear. Another form on the "Problem subpage" then also shows the sentence.
When I look at the form in the preview, the sentence is not displayed.
Does anyone have any idea what the problem might be?
Thanks alot!
Fynn
<div class="frm__6539d8767f488">
<label for="frm_email_8" >
Falls Du menschlich bist, lasse dieses Feld leer. </label>
<input id="frm_email_8" type="text" class="frm_verify" name="frm__6539d8767f488" value="" autocomplete="false" />
</div>
If you look at the page's source code, there's a mismatched p element. The ending p tag is there but there's no matching beginning tag. Mismatched tags will always be a problem.
Hi Victor,
thanks for the reply, can you explain to me where i can fix that?
I have no idea where to fix it. It your site. Someone has to look at all of the HTML used on that page. This requires hands on debugging. If you can't figure it out, you may have to consider hiring a developer for a few hours.
Please login or Register to submit your answer