Question T18699
Visible to All Users

How to send decimal number to api from a number type text box?

created 7 months ago

Hi,
When clicking the ‘Complete’ button, is there a way to send the number value as a decimal?
eg:- Clipboard-File-1.png
if I provide the value 110, I’d like it to be sent as 110.00

Answers approved by surveyjs Support

created 7 months ago

Hi Shobhit,
To allow SurveyJS Forms to save entered values as numbers, enable the number input type for your Single-Line Text input question. If you always want to add the decimal part to survey response values, you can modify survey answers before sending them to your storage. An example on how to modify survey answers is available in our documentation: Modify Survey Results.

Please let me know if you have further questions.