Re: Responsive forms issue

Anonymous
Not applicable

Responsive forms issue

I've been trying to make forms responsive, and have bene dealing with a weird issue. I made the template for the page using CSS and HTML but when I put together the form on the page using that template, the content headers and columns respond correctly, but the form doesn't anchor with the page and ends up looking weird. This would be an easy fix if I could access that code, but in the editor it only lets you drag and drop. Is there any way around this?

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Responsive forms issue

This sounds like an echo of a question from no more than 2 weeks ago.

The most flexible solution is to eject the form from the DOM and reinject it. Then you can override the position: absolute and do what you want with it without losing any LP-level functionality. Proof-of-concept.