0

As per the title, )I have a form that needs and id beacuse of the textarea element. However, just adding the id makes the form disappear completely.

Code before disappearance: Code before disappearance

View before disappearance: View before disappearance

Code when id is added: enter image description here

Refreshed page: enter image description here

Does anyone have a clue? I don't even know where to start looking for a solution, this seems so ridiculous. The newAd is unique id within the scope of the project, not just the page, and is only referenced in code within textarea's form attribute.

Stefan Stanković
  • 628
  • 2
  • 6
  • 17
  • 2
    Your ad blocker perhaps? https://stackoverflow.com/questions/14079048/adblock-plus-hids-elements-with-ids-or-class-with-the-word-ad – Luke Dec 01 '19 at 07:26
  • Woooow... Please, @Luke, make that an answer so I can accept it, cause that fixed it. I cant even... I usually test stuff through unmodded Chrome, but today I'm working on my laptop with a modded Firefox default browser... – Stefan Stanković Dec 01 '19 at 07:28
  • 1
    Can you please add code as text, adding images can be difficult if someone wants to try and reproduce your issues. – Nigel Ren Dec 01 '19 at 07:36
  • @NigelRen Sure, I'll do it in the next few hours. – Stefan Stanković Dec 01 '19 at 07:49
  • 1
    It's just something for the future, not worth it for already answered questions. – Nigel Ren Dec 01 '19 at 07:50

1 Answers1

2

Your ad blocker is likely causing the issue, since the id contains the word ad.

See this Q/A - AdBlock plus hids elements with ids or class with the word "ad"

Luke
  • 3,985
  • 1
  • 20
  • 35