Skip to main content
et1mark
Participating Frequently
June 10, 2018
Question

I'm trying to create fields that are automatically formated to the number format but allow a suffix for the unit of measure. The form is filled out on the iPad and its most helpful that the number format automatically opens to the numberpad for data

  • June 10, 2018
  • 1 reply
  • 323 views

I'm trying to create fields that are automatically formated to the number format but allow a suffix for the unit of measure.  The form is filled out on the iPad and its most helpful that the number format automatically opens to the numberpad for data entry.  But I'm using a validation script that won't allow for a number format.  Is there a javascript that can do both?  This is what I have so far...   event.value = event.value + "mm";

I keep thinking that maybe there is a way to add additional currency symbols that would include measurement suffixes.  Any help is appreciated.

This topic has been closed for replies.

1 reply

et1mark
et1markAuthor
Participating Frequently
June 14, 2018

I still haven't had luck.  I need a number format script that will apply a custom currency symbol after the value.  Arbitrary masks aren't working as the value may not always be that many digits.  Example...value entered is 99, the event value output would be 99.00mm.