Issue
When using a Responsive Task Form in Nintex Form for Office 365, with a disabled single line text control that has a number value, the number is divided by 1000 during task form submission.
This issue only occurs if the control disabled is via control setting.
For example:
Initially the value on this single line text control is 5000, and since this control is disabled, via control setting, when the user opens the Task Form, the user is unable to modify the value.
The user then chooses the Outcome of the Task and clicks Submit.
As the result, now the single line text control value is changed from 5000 to 5.
This issue only occurs if the control disabled is via control setting.
For example:
Initially the value on this single line text control is 5000, and since this control is disabled, via control setting, when the user opens the Task Form, the user is unable to modify the value.
The user then chooses the Outcome of the Task and clicks Submit.
As the result, now the single line text control value is changed from 5000 to 5.
Resolution
Disabled the control via Rule and not via control setting.