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>