Form Components

KwesForms offers a variety of form components that allow you to build complex forms faster, and in a more enjoyable fashion. It's never been easier to build forms!

Contents

Hide uncompiled code

KwesForms sometimes needs to fully process before certain features are rendered, like answer piping and conditionals. This means you can hide uncompiled code until the KwesForms javascript is ready by simply adding kw-cloak to an element like so:

<form action="..." class="kwes-form" kw-cloak>

Then add this code to your css file:

[kw-cloak] {
    display: none;
}

Notice anything wrong in our docs? Let us know.