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

Multiple Forms Silver Plan


Using Multiple Forms on the Same Page

To have multiple kwes forms on the same page, you must wrap each form in an HTML element with class="kwes-form".

<div class="kwes-form">
    <form method="POST">
        ...
    </form>
</div>

<div class="kwes-form">
    <form method="POST">
        ...
    </form>
</div>