Are these forms responsive?

The forms are fully responsive as the width property is never set for them. However, the pop-up does not adapt for mobile screens as of now. This will be fixed in the next major update.

* There is a quick fix for limiting the width of the popup on mobile devices, please add this in the Override CSS field:

In sky-form.css class

.sky-form-modal {
width: 300px;
}

Have more questions? Submit a request