jQuery validate, how to include input field that is outside the <form> attribute
Hello,
Now i want to add another input field to the form, but it is outside the <form> tag. I am using the HTML 5 attribute "form" to indicate it is part of the existing
example: <input type="text" class="form-control" name="x" form="originalForm">
Can anyone tell if it's possible, and how i can include those fields in my validation?
Kind regards,
Sander