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


  1. manzoorahmed
    Member

    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 8 years ago #
  2. yuniar

    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 8 years ago #

RSS feed for this topic

Reply