Hi. What you mean with "original values" ?
1) We get the form data from remote server.
2) Changing some form fields
3) Then we call
$('#formId').form('reset');
to reset the data to the original data before changing. But after that all form fields are emty! No values shown!
Is this a bug?