PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Number Field

  1. sadiq.emeran
    Member

    Hi,

    i need the number field of GF to be used for a ID starting with a certain set of number 123456
    and only 15 digits.

    How can I achieve this.

    Thanks
    Sadiq

    Posted 11 years ago on Wednesday October 3, 2012 | Permalink
  2. Can you post examples of what valid numbers would be? We should be able to use the input mask to force a certain number of digits. If the first 6 are always the same, you might have to have two fields: the first one with the 6 digits which never change, and the second field with 9 digits. Post some example IDs though so we can see what you're trying to accomplish. Thank you.

    Posted 11 years ago on Wednesday October 3, 2012 | Permalink
  3. sadiq.emeran
    Member

    Hi a valid number is 15 digits long.

    99900 this identifies the the chips the company uses and rest are unique as per each chip.

    Example: 999001234567890 that would be a valid chip number.

    Thanks

    Posted 11 years ago on Wednesday October 3, 2012 | Permalink
  4. sadiq.emeran
    Member

    I notice the number field only holds single numeric characters.
    How do i make it accept lengthier characters like say 15 digits.

    Thanks

    Posted 11 years ago on Thursday October 4, 2012 | Permalink
  5. The number field will hold more than a single digit. Where are you seeing something different?

    Posted 11 years ago on Thursday October 4, 2012 | Permalink
  6. sadiq.emeran
    Member

    Hi,

    How can I make the number field pre populate with certain digits.

    Say number field is 15 digits long 1st 5 number must be 12345?

    Thanks
    Sadiq

    Posted 11 years ago on Monday October 15, 2012 | Permalink
  7. Why not make the number field 10 digits long, and display the first five (12345) to the left of the input?

    12345[__________]

    If the first 5 never change, why require them? I understand you're trying to make them find a number which conforms to the right format, but why pre-enter the first 5 for them?

    Posted 11 years ago on Monday October 15, 2012 | Permalink