KwesForms V2 is finally here and it's game changing! Try it now.
Home How it Works Components Validation Spam Cloud Emails Data Security Pricing Docs API Docs FAQ Sign In Try It Free

Form Components


Introduction

Kwes offers a variety of form components that allows you to build complex forms faster.


Hide Uncompiled Code

Kwes is built on Vue.js. This means you can hide uncompiled code until the Kwes javascript is ready by simply adding the "v-cloak" directive to an element like so:

<div class="kwes-form" v-cloak>

Then add this code to your css file:

[v-cloak] {
    display: none;
}