SOLVED

File Type Form text versus Number

Go to solution
Ignace_Kervyn_d
Level 3

Hello everyone,

 

Sorry if this topic is repetitive, but I couldn't find any history.😗


I created a form with an Integer field to retrieve my clients' contract numbers.
However, when I'm in the form editor, choose Text or Number for my custom field (FV_customer-contract-number) and enter the following numbers:
500/2414478 -> I don't get 500/
5002414478 -> I get a completely different number
091/1231437 -> I only get 91...
I even cleared my browser cache and created new test clients. In short, I'm lost.😤

 

All I want is for people to type (without the / or other symbol)
5002414478, and I get the same number in the client file.


Thank you for your help.

1 ACCEPTED SOLUTION
ktronolone
Level 3

Hey there, I think you need to change your field type to String. 500/2414478 is not an integer. 

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

@Ignace_Kervyn_d do the comments here make sense?

ktronolone
Level 3

Hey there, I think you need to change your field type to String. 500/2414478 is not an integer. 

SanfordWhiteman
Level 10 - Community Moderator
Exactly. Those should be considered ASCII strings. They're not integers, not only because of the slash but because of the leading 0.