for (var key in data) { $('form#form-options input[name="Form['+ key +']"]').not(':radio').val(data[key]); }