This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Using jQuery plugins
Started 9 years ago by manzoorahmed | 2 posts |
-
Hi,
Can we use jQuery plugins in machform? Like the following one
$(document).ready(function () {
$('#form_13287').validate({ // initialize the plugin
rules: {element_2: {
required: true,
minlength: 5
}
}
});});
where can we add this code and the libraries?
Cheers
Manzoor
Posted 9 years ago # -
You can put them into your own javascript file and then load the file using the "Load Custom Javascript File" option. You can find it under your form properties tab.
MachForm Founder
Posted 9 years ago #
Reply
You must log in to post.