Multiple Forms
To have multiple forms on the same page, you must give each form class="kf-form"
.
Implementation
<form class="kf-form" action="..."> ... </form>
<form class="kf-form" action="..."> ... </form>
Notice anything wrong in our docs? Let us know.