Contact form object / responsive issue 
Автор: X5 Croatia
Просмотрено 338,
Подписчики 1,
Размещенный 0
According to my knowledge, the Contact script has an error or a problem when creating two tables in a row (display in the same row as the previous field). Unfortunately, in the responsive view, that script is very compressed and there is no possibility to move to the second row automatically at lower resolutions... This creates a problem at lower resolutions, but I guess you already know that... Attached picture.
Размещено

As long as Incomedia doesn't offer a solution, you could simply create a copy of the page with the contact form under "3 Sitemap".
The copy could perhaps be marked as "Hidden" so that it is not duplicated in the menu.
Then place the input fields of the contact form one below the other on the copy of the page with the contact form.
Set a link to the copy in the original or an automatic redirection via code (???) if the screen becomes too narrow.
Hello,
what settings are you using in the Contact Form object, and is there any custom code applied?
Lower breakpoints usually show one field per row even when configuring the form with some fields to be displayed on the same row:
In my demo shop, the input fields in the smartphone simulation are not placed one below the other, see link and screenshot below
Demo shop >> https://findelinks.de/123shop-hosteurope/kontakt.html
----- Screenshot -----
Demo shop
-----
Hello Daniel,
in my example the lowest breakpoint was set at the default 480 px, in your website it seems to be 320, it may be the case for X5 Croatia as well.
I will report this behavior so that we can consider managing the trigger to show only one field differently.
Here is my procedure to place 2 different "contact form" objects on a page, which are displayed alternately depending on the screen width:
Demo shop contact page >> https://findelinks.de/123shop-hosteurope/kontakt.html
----- CSS code -----
@media (max-width: 480px) { display: none; }
@media (min-width: 480px) { display: none; }
----- Screenshots -----
-----
-----
Автор
I hope that Incomedia will find a solution... Daniel W. i think that your code is ok...