$(function() {
    //find all form with class jqtransform and apply the plugin
    $("form.webform-client-form").jqTransform();
});
