Is it possible to format a textbox to currency?

  • sschiager
    Asked on December 7, 2016 at 3:49 AM
    For example, if I update a value in a text box, I would like to be able to format it to currency. Is there a way to do that?
  • liyam
    Replied on December 7, 2016 at 4:57 AM

    Hello,

    On a regular textbox field, you can set your input to validate currency by selecting the field and choosing the kind of validation to run on the textbox:

    Is it possible to format a textbox to currency? Image 1 Screenshot 20

    If you have further questions on the matter, please let us know.

    Thanks.

  • sschiager
    Replied on December 7, 2016 at 2:45 PM
    What I meant is to show the numbers in currency format for the end users. Can that be done?

    ...
  • BJoanna
    Replied on December 7, 2016 at 5:39 PM

    Do you want to show currency sign inside of your text box field? Like this:

    Is it possible to format a textbox to currency? Image 1 Screenshot 30

    To achieve this you will need to update your conditions and add dollar sign "$"in front of numeric values. 

    Is it possible to format a textbox to currency? Image 2 Screenshot 41

    Hope this will help. Let us know if you need further assistance.