I am not sure if this is user mistake or actually a bug. I have a simple contact form with 3 input forms that tigger an email. The challenge I face is that input forms only accept text when the user positions them on a certain level on page. once I move the page up the input form do not accept any text even though they are still very visible on the page.
Has anyone ever faced this challenge? Is the mistake on my end or is this a bug?
Without seeing the page or the app it’s impossible to say, but one possibility that springs to mind could be if there’s a floating group somewhere on the page with nothing in it which is covering up the input elements when the page is scrolled to certain positions.
But again, without seeing it it’s impossible to say - there are various other things it could be.
Feel free to share a link to the preview or editor, or even just some screen shots.
Thanks Adam. No floating groups…I have checked if nothing invisible doesn’t block the view…
you can check it out here: https://conseptz.com/version-test/index/ - if you scroll to the contact part, you will see that when the input formats are lower on a page - you can type the text. but once you centre them - you cannot do it anymore…
Actually, if I change screen resolution, they work in certain positions.
There must be something covering them up on the screen (probably to do with the responsive settings of a group above them).
Without seeing your editor I can’t tell what it is, but try making sure the input elements are arranged at the front (use Bring To Front), and see if that fixes it.
that’s the type of magic I cannot do … yet … but I came to the same conclusion. It was the header that is a floating group, that has invisible log in window. I will move it to a different place as it works well when I deleted it…
thanks much Adam! I never stop to learn it seems…