Disable Form

How disable all the fields on the Dynaform
$("form").find(".form-control").prop("disabled", true);